DkmSymbolFunctionResolutionRequest.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 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.