Class GpuDeviceInfo
Represents information about a GPU device.
public class GpuDeviceInfo
- Inheritance
-
GpuDeviceInfo
- Inherited Members
Properties
- DeviceDescription
Gets the description of the GPU device.
- DeviceName
Gets the name of the GPU device.
- DeviceNumber
Gets the device number of the GPU.
- DeviceType
Gets the type of the GPU device.
- Devices
Gets a read-only list of GPU devices available on the system.
- FreeMemorySize
Gets the free memory size of the GPU in bytes.
- TotalMemorySize
Gets the total memory size of the GPU in bytes.
Methods
- GetDeviceFromNumber(int)
Retrieves a GpuDeviceInfo object by its
deviceNumber
from the static Devices list.