Table of Contents

Class EnvironmentSettings

Namespace
AntRunnerLib
Assembly
AntRunnerLib.dll

Writes a dictionary of environment variables to the current process.

public static class EnvironmentSettings
Inheritance
System.Object
EnvironmentSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()

Methods

Set(Dictionary<String, String>)

Sets the specified environment variables.

public static void Set(Dictionary<string, string> environmentVariables)

Parameters

environmentVariables Dictionary<System.String, System.String>

A dictionary containing the environment variable names and their values.