DeserializingTypeConverter.GetInvocationInfo(PSObject) Method

Definition

Gets the full remoting serialized PSObject for the InvocationInfo property of the DebuggerStopEventArgs type.

public:
 static System::Management::Automation::PSObject ^ GetInvocationInfo(System::Management::Automation::PSObject ^ instance);
public static System.Management.Automation.PSObject GetInvocationInfo (System.Management.Automation.PSObject instance);
static member GetInvocationInfo : System.Management.Automation.PSObject -> System.Management.Automation.PSObject
Public Shared Function GetInvocationInfo (instance As PSObject) As PSObject

Parameters

instance
PSObject

InvocationInfo instance.

Returns

PSObject containing serialized InvocationInfo.

Applies to