DkmStackWalkFrame.AnnotatedModule 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] If we have an annotated frame, specifies an optional module instance to associate with this frame. If present, the user will be able to load binaries or symbols for this module by right-clicking on this frame in the call stack window. This is NULL for non-annotated frames.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public:
property Microsoft::VisualStudio::Debugger::DkmModuleInstance ^ AnnotatedModule { Microsoft::VisualStudio::Debugger::DkmModuleInstance ^ get(); };
public Microsoft.VisualStudio.Debugger.DkmModuleInstance AnnotatedModule { get; }
public Microsoft.VisualStudio.Debugger.DkmModuleInstance? AnnotatedModule { get; }
member this.AnnotatedModule : Microsoft.VisualStudio.Debugger.DkmModuleInstance
Public ReadOnly Property AnnotatedModule As DkmModuleInstance