IDkmSymbolCompilerIdQuery.GetCompilerId(DkmInstructionSymbol, DkmInspectionSession) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
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.