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