PSInvocationStateChangedEventArgs.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.
Information about current state of a 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