PowerShellExecutionHostBase Methods |
The PowerShellExecutionHostBase type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Shuts down this execution host and kills the attached PowerShell process.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| OnDispose |
Is called when this instance is disposed.
| |
| RequestConfigurationReload |
Call this to request a reload of the Bench configuration
in the remote execution host, before the next execution request is processed.
| |
| RunProcess |
Starts a Windows process in a synchronous fashion.
| |
| StartHost |
Starts the remote host and prepares for first execution request.
| |
| StartPowerShellExecutionHost |
Starts the PowerShell process and runs the PsExecHost.ps1.
| |
| StartProcess |
Starts a Windows process in an asynchronous fashion.
| |
| ToString | (Inherited from Object.) | |
| WaitForPowerShellExecutionHostToEnd |
Waits for the PowerShell process to end.
Is called after the shut down request was send.
|