DkmClrValue.GetUnderlyingString(DkmInspectionContext) 方法

定义

获取值的基础字符串表示形式。

位置约束:必须从监视器组件 (组件级别 100000) 中调用 API < 。

此 API 是在 Visual Studio 14 RTM (VS14RTM) 中引入的。

public:
 System::String ^ GetUnderlyingString(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext ^ InspectionContext);
public:
 Platform::String ^ GetUnderlyingString(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext ^ InspectionContext);
std::wstring GetUnderlyingString(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext const & InspectionContext);
public string GetUnderlyingString (Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext InspectionContext);
member this.GetUnderlyingString : Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext -> string
Public Function GetUnderlyingString (InspectionContext As DkmInspectionContext) As String

参数

InspectionContext
DkmInspectionContext

中此计算的检查上下文。

返回

String

弄基础字符串表示形式。

适用于