Freigeben über


IDkmSymbolLocatorCallback170.TryLoadSymbolsCallback(DkmModuleInstance) Methode

Definition

Wird aufgerufen, um das Laden von Symbolen für DkmModuleInstances zu initiieren, deren Symbole beim Laden des Moduls nicht gefunden wurden.

public void TryLoadSymbolsCallback (Microsoft.VisualStudio.Debugger.DkmModuleInstance moduleInstance);
abstract member TryLoadSymbolsCallback : Microsoft.VisualStudio.Debugger.DkmModuleInstance -> unit
Public Sub TryLoadSymbolsCallback (moduleInstance As DkmModuleInstance)

Parameter

moduleInstance
DkmModuleInstance

[In] Die Module Instance-Klasse stellt ein Codebündel (z. B. dll oder exe) dar, das an einem bestimmten Speicherort in einen bestimmten Prozess geladen wird. Module Instance-Objekte sind 1:1 mit der Vorstellung eines Codepakets der Ausführungsumgebung. Im nativen Code sind beispielsweise Module Instance-Objekte 1:1 mit Basisadresse.

Gilt für: