GPUDeviceRevision Property |
Version 130.1.90
Revision of the GPU, only available on Windows.
Namespace: CefSharp.DevTools.SystemInfoAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public double? Revision { get; set; }
public:
property Nullable<double> Revision {
Nullable<double> get ();
void set (Nullable<double> value);
}
Property Value
NullableDoubleSee Also