GPUInfoFeatureStatus Property |
Version 98.1.210
An optional dictionary of graphics features and their status.
Namespace:
CefSharp.DevTools.SystemInfo
Assembly:
CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntaxpublic Object FeatureStatus { get; set; }
public:
property Object^ FeatureStatus {
Object^ get ();
void set (Object^ value);
}
Property Value
Type:
Object
See Also