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