DkmSystemInformation.DeviceInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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