Click or drag to resize

GPUInfoDevices Property

Version 99.2.120
The graphics devices on the system. Element 0 is the primary GPU.

Namespace:  CefSharp.DevTools.SystemInfo
Assembly:  CefSharp (in CefSharp.dll) Version: 99.2.120.0 (99.2.120.0)
Syntax
public IList<GPUDevice> Devices { get; set; }

Property Value

Type: IListGPUDevice
See Also