Property DeviceType
DeviceType
Gets the type of the GPU device.
public DeviceType DeviceType { get; }
Property Value
Examples
Retrieving the Device Type
DeviceType type = deviceInfo.DeviceType;
Console.WriteLine($"Device Type: {type}");
Gets the type of the GPU device.
public DeviceType DeviceType { get; }
Retrieving the Device Type
DeviceType type = deviceInfo.DeviceType;
Console.WriteLine($"Device Type: {type}");