| BenchConfiguration Constructor (String) |
Initializes a new instance of
BenchConfiguration
loading all 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
)
Public Sub New (
benchRootDir As String
)
Parameters
- benchRootDir
- Type: SystemString
The absolute path to the root directory of Bench.
See Also