DkmInspectionContext.GetClrExpressionForThis Method

Definition

Get the language specific expression for this/Me.

Location constraint: API must be called from a Monitor component (component level < 100,000).

This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).

public:
 System::String ^ GetClrExpressionForThis();
public:
 Platform::String ^ GetClrExpressionForThis();
std::wstring GetClrExpressionForThis();
public string GetClrExpressionForThis ();
member this.GetClrExpressionForThis : unit -> string
Public Function GetClrExpressionForThis () As String

Returns

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

Applies to