DkmEvaluationResult.StackFrame Property

Definition

The stack frame this expression result was created on.

public:
 property Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^ StackFrame { Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^ get(); };
public:
 property Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^ StackFrame { Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^ get(); };
public Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame StackFrame { get; }
member this.StackFrame : Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame
Public ReadOnly Property StackFrame As DkmStackWalkFrame

Property Value

Returns DkmStackWalkFrame.

Applies to