Click or drag to resize

PowerShellExecutionHost Properties

The PowerShellExecutionHost type exposes the following members.

Properties
  NameDescription
Protected propertyBenchRoot
The root directory of the Bench environment.
(Inherited from PowerShellExecutionHostBase.)
Protected propertyCurrentToken
The current token to identify the IPC connection.
(Inherited from PowerShellExecutionHostBase.)
Public propertyIsDisposed
Checks if this instance of already disposed.
(Inherited from PowerShellExecutionHostBase.)
Protected propertyIsPowerShellExecutionHostRunning
Checks is the PowerShell process is running.
(Overrides PowerShellExecutionHostBaseIsPowerShellExecutionHostRunning.)
Public propertyIsStarted
Checks whether the host is started, or not.
(Inherited from PowerShellExecutionHostBase.)
Protected propertyPsExecHostScriptFile
An absolute path to the PsExecHost.ps1 script file.
(Inherited from PowerShellExecutionHostBase.)
Top
See Also