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 4ebe691 commit 5265bb9Copy full SHA for 5265bb9
CefSharp.Core.Runtime.RefAssembly/CefSharp.Core.Runtime.netcore.cs
@@ -111,6 +111,7 @@ public CefSettingsBase() { }
111
public string CachePath { get { throw null; } set { } }
112
public CefSharp.Internals.CommandLineArgDictionary CefCommandLineArgs { get { throw null; } }
113
public System.Collections.Generic.IEnumerable<CefSharp.CefCustomScheme> CefCustomSchemes { get { throw null; } }
114
+ public bool ChromeRuntime { get { throw null; } set { } }
115
public bool CommandLineArgsDisabled { get { throw null; } set { } }
116
public bool ExternalMessagePump { get { throw null; } set { } }
117
public bool IgnoreCertificateErrors { get { throw null; } set { } }
0 commit comments