| PowerShellExecutionHostBase Constructor |
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax protected PowerShellExecutionHostBase(
string benchRoot,
string scriptsDirectory
)
Protected Sub New (
benchRoot As String,
scriptsDirectory As String
)
Parameters
- benchRoot
- Type: SystemString
The root directory of the Bench environment. - scriptsDirectory
- Type: SystemString
The directory where to find the PsExecHost.ps1 script file.
See Also