IEnvironment

DeclarationCopy link to this sectionLink to this section copied!

IEnvironment : IDispatch

OverviewCopy link to this sectionLink to this section copied!

This interface is meant to create, access or delete environment variable operations

PropertiesCopy link to this sectionLink to this section copied!

Array<IEnvironmentVariable> Variables - Gets the collection of environment variable operations

MethodsCopy link to this sectionLink to this section copied!

NewVariable(String Name, String Value returns IEnvironmentVariable)
Creates new operation for environment variable. Value argument default value is empty string

Delete Driver(IEnvironmentVariable Variable)
Removes and destroys an environment variable operation