IDkmSymbolDisassemblyQuery.GetDisassemblyLabel(DkmInstructionSymbol, DkmInspectionSession) Methode

Definition

Gibt den Namen des Symbols zurück, wie er im Disassemblyfenster angezeigt werden soll. Bei Microsoft C++ Code basiert dies auf dem öffentlichen Symbolnamen.

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

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

String

[Out, optional] Die Bezeichnung, die für diese Anweisung verwendet werden soll.

Gilt für