DkmClrValue.GetUnderlyingString(DkmInspectionContext) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取值的基础字符串表示形式。
位置约束:必须从监视器组件 (组件级别 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
中此计算的检查上下文。
返回
弄基础字符串表示形式。