Click or drag to resize

PowerShellExecutionHostBase Constructor

Initializes a new instance of PowerShellExecutionHostBase.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
protected PowerShellExecutionHostBase(
	string benchRoot,
	string scriptsDirectory
)

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