IDkmRecordedProcessInfoProvider.GetSystemInformation 方法

定义

获取有关记录的进程运行所在的计算机的信息。

public:
 Microsoft::VisualStudio::Debugger::DefaultPort::DkmSystemInformation ^ GetSystemInformation(Microsoft::VisualStudio::Debugger::DefaultPort::DkmRecordedProcessInfo ^ recordedProcessInfo);
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmSystemInformation GetSystemInformation (Microsoft.VisualStudio.Debugger.DefaultPort.DkmRecordedProcessInfo recordedProcessInfo);
abstract member GetSystemInformation : Microsoft.VisualStudio.Debugger.DefaultPort.DkmRecordedProcessInfo -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmSystemInformation
Public Function GetSystemInformation (recordedProcessInfo As DkmRecordedProcessInfo) As DkmSystemInformation

参数

recordedProcessInfo
DkmRecordedProcessInfo

中有关可调试的不可执行文件的基本信息。 此不可执行文件可以是正在运行的进程(例如,时间段调试跟踪文件)的记录。

返回

DkmSystemInformation

弄描述记录的进程运行的系统的对象。

适用于