DkmInspectionContext.GetClrExpressionForNull Method

Definition

Get the language specific expression for null (keyword).

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 ^ GetClrExpressionForNull();
public:
 Platform::String ^ GetClrExpressionForNull();
std::wstring GetClrExpressionForNull();
public string GetClrExpressionForNull ();
member this.GetClrExpressionForNull : unit -> string
Public Function GetClrExpressionForNull () As String

Returns

[Out] The language specific expression for null (keyword).

Applies to