Share via


DkmSymbolFunctionResolutionRequest.Module Property

Definition

[Optional] The module to bind against. If null, then all modules should be checked. If the module's name does not match the module name parameter, no bind will occur.

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.

Applies to