Click or drag to resize

BenchEnvironment Methods

The BenchEnvironment type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
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.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRegisterInUserProfile
Registers the Bench environment in the Windows user profile.
Public methodToString (Inherited from Object.)
Public methodUnregisterFromUserProfile
Unregisters the Bench environment from the Windows user profile.
Public methodWriteCmdEnvironmentScript
Writes the CMD environment script of the Bench system.
Top
See Also