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