Click or drag to resize

BenchEnvironmentLoad Method (StringDictionary)

Stores the environment variables in the given string dictionary.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public void Load(
	StringDictionary dict
)

Parameters

dict
Type: System.Collections.SpecializedStringDictionary
A dictionary with the variable names as keys.
See Also