| BenchTasksInstallBenchEnvironment Method |
Copies all files from an extracted transfer package to a target directory and kicks-off the initialization.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public static void InstallBenchEnvironment(
string benchRoot,
string targetDirectory,
bool startInitialization = true
)
Public Shared Sub InstallBenchEnvironment (
benchRoot As String,
targetDirectory As String,
Optional startInitialization As Boolean = true
)
Parameters
- benchRoot
- Type: SystemString
The directory of the extracted transfer package. - targetDirectory
- Type: SystemString
The directory to install the new Bench environment in. - startInitialization (Optional)
- Type: SystemBoolean
A flag to indicate that the initialization should be started after the extraction.
See Also