GPUInfoDriverBugWorkarounds Property |
Version 130.1.90
An optional array of GPU driver bug workarounds.
Namespace: CefSharp.DevTools.SystemInfoAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public string[] DriverBugWorkarounds { get; set; }
public:
property array<String^>^ DriverBugWorkarounds {
array<String^>^ get ();
void set (array<String^>^ value);
}
Property Value
StringSee Also