Version 98.1.210
The graphics devices on the system. Element 0 is the primary GPU.
Namespace:
CefSharp.DevTools.SystemInfo
Assembly:
CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax public IList<GPUDevice> Devices { get; set; }
public:
property IList<GPUDevice^>^ Devices {
IList<GPUDevice^>^ get ();
void set (IList<GPUDevice^>^ value);
}
Property Value
Type:
IListGPUDeviceSee Also