IDkmSymbolLocatorCallback177.TryLoadSymbolsCallback177 Method
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.
Called to initiate loading of locally present symbols for DkmModuleInstances whose symbols were not found when the module loaded.
public void TryLoadSymbolsCallback177(Microsoft.VisualStudio.Debugger.DkmModuleInstance moduleInstance, Microsoft.VisualStudio.Debugger.Symbols.DkmSymbolLoadFlags flags);
abstract member TryLoadSymbolsCallback177 : Microsoft.VisualStudio.Debugger.DkmModuleInstance * Microsoft.VisualStudio.Debugger.Symbols.DkmSymbolLoadFlags -> unit
Public Sub TryLoadSymbolsCallback177 (moduleInstance As DkmModuleInstance, flags As DkmSymbolLoadFlags)
- moduleInstance
- DkmModuleInstance
[In] The Module Instance class represent a code bundle (ex: dll or exe) which is loaded into a particular process at a particular location. Module Instance objects are 1:1 with the execution environment's notion of a code bundle. For example, in native code, Module Instance objects are 1:1 with base address.
- flags
- DkmSymbolLoadFlags
[In] Flags used to determine behavior during symbol load.
Produkt | Verzie |
---|---|
Visual Studio SDK | 2022 |