Click or drag to resize

GPUInfoDevices Property

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

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

Property Value

IListGPUDevice
See Also