DkmInspectionContext.GetClrExpressionForNull 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 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).