Property DeviceDescription
DeviceDescription
Gets the description of the GPU device.
public string DeviceDescription { get; }
Property Value
Examples
Retrieving the Device Description
string description = deviceInfo.DeviceDescription;
Console.WriteLine($"Description: {description}");