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.

public:
 property Microsoft::VisualStudio::Debugger::DkmModuleInstance ^ ModuleInstance { Microsoft::VisualStudio::Debugger::DkmModuleInstance ^ 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.

Applies to