Name | Description | |
---|---|---|
PSWorkflowHost Constructor | Creates PowerShell host for running PowerShell from workflow activities. |
The following tables list the members exposed by PSWorkflowHost.
Name | Description | |
---|---|---|
PSWorkflowHost Constructor | Creates PowerShell host for running PowerShell from workflow activities. |
Name | Description | |
---|---|---|
CurrentCulture | Overridden. Gets or sets the CultureInfo object that represents the culture used by the current thread. | |
CurrentUICulture | Overridden. Gets or sets the CultureInfo object that represents the current user interface culture used by the Resource Manager to look up culture-specific resources at run time. | |
DebuggerEnabled | (Inherited from System.Management.Automation.Host.PSHost) | |
InstanceId | Overridden. Unique ID for PSHost | |
Name | Overridden. Name for PSHost | |
PassParams | If true, parameters from the Job are passed to the runspace | |
PrivateData | Overridden. PrivateData of PSObject | |
StackTrace | If true, the stack trace will be logged when errors occur | |
UI | Overridden. The PowerShell host User Interface | |
Version | Overridden. Gets the version of the Assembly being executed |
Name | Description | |
---|---|---|
AllocateRunspace | Allocates a Runspace | |
EnterNestedPrompt | Overridden. When overridden in a derived class, instructs the host to interrupt the currently running pipeline and start a new nested input loop. | |
ExitNestedPrompt | Overridden. When overridden in a derived class, instructs the host to exit the currently running input loop. | |
GetPSHost | Returns a PowerShell runspace | |
NotifyBeginApplication | Overridden. When overridden in a derived class, notifies the host that the Windows PowerShell runtime is about to execute a legacy command-line application. | |
NotifyEndApplication | Overridden. When overridden in a derived class, notifies the host that the Windows PowerShell engine has completed the execution of a legacy command. | |
ReleaseRunspace | Releases a Runspace | |
SetShouldExit | Overridden. hen overridden in a derived class, requests to end the current runspace. The Windows PowerShell engine calls this method to request that the host application shut down and terminate the host root runspace. | |
StorePSRunspace | Stores a PSRunspace as a Workflow context property |