BenchEnvironment Class |
Namespace: Mastersign.Bench
The BenchEnvironment type exposes the following members.
| Name | Description | |
|---|---|---|
| BenchEnvironment |
Initializes a new instance of BenchEnvironment.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| Load |
Loads the environment variables in the current process.
| |
| Load(IDictionaryString, String) |
Stores the environment variables in the given generic dictionary.
| |
| Load(StringDictionary) |
Stores the environment variables in the given string dictionary.
| |
| Load(DictionaryEntryHandler) |
Calls the given handler for every environment variable in the configuration.
| |
| MemberwiseClone | (Inherited from Object.) | |
| RegisterInUserProfile |
Registers the Bench environment in the Windows user profile.
| |
| ToString | (Inherited from Object.) | |
| UnregisterFromUserProfile |
Unregisters the Bench environment from the Windows user profile.
| |
| WriteCmdEnvironmentScript |
Writes the CMD environment script of the Bench system.
|