IEnvironment

Declaration

IEnvironment : IDispatch

Overview

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

Properties

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

Methods

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

See also

IEnvironmentVariable

IAdvinstProject