Click or drag to resize

BenchEnvironmentLoad Method

Overload List
  NameDescription
Public methodLoad
Loads the environment variables in the current process.
Public methodLoad(IDictionaryString, String)
Stores the environment variables in the given generic dictionary.
Public methodLoad(StringDictionary)
Stores the environment variables in the given string dictionary.
Public methodLoad(DictionaryEntryHandler)
Calls the given handler for every environment variable in the configuration.
Top
See Also