IDkmClrFullNameProvider.GetClrExpressionForNull(DkmInspectionContext) Method

Definition

Get the language specific expression for null (keyword).

public:
 System::String ^ GetClrExpressionForNull(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext ^ inspectionContext);
public:
 Platform::String ^ GetClrExpressionForNull(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext ^ inspectionContext);
std::wstring GetClrExpressionForNull(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext const & inspectionContext);
public string GetClrExpressionForNull (Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext inspectionContext);
abstract member GetClrExpressionForNull : Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext -> string
Public Function GetClrExpressionForNull (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 null (keyword).

Applies to