Skip to content

Commit

Permalink
NetCore - Update RefAssembly
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Apr 4, 2022
1 parent bb7273c commit cc808f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ public sealed partial class NativeMethodWrapper
{
public NativeMethodWrapper() { }
public static bool IsFocused(System.IntPtr handle) { throw null; }
public static System.IntPtr LoadCursorFromLibCef(int resourceIdentifier) { throw null; }
public static void MemoryCopy(System.IntPtr dest, System.IntPtr src, int numberOfBytes) { }
public static void RemoveExNoActivateStyle(System.IntPtr browserHwnd) { }
public static void SetWindowParent(System.IntPtr child, System.IntPtr newParent) { }
Expand Down

0 comments on commit cc808f8

Please sign in to comment.