IDkmSymbolCompilerIdQuery.GetCompilerId(DkmInstructionSymbol, DkmInspectionSession) Methode

Definition

Gibt die compilerid (LanguageID/VendorID) eines angegebenen Symbols zurück. Eine ausführlichere Beschreibung finden Sie unter dkmsymbol. getcompilerid.

public:
 Microsoft::VisualStudio::Debugger::Evaluation::DkmCompilerId GetCompilerId(Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^ instruction, Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionSession ^ inspectionSession);
public Microsoft.VisualStudio.Debugger.Evaluation.DkmCompilerId GetCompilerId (Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol instruction, Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionSession inspectionSession);
abstract member GetCompilerId : Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol * Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionSession -> Microsoft.VisualStudio.Debugger.Evaluation.DkmCompilerId
Public Function GetCompilerId (instruction As DkmInstructionSymbol, inspectionSession As DkmInspectionSession) As DkmCompilerId

Parameter

instruction
DkmInstructionSymbol

In Dkminstructionsymbol stellt eine Methode im Ziel Prozess dar.

inspectionSession
DkmInspectionSession

[In, optional] Ein Verweis Objekt, das die aktuelle Inspektions Sitzung beschreibt. Bei Symbol Anbietern werden Suchvorgänge mit dem zugehörigen Datencontainer häufig zwischengespeichert.

Gibt zurück

DkmCompilerId

Vorgenommen LanguageID/VendorID für den Compiler, der den Code für dieses Symbol erzeugt hat. Wenn dies unbekannt ist (z.: keine Symbol Informationen für diesen Block), sind beide Werte "GUID. Empty". Andernfalls sollten beide Werte ungleich 0 (null) sein.

Gilt für