Skip to content

Commit 6ecb457

Browse files
committed
NetCore - Update Ref assembly
1 parent f9ef60a commit 6ecb457

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CefSharp.Core.Runtime.RefAssembly/CefSharp.Core.Runtime.netcore.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ protected virtual void Dispose(bool A_0) { }
5050
public sealed partial class Cef
5151
{
5252
public Cef() { }
53+
public static string ApiHashPlatform { get { throw null; } }
54+
public static int ApiVersion { get { throw null; } }
5355
public static string CefCommitHash { get { throw null; } }
5456
public static string CefSharpVersion { get { throw null; } }
5557
public static string CefVersion { get { throw null; } }
@@ -62,6 +64,7 @@ public Cef() { }
6264
public static System.Threading.Tasks.TaskFactory UIThreadTaskFactory { get { throw null; } set { } }
6365
public static bool AddCrossOriginWhitelistEntry(string sourceOrigin, string targetProtocol, string targetDomain, bool allowTargetSubdomains) { throw null; }
6466
public static void AddDisposable(System.IDisposable item) { }
67+
public static string ApiHash(int version, int entry) { throw null; }
6568
public static bool ClearCrossOriginWhitelist() { throw null; }
6669
public static bool ClearSchemeHandlerFactories() { throw null; }
6770
public static uint ColorSetARGB(uint a, uint r, uint g, uint b) { throw null; }

0 commit comments

Comments
 (0)