DeserializingTypeConverter.GetInvocationInfo(PSObject) Method
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 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.