DkmAsyncStackWalkContext.InternalStackFrame Property
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.
[Optional] Internal stack frame used to perform inspection operations on async frames in the return stack, for example, the CLR requires an ICorDebugFrame to read static fields.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public:
property Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^ InternalStackFrame { Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^ get(); };
public:
property Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^ InternalStackFrame { Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^ get(); };
public Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame InternalStackFrame { get; }
public Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame? InternalStackFrame { get; }
member this.InternalStackFrame : Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame
Public ReadOnly Property InternalStackFrame As DkmStackWalkFrame