DkmAsyncStackWalkContext.FrameObject 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] Optional evaluation result representing the frame that this stack walk context refers to. When C++ debugging, this is used to support inspection inside of return stack frames.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public:
property Microsoft::VisualStudio::Debugger::Evaluation::DkmSuccessEvaluationResult ^ FrameObject { Microsoft::VisualStudio::Debugger::Evaluation::DkmSuccessEvaluationResult ^ get(); };
public Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult FrameObject { get; }
public Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult? FrameObject { get; }
member this.FrameObject : Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult
Public ReadOnly Property FrameObject As DkmSuccessEvaluationResult