CallStackFrame(InvocationInfo) Constructor

Definition

Constructor.

public:
 CallStackFrame(System::Management::Automation::InvocationInfo ^ invocationInfo);
public CallStackFrame (System.Management.Automation.InvocationInfo invocationInfo);
new System.Management.Automation.CallStackFrame : System.Management.Automation.InvocationInfo -> System.Management.Automation.CallStackFrame
Public Sub New (invocationInfo As InvocationInfo)

Parameters

invocationInfo
InvocationInfo

Invocation Info.

Applies to