IDkmClrFullNameProvider.GetClrExpressionForNull(DkmInspectionContext) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用于 null (关键字) 的语言特定表达式。
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
参数
- inspectionContext
- DkmInspectionContext
中要在执行检查操作时使用的选项和目标上下文。
返回
弄Null (关键字) 的语言特定表达式。