DkmStackWalkFrame.ModuleInstance Property

Definition

[Optional] The module containing this address. Addresses without a module cannot have symbols (even for custom addresses). CLR addresses will always have a module. Native addresses will not have a module if either the CPU jumped to an invalid address (ex: NULL), or if the CPU is executing dynamically-emitted code.

C++
public:
 property Microsoft::VisualStudio::Debugger::DkmModuleInstance ^ ModuleInstance { Microsoft::VisualStudio::Debugger::DkmModuleInstance ^ get(); };

Property Value

Returns DkmModuleInstance.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022