GPUInfoAuxAttributes Property  | 
Version 106.0.290 
            An optional dictionary of additional GPU related attributes.
            
 
    Namespace: 
   CefSharp.DevTools.SystemInfo
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic Object AuxAttributes { get; set; }public:
property Object^ AuxAttributes {
	Object^ get ();
	void set (Object^ value);
}Property Value
Type: 
Object
See Also