Click or drag to resize

AppIndex Constructor

Initializes a new instance of AppIndex.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public AppIndex(
	BenchConfiguration config,
	bool loadUserConfiguration
)

Parameters

config
Type: Mastersign.BenchBenchConfiguration
The Bench configuration.
loadUserConfiguration
Type: SystemBoolean
true if the user app library is to be loaded.
See Also