Click or drag to resize

AppIndexFacadeEnvironment Property

Gets a dictionary with the merged environment variables of all activated apps. That excludes the PATH environment variable, which is handeled separatly in EnvironmentPath.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public IDictionary<string, string> Environment { get; }

Property Value

Type: IDictionaryString, String
See Also