JAMS Developer Guide
PSWorkflowHost Class Members
Properties  Methods 


MVPSI.JAMS.Activities.PowerShell Namespace : PSWorkflowHost Class

The following tables list the members exposed by PSWorkflowHost.

Public Constructors
 NameDescription
Public ConstructorCreates PowerShell host for running PowerShell from workflow activities.  
Top
Public Properties
 NameDescription
Public PropertyOverridden. Gets or sets the CultureInfo object that represents the culture used by the current thread.  
Public PropertyOverridden. 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.  
Public Property (Inherited from System.Management.Automation.Host.PSHost)
Public PropertyOverridden. Unique ID for PSHost  
Public PropertyOverridden. Name for PSHost  
Public PropertyIf true, parameters from the Job are passed to the runspace  
Public PropertyOverridden. PrivateData of PSObject  
Public PropertyIf true, the stack trace will be logged when errors occur  
Public PropertyOverridden. The PowerShell host User Interface  
Public PropertyOverridden. Gets the version of the Assembly being executed  
Top
Public Methods
 NameDescription
Public MethodAllocates a Runspace  
Public MethodOverridden. When overridden in a derived class, instructs the host to interrupt the currently running pipeline and start a new nested input loop.  
Public MethodOverridden. When overridden in a derived class, instructs the host to exit the currently running input loop.  
Public Methodstatic (Shared in Visual Basic)Returns a PowerShell runspace  
Public MethodOverridden. When overridden in a derived class, notifies the host that the Windows PowerShell runtime is about to execute a legacy command-line application.  
Public MethodOverridden. When overridden in a derived class, notifies the host that the Windows PowerShell engine has completed the execution of a legacy command.  
Public MethodReleases a Runspace  
Public MethodOverridden. 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.  
Public Methodstatic (Shared in Visual Basic)Stores a PSRunspace as a Workflow context property  
Top
See Also

Reference

PSWorkflowHost Class
MVPSI.JAMS.Activities.PowerShell Namespace