DkmSystemInformation.DeviceInfo 属性

定义

可有可无当前系统的设备信息,适用于 Windows 10 或更高版本。 这包括设备的物理外形规格以及操作系统的操作系统系列和版本号。

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

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

属性值

DkmDeviceInfo

适用于