DkmInspectionContext.GetClrExpressionForThis Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.