IDkmClrFullNameProvider.GetClrExpressionForThis(DkmInspectionContext) Method

Definition

Get the language specific expression for this/Me.

public:
 System::String ^ GetClrExpressionForThis(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext ^ inspectionContext);
public:
 Platform::String ^ GetClrExpressionForThis(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext ^ inspectionContext);
std::wstring GetClrExpressionForThis(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext const & inspectionContext);
public string GetClrExpressionForThis (Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext inspectionContext);
abstract member GetClrExpressionForThis : Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext -> string
Public Function GetClrExpressionForThis (inspectionContext As DkmInspectionContext) As String

Parameters

inspectionContext
DkmInspectionContext

[In] Options and target context to use while performing the inspection operation.

Returns

[Out] The language specific expression for this/Me.

Applies to