DkmDeviceInfo Class
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.
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 ref class DkmDeviceInfo
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmDeviceInfo
[Windows::Foundation::Metadata::WebHostHidden]
class DkmDeviceInfo
[System.Runtime.InteropServices.Guid("64bdfd1a-cb8a-31dc-a97d-b3e15116885a")]
public class DkmDeviceInfo
[<System.Runtime.InteropServices.Guid("64bdfd1a-cb8a-31dc-a97d-b3e15116885a")>]
type DkmDeviceInfo = class
Public Class DkmDeviceInfo
- Inheritance
-
DkmDeviceInfo
- Attributes
Properties
DeviceFamily |
The family of the device, say Windows.Universal, Windows.Server, Windows.Xbox, Windows.IoT, or many others. This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM). |
DeviceFamilyVersion |
The version number of the Operating System running on the device. This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM). |
DeviceForm |
The physical form of the device, say Phone, Tablet, Desktop, Notebook, or many others. This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM). |
DeviceID |
[Optional] The unique identifier of the device. This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM). |
Methods
Create(String, String, String, String) |
Create a new DkmDeviceInfo object instance. This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM). |
Create(String, String, String) |
Create a new DkmDeviceInfo object instance. This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM). |