PowerShell.InvocationStateInfo Property

Definition

Gets the execution state of the current PowerShell instance.

public:
 property System::Management::Automation::PSInvocationStateInfo ^ InvocationStateInfo { System::Management::Automation::PSInvocationStateInfo ^ get(); };
public System.Management.Automation.PSInvocationStateInfo InvocationStateInfo { get; }
member this.InvocationStateInfo : System.Management.Automation.PSInvocationStateInfo
Public ReadOnly Property InvocationStateInfo As PSInvocationStateInfo

Property Value

Applies to