DkmClrValue.InspectionSession 属性

定义

InspectionSession 允许各种组件检查目标进程中的数据,以存储生存期相同的私有数据。 当用户尝试继续此过程时,检查会话将关闭。

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

public:
 property Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionSession ^ InspectionSession { Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionSession ^ get(); };
public Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionSession InspectionSession { get; }
member this.InspectionSession : Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionSession
Public ReadOnly Property InspectionSession As DkmInspectionSession

属性值

DkmInspectionSession

适用于