Debugger.GetCallStack Method

Definition

Returns IEnumerable of CallStackFrame objects.

public:
 virtual System::Collections::Generic::IEnumerable<System::Management::Automation::CallStackFrame ^> ^ GetCallStack();
public virtual System.Collections.Generic.IEnumerable<System.Management.Automation.CallStackFrame> GetCallStack ();
abstract member GetCallStack : unit -> seq<System.Management.Automation.CallStackFrame>
override this.GetCallStack : unit -> seq<System.Management.Automation.CallStackFrame>
Public Overridable Function GetCallStack () As IEnumerable(Of CallStackFrame)

Returns

Applies to