DkmInstructionSymbol.GetDisassemblyLabel(DkmInspectionSession) Method

Definition

Return the name of the symbol as it should appear in the disassembly window. For Microsoft C++ code, this is based on the public symbol name.

Location constraint: API must be called from an IDE component (component level > 100,000).

public:
 System::String ^ GetDisassemblyLabel(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionSession ^ InspectionSession);
public string GetDisassemblyLabel (Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionSession InspectionSession);
member this.GetDisassemblyLabel : Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionSession -> string
Public Function GetDisassemblyLabel (InspectionSession As DkmInspectionSession) As String

Parameters

InspectionSession
DkmInspectionSession

[In,Optional] A reference object describing the current inspection session. Common usage is for symbol providers to cache lookups using its data container.

Returns

[Out,Optional] The label to use for this instruction.

Applies to