| PowerShellExecutionHostBaseStartPowerShellExecutionHost Method |
Starts the PowerShell process and runs the PsExecHost.ps1.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax protected abstract void StartPowerShellExecutionHost()
Protected MustOverride Sub StartPowerShellExecutionHost
Remarks Needs to be implemented in a derived class.
See Also