Sdílet prostřednictvím


DkmSystemInformation.DeviceInfo Property

Definition

[Optional] The device information for current system, available for Windows 10 or later. This includes the physical form factor of the device, and the OS family and version number of the operating system.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.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; }
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmDeviceInfo? DeviceInfo { get; }
member this.DeviceInfo : Microsoft.VisualStudio.Debugger.DefaultPort.DkmDeviceInfo
Public ReadOnly Property DeviceInfo As DkmDeviceInfo

Property Value

Applies to