Class EnvironmentSettings
- Namespace
- Ant
Runner Lib
- Assembly
- AntRunnerLib.dll
Writes a dictionary of environment variables to the current process.
- Inheritance
-
System.
Object EnvironmentSettings
- Inherited Members
-
System.
Object. Equals(System. Object) System.Object. Equals(System. Object, System. Object) System.Object. Get Hash Code() System.Object. Get Type() System.Object. Memberwise Clone() System.Object. Reference Equals(System. Object, System. Object) System.Object. To String()
Methods
Set(Dictionary<String, String>)
Sets the specified environment variables.
Parameters
environmentVariables
Dictionary<System.String , System.String >A dictionary containing the environment variable names and their values.