DkmProcess.SystemInformation 属性

定义

包含有关运行此进程的计算机系统的信息。 如果此进程正在64位操作系统上的 WOW (32 位仿真下运行) 此信息将用于32位子系统,而不是64位子系统。

public:
 property Microsoft::VisualStudio::Debugger::DefaultPort::DkmSystemInformation ^ SystemInformation { Microsoft::VisualStudio::Debugger::DefaultPort::DkmSystemInformation ^ get(); };
public:
 property Microsoft::VisualStudio::Debugger::DefaultPort::DkmSystemInformation ^ SystemInformation { Microsoft::VisualStudio::Debugger::DefaultPort::DkmSystemInformation ^ get(); };
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmSystemInformation SystemInformation { get; }
member this.SystemInformation : Microsoft.VisualStudio.Debugger.DefaultPort.DkmSystemInformation
Public ReadOnly Property SystemInformation As DkmSystemInformation

属性值

DkmSystemInformation

返回 DkmSystemInformation

适用于