| GPUDevice Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CefSharp.DevTools.SystemInfo
 Syntax
SyntaxThe GPUDevice type exposes the following members.
 Constructors
Constructors Properties
Properties| Name | Description | |
|---|---|---|
|  | DeviceId | 
            PCI ID of the GPU device, if available; 0 otherwise.
             | 
|  | DeviceString | 
            String description of the GPU device, if the PCI ID is not available.
             | 
|  | DriverVendor | 
            String description of the GPU driver vendor.
             | 
|  | DriverVersion | 
            String description of the GPU driver version.
             | 
|  | Revision | 
            Revision of the GPU, only available on Windows.
             | 
|  | SubSysId | 
            Sub sys ID of the GPU, only available on Windows.
             | 
|  | VendorId | 
            PCI ID of the GPU vendor, if available; 0 otherwise.
             | 
|  | VendorString | 
            String description of the GPU vendor, if the PCI ID is not available.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToDictionary | (Inherited from DevToolsDomainEntityBase.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also