Debugger::CurrentStackFrame Property
Visual Studio 2015
Sets or gets the current stack frame.
Assembly: EnvDTE (in EnvDTE.dll)
property StackFrame^ CurrentStackFrame { StackFrame^ get(); void set(StackFrame^ value); }
CurrentStackFrame sets or returns a StackFrame object. See Memory Management: Frame Allocation for more information about the stack frame.
Show: