PowerShell.InvocationStateInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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