Click or drag to resize

GPUDevice Properties

Version 102.0.100

The GPUDevice type exposes the following members.

Properties
  NameDescription
Public propertyDeviceId
PCI ID of the GPU device, if available; 0 otherwise.
Public propertyDeviceString
String description of the GPU device, if the PCI ID is not available.
Public propertyDriverVendor
String description of the GPU driver vendor.
Public propertyDriverVersion
String description of the GPU driver version.
Public propertyRevision
Revision of the GPU, only available on Windows.
Public propertySubSysId
Sub sys ID of the GPU, only available on Windows.
Public propertyVendorId
PCI ID of the GPU vendor, if available; 0 otherwise.
Public propertyVendorString
String description of the GPU vendor, if the PCI ID is not available.
Top
See Also