IDkmClrFullNameProvider.GetClrExpressionForThis(DkmInspectionContext) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此/我的语言特定表达式。
public:
System::String ^ GetClrExpressionForThis(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext ^ inspectionContext);
public:
Platform::String ^ GetClrExpressionForThis(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext ^ inspectionContext);
std::wstring GetClrExpressionForThis(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext const & inspectionContext);
public string GetClrExpressionForThis (Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext inspectionContext);
abstract member GetClrExpressionForThis : Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext -> string
Public Function GetClrExpressionForThis (inspectionContext As DkmInspectionContext) As String
参数
- inspectionContext
- DkmInspectionContext
中要在执行检查操作时使用的选项和目标上下文。
返回
弄此/Me 的语言特定表达式。