DkmModuleInstance.Module 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 symbol handler's representation of a module (DkmModule) which is associated with this module instance. This value is initially null, and is assigned if and when symbols are associated with this module instance.
public:
property Microsoft::VisualStudio::Debugger::Symbols::DkmModule ^ Module { Microsoft::VisualStudio::Debugger::Symbols::DkmModule ^ get(); };
public Microsoft.VisualStudio.Debugger.Symbols.DkmModule Module { get; }
public Microsoft.VisualStudio.Debugger.Symbols.DkmModule? Module { get; }
member this.Module : Microsoft.VisualStudio.Debugger.Symbols.DkmModule
Public ReadOnly Property Module As DkmModule
Property Value
Returns DkmModule.