Debugger.GetCallStack 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.
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)