Click or drag to resize

BenchEnvironmentLoad Method (IDictionaryString, String)

Stores the environment variables in the given generic dictionary.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public void Load(
	IDictionary<string, string> dict
)

Parameters

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