DkmStackWalkFrame.ModuleInstance 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] 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.
public:
property Microsoft::VisualStudio::Debugger::DkmModuleInstance ^ ModuleInstance { Microsoft::VisualStudio::Debugger::DkmModuleInstance ^ get(); };
public Microsoft.VisualStudio.Debugger.DkmModuleInstance ModuleInstance { get; }
public Microsoft.VisualStudio.Debugger.DkmModuleInstance? ModuleInstance { get; }
member this.ModuleInstance : Microsoft.VisualStudio.Debugger.DkmModuleInstance
Public ReadOnly Property ModuleInstance As DkmModuleInstance
Property Value
Returns DkmModuleInstance.