| BenchConfiguration Constructor (String, Boolean, Boolean, Boolean) |
Initializes a new instance of
BenchConfiguration
loading the specified set of configuration and app library files.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public BenchConfiguration(
string benchRootDir,
bool loadAppIndex,
bool loadUserConfiguration,
bool loadSiteConfiguration
)
Public Sub New (
benchRootDir As String,
loadAppIndex As Boolean,
loadUserConfiguration As Boolean,
loadSiteConfiguration As Boolean
)
Parameters
- benchRootDir
- Type: SystemString
The absolute path to the root directory of Bench. - loadAppIndex
- Type: SystemBoolean
A flag to control if app library files are going to be loaded. - loadUserConfiguration
- Type: SystemBoolean
A flag to control if user configuration files are going to be loaded. - loadSiteConfiguration
- Type: SystemBoolean
A flag to control if site configuration files are going to be loaded.
See Also