We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6fc042 commit 1723288Copy full SHA for 1723288
CefSharp.Core.Runtime.RefAssembly/CefSharp.Core.Runtime.netcore.cs
@@ -110,6 +110,7 @@ public CefSettingsBase() { }
110
public string CachePath { get { throw null; } set { } }
111
public CefSharp.Internals.CommandLineArgDictionary CefCommandLineArgs { get { throw null; } }
112
public System.Collections.Generic.IEnumerable<CefSharp.CefCustomScheme> CefCustomSchemes { get { throw null; } }
113
+ public bool ChromeRuntime { get { throw null; } set { } }
114
public bool CommandLineArgsDisabled { get { throw null; } set { } }
115
public bool ExternalMessagePump { get { throw null; } set { } }
116
public bool IgnoreCertificateErrors { get { throw null; } set { } }
0 commit comments