Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created July 11, 2023 21:20
Show Gist options
  • Save vs-mobiletools-engineering-service2/15fd9c524c1e9730fd176545c480c7d7 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/15fd9c524c1e9730fd176545c480c7d7 to your computer and use it in GitHub Desktop.
generator-diff/generator.diff
This file has been truncated, but you can view the full file.
diff --git a/old/dotnet/ios/generated-sources/Foundation/NSFileProviderService.g.cs b/new/dotnet/ios/generated-sources/Foundation/NSFileProviderService.g.cs
index a95f9af..1c7c326 100644
--- a/old/dotnet/ios/generated-sources/Foundation/NSFileProviderService.g.cs
+++ b/new/dotnet/ios/generated-sources/Foundation/NSFileProviderService.g.cs
@@ -76,6 +76,36 @@ namespace Foundation {
{
}
+ [Export ("getFileProviderConnectionWithCompletionHandler:")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual void GetFileProviderConnection ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V76))]global::System.Action<NSXpcConnection, NSError> completionHandler)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (completionHandler is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
+ using var block_completionHandler = Trampolines.SDActionArity2V76.CreateBlock (completionHandler);
+ BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("getFileProviderConnectionWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("getFileProviderConnectionWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
+ }
+ #endif
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual Task<NSXpcConnection> GetFileProviderConnectionAsync ()
+ {
+ var tcs = new TaskCompletionSource<NSXpcConnection> ();
+ GetFileProviderConnection((arg1_, arg2_) => {
+ if (arg2_ is not null)
+ tcs.SetException (new NSErrorException(arg2_));
+ else
+ tcs.SetResult (arg1_!);
+ });
+ return tcs.Task;
+ }
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual string Name {
[Export ("name")]
diff --git a/old/dotnet/ios/generated-sources/Foundation/NSItemProvider.g.cs b/new/dotnet/ios/generated-sources/Foundation/NSItemProvider.g.cs
index 1564b35..9766066 100644
--- a/old/dotnet/ios/generated-sources/Foundation/NSItemProvider.g.cs
+++ b/new/dotnet/ios/generated-sources/Foundation/NSItemProvider.g.cs
@@ -491,13 +491,13 @@ namespace Foundation {
}
[Export ("loadItemForTypeIdentifier:options:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void LoadItem (string typeIdentifier, NSDictionary? options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V76))]global::System.Action<NSObject, NSError>? completionHandler)
+ public unsafe virtual void LoadItem (string typeIdentifier, NSDictionary? options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V77))]global::System.Action<NSObject, NSError>? completionHandler)
{
if (typeIdentifier is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (typeIdentifier));
var options__handle__ = options.GetHandle ();
var nstypeIdentifier = CFString.CreateNative (typeIdentifier);
- using var block_completionHandler = Trampolines.SDActionArity2V76.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V77.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -526,7 +526,7 @@ namespace Foundation {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual NSProgress LoadObject (Class aClass, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V77))]global::System.Action<INSItemProviderReading, NSError> completionHandler)
+ public unsafe virtual NSProgress LoadObject (Class aClass, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V78))]global::System.Action<INSItemProviderReading, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -534,7 +534,7 @@ namespace Foundation {
var aClass__handle__ = aClass!.GetNonNullHandle (nameof (aClass));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V77.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V78.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
return Runtime.GetNSObject<NSProgress> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("loadObjectOfClass:completionHandler:"), aClass.Handle, (IntPtr) block_ptr_completionHandler))!;
@@ -577,12 +577,12 @@ namespace Foundation {
}
[Export ("loadPreviewImageWithOptions:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void LoadPreviewImage (NSDictionary options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V76))]global::System.Action<NSObject, NSError> completionHandler)
+ public unsafe virtual void LoadPreviewImage (NSDictionary options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V77))]global::System.Action<NSObject, NSError> completionHandler)
{
var options__handle__ = options!.GetNonNullHandle (nameof (options));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V76.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V77.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("loadPreviewImageWithOptions:completionHandler:"), options__handle__, (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/ios/generated-sources/Foundation/NSUrlSessionWebSocketTask.g.cs b/new/dotnet/ios/generated-sources/Foundation/NSUrlSessionWebSocketTask.g.cs
index b68de46..385a87b 100644
--- a/old/dotnet/ios/generated-sources/Foundation/NSUrlSessionWebSocketTask.g.cs
+++ b/new/dotnet/ios/generated-sources/Foundation/NSUrlSessionWebSocketTask.g.cs
@@ -93,14 +93,14 @@ namespace Foundation {
}
[Export ("receiveMessageWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ReceiveMessage ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V78))]global::System.Action<NSUrlSessionWebSocketMessage, NSError> completionHandler)
+ public unsafe virtual void ReceiveMessage ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V79))]global::System.Action<NSUrlSessionWebSocketMessage, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
#else
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V78.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V79.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("receiveMessageWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/ios/generated-sources/GameController/GCPhysicalInputProfile.g.cs b/new/dotnet/ios/generated-sources/GameController/GCPhysicalInputProfile.g.cs
index 96497ea..bab5803 100644
--- a/old/dotnet/ios/generated-sources/GameController/GCPhysicalInputProfile.g.cs
+++ b/new/dotnet/ios/generated-sources/GameController/GCPhysicalInputProfile.g.cs
@@ -412,7 +412,7 @@ namespace GameController {
[SupportedOSPlatform ("ios16.0")]
[SupportedOSPlatform ("maccatalyst16.0")]
public unsafe virtual global::System.Action<GCPhysicalInputProfile, GCControllerElement>? ValueDidChangeHandler {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V79))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V80))]
[Export ("valueDidChangeHandler", ArgumentSemantic.Copy)]
get {
#if ARCH_32
@@ -424,16 +424,16 @@ namespace GameController {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("valueDidChangeHandler"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity2V79.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity2V80.Create (ret)!;
#endif
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V79))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V80))]
[Export ("setValueDidChangeHandler:", ArgumentSemantic.Copy)]
set {
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
#else
- using var block_value = Trampolines.SDActionArity2V79.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity2V80.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
diff --git a/old/dotnet/ios/generated-sources/GameKit/GKAchievement.g.cs b/new/dotnet/ios/generated-sources/GameKit/GKAchievement.g.cs
index 898afdc..c73e502 100644
--- a/old/dotnet/ios/generated-sources/GameKit/GKAchievement.g.cs
+++ b/new/dotnet/ios/generated-sources/GameKit/GKAchievement.g.cs
@@ -429,11 +429,11 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("macos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SelectChallengeablePlayerIDs (string[]? playerIDs, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V80))]global::System.Action<string[], NSError>? completionHandler)
+ public unsafe virtual void SelectChallengeablePlayerIDs (string[]? playerIDs, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V81))]global::System.Action<string[], NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
var nsa_playerIDs = playerIDs is null ? null : NSArray.FromStrings (playerIDs);
- using var block_completionHandler = Trampolines.SDActionArity2V80.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V81.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -470,13 +470,13 @@ namespace GameKit {
[SupportedOSPlatform ("maccatalyst")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SelectChallengeablePlayers (GKPlayer[] players, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V81))]global::System.Action<GKPlayer[], NSError>? completionHandler)
+ public unsafe virtual void SelectChallengeablePlayers (GKPlayer[] players, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V82))]global::System.Action<GKPlayer[], NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (players is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (players));
var nsa_players = NSArray.FromNSObjects (players);
- using var block_completionHandler = Trampolines.SDActionArity2V81.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V82.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
diff --git a/old/dotnet/ios/generated-sources/GameKit/GKChallenge.g.cs b/new/dotnet/ios/generated-sources/GameKit/GKChallenge.g.cs
index 765f758..f2c067c 100644
--- a/old/dotnet/ios/generated-sources/GameKit/GKChallenge.g.cs
+++ b/new/dotnet/ios/generated-sources/GameKit/GKChallenge.g.cs
@@ -126,10 +126,10 @@ namespace GameKit {
}
[Export ("loadReceivedChallengesWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void LoadReceivedChallenges ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V82))]global::System.Action<GKChallenge[], NSError>? completionHandler)
+ public unsafe static void LoadReceivedChallenges ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V83))]global::System.Action<GKChallenge[], NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_completionHandler = Trampolines.SDActionArity2V82.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V83.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
diff --git a/old/dotnet/ios/generated-sources/GameKit/GKCloudPlayer.g.cs b/new/dotnet/ios/generated-sources/GameKit/GKCloudPlayer.g.cs
index 749984f..b8dbfe2 100644
--- a/old/dotnet/ios/generated-sources/GameKit/GKCloudPlayer.g.cs
+++ b/new/dotnet/ios/generated-sources/GameKit/GKCloudPlayer.g.cs
@@ -89,13 +89,13 @@ namespace GameKit {
[Export ("getCurrentSignedInPlayerForContainer:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void GetCurrentSignedInPlayer (string? containerName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V83))]global::System.Action<GKCloudPlayer, NSError> handler)
+ public unsafe static void GetCurrentSignedInPlayer (string? containerName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V84))]global::System.Action<GKCloudPlayer, NSError> handler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (handler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler));
var nscontainerName = CFString.CreateNative (containerName);
- using var block_handler = Trampolines.SDActionArity2V83.CreateBlock (handler);
+ using var block_handler = Trampolines.SDActionArity2V84.CreateBlock (handler);
BlockLiteral *block_ptr_handler = &block_handler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("getCurrentSignedInPlayerForContainer:completionHandler:"), nscontainerName, (IntPtr) block_ptr_handler);
CFString.ReleaseNative (nscontainerName);
diff --git a/old/dotnet/ios/generated-sources/GameKit/GKGameSession.g.cs b/new/dotnet/ios/generated-sources/GameKit/GKGameSession.g.cs
index c704601..cfced88 100644
--- a/old/dotnet/ios/generated-sources/GameKit/GKGameSession.g.cs
+++ b/new/dotnet/ios/generated-sources/GameKit/GKGameSession.g.cs
@@ -136,7 +136,7 @@ namespace GameKit {
}
[Export ("createSessionInContainer:withTitle:maxConnectedPlayers:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void CreateSession (string? containerName, string title, nint maxPlayers, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V84))]global::System.Action<GKGameSession, NSError> completionHandler)
+ public unsafe static void CreateSession (string? containerName, string title, nint maxPlayers, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V85))]global::System.Action<GKGameSession, NSError> completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (title is null)
@@ -145,7 +145,7 @@ namespace GameKit {
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
var nscontainerName = CFString.CreateNative (containerName);
var nstitle = CFString.CreateNative (title);
- using var block_completionHandler = Trampolines.SDActionArity2V84.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V85.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_IntPtr_NativeHandle (class_ptr, Selector.GetHandle ("createSessionInContainer:withTitle:maxConnectedPlayers:completionHandler:"), nscontainerName, nstitle, maxPlayers, (IntPtr) block_ptr_completionHandler);
CFString.ReleaseNative (nscontainerName);
@@ -230,7 +230,7 @@ namespace GameKit {
}
[Export ("loadSessionWithIdentifier:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void LoadSession (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V84))]global::System.Action<GKGameSession, NSError> completionHandler)
+ public unsafe static void LoadSession (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V85))]global::System.Action<GKGameSession, NSError> completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (identifier is null)
@@ -238,7 +238,7 @@ namespace GameKit {
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
var nsidentifier = CFString.CreateNative (identifier);
- using var block_completionHandler = Trampolines.SDActionArity2V84.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V85.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("loadSessionWithIdentifier:completionHandler:"), nsidentifier, (IntPtr) block_ptr_completionHandler);
CFString.ReleaseNative (nsidentifier);
@@ -257,13 +257,13 @@ namespace GameKit {
}
[Export ("loadSessionsInContainer:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void LoadSessions (string? containerName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V85))]global::System.Action<GKGameSession[], NSError> completionHandler)
+ public unsafe static void LoadSessions (string? containerName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V86))]global::System.Action<GKGameSession[], NSError> completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
var nscontainerName = CFString.CreateNative (containerName);
- using var block_completionHandler = Trampolines.SDActionArity2V85.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V86.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("loadSessionsInContainer:completionHandler:"), nscontainerName, (IntPtr) block_ptr_completionHandler);
CFString.ReleaseNative (nscontainerName);
diff --git a/old/dotnet/ios/generated-sources/GameKit/GKLeaderboard.g.cs b/new/dotnet/ios/generated-sources/GameKit/GKLeaderboard.g.cs
index d502847..1f4c814 100644
--- a/old/dotnet/ios/generated-sources/GameKit/GKLeaderboard.g.cs
+++ b/new/dotnet/ios/generated-sources/GameKit/GKLeaderboard.g.cs
@@ -301,10 +301,10 @@ namespace GameKit {
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void LoadLeaderboards ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V86))]global::System.Action<GKLeaderboard[], NSError>? completionHandler)
+ public unsafe static void LoadLeaderboards ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V87))]global::System.Action<GKLeaderboard[], NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_completionHandler = Trampolines.SDActionArity2V86.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V87.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
diff --git a/old/dotnet/ios/generated-sources/GameKit/GKLocalPlayer.g.cs b/new/dotnet/ios/generated-sources/GameKit/GKLocalPlayer.g.cs
index e91ca18..256941c 100644
--- a/old/dotnet/ios/generated-sources/GameKit/GKLocalPlayer.g.cs
+++ b/new/dotnet/ios/generated-sources/GameKit/GKLocalPlayer.g.cs
@@ -223,10 +223,10 @@ namespace GameKit {
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void FetchSavedGames ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V87))]global::System.Action<GKSavedGame[], NSError>? handler)
+ public unsafe virtual void FetchSavedGames ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V88))]global::System.Action<GKSavedGame[], NSError>? handler)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_handler = Trampolines.SDActionArity2V87.CreateNullableBlock (handler);
+ using var block_handler = Trampolines.SDActionArity2V88.CreateNullableBlock (handler);
BlockLiteral *block_ptr_handler = null;
if (handler is not null)
block_ptr_handler = &block_handler;
@@ -305,13 +305,13 @@ namespace GameKit {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void LoadChallengeableFriends ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V81))]global::System.Action<GKPlayer[], NSError>? completionHandler)
+ public unsafe virtual void LoadChallengeableFriends ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V82))]global::System.Action<GKPlayer[], NSError>? completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
#else
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_completionHandler = Trampolines.SDActionArity2V81.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V82.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -424,10 +424,10 @@ namespace GameKit {
[ObsoletedOSPlatform ("maccatalyst13.1")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void LoadFriendPlayers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V81))]global::System.Action<GKPlayer[], NSError>? completionHandler)
+ public unsafe virtual void LoadFriendPlayers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V82))]global::System.Action<GKPlayer[], NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_completionHandler = Trampolines.SDActionArity2V81.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V82.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -504,7 +504,7 @@ namespace GameKit {
[SupportedOSPlatform ("ios14.5")]
[SupportedOSPlatform ("maccatalyst14.5")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void LoadFriendsAuthorizationStatus ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V88))]global::System.Action<GKFriendsAuthorizationStatus, NSError> completionHandler)
+ public unsafe virtual void LoadFriendsAuthorizationStatus ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V89))]global::System.Action<GKFriendsAuthorizationStatus, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -512,7 +512,7 @@ namespace GameKit {
global::UIKit.UIApplication.EnsureUIThread ();
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V88.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V89.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("loadFriendsAuthorizationStatus:"), (IntPtr) block_ptr_completionHandler);
@@ -543,7 +543,7 @@ namespace GameKit {
[SupportedOSPlatform ("ios14.5")]
[SupportedOSPlatform ("maccatalyst14.5")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void LoadFriendsList ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V81))]global::System.Action<GKPlayer[], NSError> completionHandler)
+ public unsafe virtual void LoadFriendsList ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V82))]global::System.Action<GKPlayer[], NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -551,7 +551,7 @@ namespace GameKit {
global::UIKit.UIApplication.EnsureUIThread ();
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V81.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V82.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("loadFriends:"), (IntPtr) block_ptr_completionHandler);
@@ -582,7 +582,7 @@ namespace GameKit {
[SupportedOSPlatform ("ios14.5")]
[SupportedOSPlatform ("maccatalyst14.5")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void LoadFriendsList (string[] identifiers, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V81))]global::System.Action<GKPlayer[], NSError> completionHandler)
+ public unsafe virtual void LoadFriendsList (string[] identifiers, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V82))]global::System.Action<GKPlayer[], NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -593,7 +593,7 @@ namespace GameKit {
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
var nsa_identifiers = NSArray.FromStrings (identifiers);
- using var block_completionHandler = Trampolines.SDActionArity2V81.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V82.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("loadFriendsWithIdentifiers:completionHandler:"), nsa_identifiers.Handle, (IntPtr) block_ptr_completionHandler);
@@ -625,10 +625,10 @@ namespace GameKit {
[SupportedOSPlatform ("maccatalyst")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void LoadRecentPlayers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V81))]global::System.Action<GKPlayer[], NSError>? completionHandler)
+ public unsafe virtual void LoadRecentPlayers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V82))]global::System.Action<GKPlayer[], NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_completionHandler = Trampolines.SDActionArity2V81.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V82.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -704,14 +704,14 @@ namespace GameKit {
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ResolveConflictingSavedGames (GKSavedGame[] conflictingSavedGames, NSData data, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V87))]global::System.Action<GKSavedGame[], NSError>? handler)
+ public unsafe virtual void ResolveConflictingSavedGames (GKSavedGame[] conflictingSavedGames, NSData data, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V88))]global::System.Action<GKSavedGame[], NSError>? handler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (conflictingSavedGames is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (conflictingSavedGames));
var data__handle__ = data!.GetNonNullHandle (nameof (data));
var nsa_conflictingSavedGames = NSArray.FromNSObjects (conflictingSavedGames);
- using var block_handler = Trampolines.SDActionArity2V87.CreateNullableBlock (handler);
+ using var block_handler = Trampolines.SDActionArity2V88.CreateNullableBlock (handler);
BlockLiteral *block_ptr_handler = null;
if (handler is not null)
block_ptr_handler = &block_handler;
@@ -728,14 +728,14 @@ namespace GameKit {
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SaveGameData (NSData data, string name, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V89))]global::System.Action<GKSavedGame, NSError>? handler)
+ public unsafe virtual void SaveGameData (NSData data, string name, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V90))]global::System.Action<GKSavedGame, NSError>? handler)
{
global::UIKit.UIApplication.EnsureUIThread ();
var data__handle__ = data!.GetNonNullHandle (nameof (data));
if (name is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (name));
var nsname = CFString.CreateNative (name);
- using var block_handler = Trampolines.SDActionArity2V89.CreateNullableBlock (handler);
+ using var block_handler = Trampolines.SDActionArity2V90.CreateNullableBlock (handler);
BlockLiteral *block_ptr_handler = null;
if (handler is not null)
block_ptr_handler = &block_handler;
@@ -869,7 +869,7 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
public unsafe virtual global::System.Action<global::UIKit.UIViewController, NSError>? AuthenticateHandler {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V90))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V91))]
[Export ("authenticateHandler", ArgumentSemantic.Copy)]
get {
global::UIKit.UIApplication.EnsureUIThread ();
@@ -879,13 +879,13 @@ namespace GameKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("authenticateHandler"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity2V90.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity2V91.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V90))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V91))]
[Export ("setAuthenticateHandler:", ArgumentSemantic.Copy)]
set {
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_value = Trampolines.SDActionArity2V90.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity2V91.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
diff --git a/old/dotnet/ios/generated-sources/GameKit/GKMatch.g.cs b/new/dotnet/ios/generated-sources/GameKit/GKMatch.g.cs
index 315e5f6..9ed3dbe 100644
--- a/old/dotnet/ios/generated-sources/GameKit/GKMatch.g.cs
+++ b/new/dotnet/ios/generated-sources/GameKit/GKMatch.g.cs
@@ -157,10 +157,10 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void Rematch ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V91))]global::System.Action<GKMatch, NSError>? completionHandler)
+ public unsafe virtual void Rematch ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V92))]global::System.Action<GKMatch, NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_completionHandler = Trampolines.SDActionArity2V91.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V92.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
diff --git a/old/dotnet/ios/generated-sources/GameKit/GKMatchRequest.g.cs b/new/dotnet/ios/generated-sources/GameKit/GKMatchRequest.g.cs
index 30edac3..0ba00c1 100644
--- a/old/dotnet/ios/generated-sources/GameKit/GKMatchRequest.g.cs
+++ b/new/dotnet/ios/generated-sources/GameKit/GKMatchRequest.g.cs
@@ -147,7 +147,7 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("macos")]
public unsafe virtual global::System.Action<string, GKInviteeResponse>? InviteeResponseHandler {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V92))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V93))]
[Export ("inviteeResponseHandler", ArgumentSemantic.Copy)]
get {
global::UIKit.UIApplication.EnsureUIThread ();
@@ -157,13 +157,13 @@ namespace GameKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("inviteeResponseHandler"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity2V92.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity2V93.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V92))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V93))]
[Export ("setInviteeResponseHandler:", ArgumentSemantic.Copy)]
set {
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_value = Trampolines.SDActionArity2V92.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity2V93.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
@@ -295,7 +295,7 @@ namespace GameKit {
[SupportedOSPlatform ("maccatalyst")]
[SupportedOSPlatform ("tvos")]
public unsafe virtual global::System.Action<GKPlayer, GKInviteRecipientResponse>? RecipientResponseHandler {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V93))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V94))]
[Export ("recipientResponseHandler", ArgumentSemantic.Copy)]
get {
global::UIKit.UIApplication.EnsureUIThread ();
@@ -305,13 +305,13 @@ namespace GameKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("recipientResponseHandler"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity2V93.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity2V94.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V93))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V94))]
[Export ("setRecipientResponseHandler:", ArgumentSemantic.Copy)]
set {
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_value = Trampolines.SDActionArity2V93.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity2V94.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
diff --git a/old/dotnet/ios/generated-sources/GameKit/GKMatchmaker.g.cs b/new/dotnet/ios/generated-sources/GameKit/GKMatchmaker.g.cs
index 28708e6..fa99139 100644
--- a/old/dotnet/ios/generated-sources/GameKit/GKMatchmaker.g.cs
+++ b/new/dotnet/ios/generated-sources/GameKit/GKMatchmaker.g.cs
@@ -237,11 +237,11 @@ namespace GameKit {
[SupportedOSPlatform ("maccatalyst")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void FindPlayersForHostedRequest (GKMatchRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V81))]global::System.Action<GKPlayer[], NSError>? completionHandler)
+ public unsafe virtual void FindPlayersForHostedRequest (GKMatchRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V82))]global::System.Action<GKPlayer[], NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
var request__handle__ = request!.GetNonNullHandle (nameof (request));
- using var block_completionHandler = Trampolines.SDActionArity2V81.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V82.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -289,11 +289,11 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void Match (GKInvite invite, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V91))]global::System.Action<GKMatch, NSError>? completionHandler)
+ public unsafe virtual void Match (GKInvite invite, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V92))]global::System.Action<GKMatch, NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
var invite__handle__ = invite!.GetNonNullHandle (nameof (invite));
- using var block_completionHandler = Trampolines.SDActionArity2V91.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V92.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -382,10 +382,10 @@ namespace GameKit {
[ObsoletedOSPlatform ("maccatalyst13.1", "Use 'StartBrowsingForNearbyPlayers(Action<GKPlayer, bool> handler)' instead.")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void StartBrowsingForNearbyPlayers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V94))]global::System.Action<string, bool>? reachableHandler)
+ public unsafe virtual void StartBrowsingForNearbyPlayers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V95))]global::System.Action<string, bool>? reachableHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_reachableHandler = Trampolines.SDActionArity2V94.CreateNullableBlock (reachableHandler);
+ using var block_reachableHandler = Trampolines.SDActionArity2V95.CreateNullableBlock (reachableHandler);
BlockLiteral *block_ptr_reachableHandler = null;
if (reachableHandler is not null)
block_ptr_reachableHandler = &block_reachableHandler;
@@ -401,10 +401,10 @@ namespace GameKit {
[SupportedOSPlatform ("maccatalyst")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void StartBrowsingForNearbyPlayers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V95))]global::System.Action<GKPlayer, bool>? handler)
+ public unsafe virtual void StartBrowsingForNearbyPlayers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V96))]global::System.Action<GKPlayer, bool>? handler)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_handler = Trampolines.SDActionArity2V95.CreateNullableBlock (handler);
+ using var block_handler = Trampolines.SDActionArity2V96.CreateNullableBlock (handler);
BlockLiteral *block_ptr_handler = null;
if (handler is not null)
block_ptr_handler = &block_handler;
diff --git a/old/dotnet/ios/generated-sources/GameKit/GKTurnBasedMatch.g.cs b/new/dotnet/ios/generated-sources/GameKit/GKTurnBasedMatch.g.cs
index 179ccb6..145f44a 100644
--- a/old/dotnet/ios/generated-sources/GameKit/GKTurnBasedMatch.g.cs
+++ b/new/dotnet/ios/generated-sources/GameKit/GKTurnBasedMatch.g.cs
@@ -85,10 +85,10 @@ namespace GameKit {
[Export ("acceptInviteWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AcceptInvite ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V96))]global::System.Action<GKTurnBasedMatch, NSError>? completionHandler)
+ public unsafe virtual void AcceptInvite ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V97))]global::System.Action<GKTurnBasedMatch, NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_completionHandler = Trampolines.SDActionArity2V96.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V97.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -112,10 +112,10 @@ namespace GameKit {
}
[Export ("declineInviteWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void DeclineInvite ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V96))]global::System.Action<GKTurnBasedMatch, NSError>? completionHandler)
+ public unsafe virtual void DeclineInvite ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V97))]global::System.Action<GKTurnBasedMatch, NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_completionHandler = Trampolines.SDActionArity2V96.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V97.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -372,13 +372,13 @@ namespace GameKit {
}
[Export ("loadMatchWithID:withCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void LoadMatch (string matchId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V96))]global::System.Action<GKTurnBasedMatch, NSError>? completionHandler)
+ public unsafe static void LoadMatch (string matchId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V97))]global::System.Action<GKTurnBasedMatch, NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (matchId is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (matchId));
var nsmatchId = CFString.CreateNative (matchId);
- using var block_completionHandler = Trampolines.SDActionArity2V96.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V97.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -563,10 +563,10 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void Rematch ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V96))]global::System.Action<GKTurnBasedMatch, NSError>? completionHandler)
+ public unsafe virtual void Rematch ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V97))]global::System.Action<GKTurnBasedMatch, NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_completionHandler = Trampolines.SDActionArity2V96.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V97.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -693,7 +693,7 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SendExchange (GKTurnBasedParticipant[] participants, NSData data, string localizableMessage, NSObject[] arguments, double timeout, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V97))]global::System.Action<GKTurnBasedExchange, NSError>? completionHandler)
+ public unsafe virtual void SendExchange (GKTurnBasedParticipant[] participants, NSData data, string localizableMessage, NSObject[] arguments, double timeout, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V98))]global::System.Action<GKTurnBasedExchange, NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (participants is null)
@@ -706,7 +706,7 @@ namespace GameKit {
var nsa_participants = NSArray.FromNSObjects (participants);
var nslocalizableMessage = CFString.CreateNative (localizableMessage);
var nsa_arguments = NSArray.FromNSObjects (arguments);
- using var block_completionHandler = Trampolines.SDActionArity2V97.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V98.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
diff --git a/old/dotnet/ios/generated-sources/GameKit/GKVoiceChat.g.cs b/new/dotnet/ios/generated-sources/GameKit/GKVoiceChat.g.cs
index f154344..463b2df 100644
--- a/old/dotnet/ios/generated-sources/GameKit/GKVoiceChat.g.cs
+++ b/new/dotnet/ios/generated-sources/GameKit/GKVoiceChat.g.cs
@@ -134,12 +134,12 @@ namespace GameKit {
[SupportedOSPlatform ("maccatalyst")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SetPlayerVoiceChatStateChangeHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V98))]global::System.Action<GKPlayer, GKVoiceChatPlayerState> handler)
+ public unsafe virtual void SetPlayerVoiceChatStateChangeHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V99))]global::System.Action<GKPlayer, GKVoiceChatPlayerState> handler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (handler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler));
- using var block_handler = Trampolines.SDActionArity2V98.CreateBlock (handler);
+ using var block_handler = Trampolines.SDActionArity2V99.CreateBlock (handler);
BlockLiteral *block_ptr_handler = &block_handler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setPlayerVoiceChatStateDidChangeHandler:"), (IntPtr) block_ptr_handler);
diff --git a/old/dotnet/ios/generated-sources/HealthKit/HKAttachmentStore.g.cs b/new/dotnet/ios/generated-sources/HealthKit/HKAttachmentStore.g.cs
index e8d8863..8bceb56 100644
--- a/old/dotnet/ios/generated-sources/HealthKit/HKAttachmentStore.g.cs
+++ b/new/dotnet/ios/generated-sources/HealthKit/HKAttachmentStore.g.cs
@@ -110,7 +110,7 @@ namespace HealthKit {
}
[Export ("addAttachmentToObject:name:contentType:URL:metadata:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddAttachment (HKObject @object, string name, global::UniformTypeIdentifiers.UTType contentType, NSUrl URL, NSDictionary<NSString, NSObject>? metadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V99))]global::System.Action<HKAttachment, NSError> completion)
+ public unsafe virtual void AddAttachment (HKObject @object, string name, global::UniformTypeIdentifiers.UTType contentType, NSUrl URL, NSDictionary<NSString, NSObject>? metadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V100))]global::System.Action<HKAttachment, NSError> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -124,7 +124,7 @@ namespace HealthKit {
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nsname = CFString.CreateNative (name);
- using var block_completion = Trampolines.SDActionArity2V99.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V100.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("addAttachmentToObject:name:contentType:URL:metadata:completion:"), @object__handle__, nsname, contentType__handle__, URL__handle__, metadata__handle__, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/ios/generated-sources/HealthKit/HKHealthStore.g.cs b/new/dotnet/ios/generated-sources/HealthKit/HKHealthStore.g.cs
index 71a740f..ba358ee 100644
--- a/old/dotnet/ios/generated-sources/HealthKit/HKHealthStore.g.cs
+++ b/new/dotnet/ios/generated-sources/HealthKit/HKHealthStore.g.cs
@@ -396,12 +396,12 @@ namespace HealthKit {
[SupportedOSPlatform ("maccatalyst")]
[SupportedOSPlatform ("macos13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetPreferredUnits (NSSet quantityTypes, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V100))]global::System.Action<NSDictionary, NSError> completion)
+ public unsafe virtual void GetPreferredUnits (NSSet quantityTypes, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V101))]global::System.Action<NSDictionary, NSError> completion)
{
var quantityTypes__handle__ = quantityTypes!.GetNonNullHandle (nameof (quantityTypes));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity2V100.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V101.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("preferredUnitsForQuantityTypes:completion:"), quantityTypes__handle__, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/ios/generated-sources/HealthKit/HKHeartbeatSeriesBuilder.g.cs b/new/dotnet/ios/generated-sources/HealthKit/HKHeartbeatSeriesBuilder.g.cs
index e40edc8..ca8c23a 100644
--- a/old/dotnet/ios/generated-sources/HealthKit/HKHeartbeatSeriesBuilder.g.cs
+++ b/new/dotnet/ios/generated-sources/HealthKit/HKHeartbeatSeriesBuilder.g.cs
@@ -168,14 +168,14 @@ namespace HealthKit {
}
[Export ("finishSeriesWithCompletion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void FinishSeries ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V101))]global::System.Action<HKHeartbeatSeriesSample, NSError> completion)
+ public unsafe virtual void FinishSeries ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V102))]global::System.Action<HKHeartbeatSeriesSample, NSError> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
#else
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity2V101.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V102.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("finishSeriesWithCompletion:"), (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/ios/generated-sources/HealthKit/HKWorkoutRouteBuilder.g.cs b/new/dotnet/ios/generated-sources/HealthKit/HKWorkoutRouteBuilder.g.cs
index 6a0c95a..1a898d4 100644
--- a/old/dotnet/ios/generated-sources/HealthKit/HKWorkoutRouteBuilder.g.cs
+++ b/new/dotnet/ios/generated-sources/HealthKit/HKWorkoutRouteBuilder.g.cs
@@ -169,7 +169,7 @@ namespace HealthKit {
}
[Export ("finishRouteWithWorkout:metadata:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- protected unsafe virtual void FinishRoute (HKWorkout workout, NSDictionary? metadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V102))]global::System.Action<HKWorkoutRoute, NSError> completion)
+ protected unsafe virtual void FinishRoute (HKWorkout workout, NSDictionary? metadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V103))]global::System.Action<HKWorkoutRoute, NSError> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -178,7 +178,7 @@ namespace HealthKit {
var metadata__handle__ = metadata.GetHandle ();
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity2V102.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V103.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("finishRouteWithWorkout:metadata:completion:"), workout__handle__, metadata__handle__, (IntPtr) block_ptr_completion);
@@ -200,7 +200,7 @@ namespace HealthKit {
return tcs.Task;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void FinishRoute (HKWorkout workout, HKMetadata metadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V102))]global::System.Action<HKWorkoutRoute, NSError> completion)
+ public unsafe void FinishRoute (HKWorkout workout, HKMetadata metadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V103))]global::System.Action<HKWorkoutRoute, NSError> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
diff --git a/old/dotnet/ios/generated-sources/HomeKit/HMAccessorySetupManager.g.cs b/new/dotnet/ios/generated-sources/HomeKit/HMAccessorySetupManager.g.cs
index 092e09e..b4e4725 100644
--- a/old/dotnet/ios/generated-sources/HomeKit/HMAccessorySetupManager.g.cs
+++ b/new/dotnet/ios/generated-sources/HomeKit/HMAccessorySetupManager.g.cs
@@ -96,7 +96,7 @@ namespace HomeKit {
[UnsupportedOSPlatform ("tvos")]
[UnsupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void PerformAccessorySetup (HMAccessorySetupRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V103))]global::System.Action<HMAccessorySetupResult, NSError> completion)
+ public unsafe virtual void PerformAccessorySetup (HMAccessorySetupRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V104))]global::System.Action<HMAccessorySetupResult, NSError> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -104,7 +104,7 @@ namespace HomeKit {
var request__handle__ = request!.GetNonNullHandle (nameof (request));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity2V103.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V104.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("performAccessorySetupUsingRequest:completionHandler:"), request__handle__, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/ios/generated-sources/HomeKit/HMHome.g.cs b/new/dotnet/ios/generated-sources/HomeKit/HMHome.g.cs
index 11f22b8..52190d7 100644
--- a/old/dotnet/ios/generated-sources/HomeKit/HMHome.g.cs
+++ b/new/dotnet/ios/generated-sources/HomeKit/HMHome.g.cs
@@ -107,14 +107,14 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddActionSet (string actionSetName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V104))]global::System.Action<HMActionSet, NSError> completion)
+ public unsafe virtual void AddActionSet (string actionSetName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V105))]global::System.Action<HMActionSet, NSError> completion)
{
if (actionSetName is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (actionSetName));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nsactionSetName = CFString.CreateNative (actionSetName);
- using var block_completion = Trampolines.SDActionArity2V104.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V105.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("addActionSetWithName:completionHandler:"), nsactionSetName, (IntPtr) block_ptr_completion);
@@ -181,7 +181,7 @@ namespace HomeKit {
[UnsupportedOSPlatform ("maccatalyst")]
[ObsoletedOSPlatform ("maccatalyst15.4", "Use 'HMAccessorySetupManager.PerformAccessorySetup' instead.")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddAndSetupAccessories (HMAccessorySetupPayload payload, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V105))]global::System.Action<HMAccessory[], NSError> completion)
+ public unsafe virtual void AddAndSetupAccessories (HMAccessorySetupPayload payload, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V106))]global::System.Action<HMAccessory[], NSError> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -189,7 +189,7 @@ namespace HomeKit {
var payload__handle__ = payload!.GetNonNullHandle (nameof (payload));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity2V105.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V106.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("addAndSetupAccessoriesWithPayload:completionHandler:"), payload__handle__, (IntPtr) block_ptr_completion);
@@ -220,14 +220,14 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddRoom (string roomName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V106))]global::System.Action<HMRoom, NSError> completion)
+ public unsafe virtual void AddRoom (string roomName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V107))]global::System.Action<HMRoom, NSError> completion)
{
if (roomName is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (roomName));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nsroomName = CFString.CreateNative (roomName);
- using var block_completion = Trampolines.SDActionArity2V106.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V107.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("addRoomWithName:completionHandler:"), nsroomName, (IntPtr) block_ptr_completion);
@@ -256,14 +256,14 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddServiceGroup (string serviceGroupName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V107))]global::System.Action<HMServiceGroup, NSError> completion)
+ public unsafe virtual void AddServiceGroup (string serviceGroupName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V108))]global::System.Action<HMServiceGroup, NSError> completion)
{
if (serviceGroupName is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (serviceGroupName));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nsserviceGroupName = CFString.CreateNative (serviceGroupName);
- using var block_completion = Trampolines.SDActionArity2V107.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V108.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("addServiceGroupWithName:completionHandler:"), nsserviceGroupName, (IntPtr) block_ptr_completion);
@@ -327,11 +327,11 @@ namespace HomeKit {
[ObsoletedOSPlatform ("maccatalyst13.1", "Use 'ManageUsers' instead.")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddUser ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V108))]global::System.Action<HMUser, NSError> completion)
+ public unsafe virtual void AddUser ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V109))]global::System.Action<HMUser, NSError> completion)
{
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity2V108.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V109.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("addUserWithCompletionHandler:"), (IntPtr) block_ptr_completion);
@@ -361,14 +361,14 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddZone (string zoneName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V109))]global::System.Action<HMZone, NSError> completion)
+ public unsafe virtual void AddZone (string zoneName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V110))]global::System.Action<HMZone, NSError> completion)
{
if (zoneName is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (zoneName));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nszoneName = CFString.CreateNative (zoneName);
- using var block_completion = Trampolines.SDActionArity2V109.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V110.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("addZoneWithName:completionHandler:"), nszoneName, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/ios/generated-sources/HomeKit/HMHomeManager.g.cs b/new/dotnet/ios/generated-sources/HomeKit/HMHomeManager.g.cs
index 5f4d1cd..19417af 100644
--- a/old/dotnet/ios/generated-sources/HomeKit/HMHomeManager.g.cs
+++ b/new/dotnet/ios/generated-sources/HomeKit/HMHomeManager.g.cs
@@ -86,14 +86,14 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddHome (string homeName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V110))]global::System.Action<HMHome, NSError> completion)
+ public unsafe virtual void AddHome (string homeName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V111))]global::System.Action<HMHome, NSError> completion)
{
if (homeName is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (homeName));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nshomeName = CFString.CreateNative (homeName);
- using var block_completion = Trampolines.SDActionArity2V110.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V111.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("addHomeWithName:completionHandler:"), nshomeName, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/ios/generated-sources/IdentityLookup/ILMessageFilterExtensionContext.g.cs b/new/dotnet/ios/generated-sources/IdentityLookup/ILMessageFilterExtensionContext.g.cs
index a3ecba1..c70ed72 100644
--- a/old/dotnet/ios/generated-sources/IdentityLookup/ILMessageFilterExtensionContext.g.cs
+++ b/new/dotnet/ios/generated-sources/IdentityLookup/ILMessageFilterExtensionContext.g.cs
@@ -78,14 +78,14 @@ namespace IdentityLookup {
[Export ("deferQueryRequestToNetworkWithCompletion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void DeferQueryRequestToNetwork ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V111))]global::System.Action<ILNetworkResponse, NSError> completion)
+ public unsafe virtual void DeferQueryRequestToNetwork ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V112))]global::System.Action<ILNetworkResponse, NSError> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
#else
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity2V111.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V112.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("deferQueryRequestToNetworkWithCompletion:"), (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/ios/generated-sources/Intents/INVoiceShortcutCenter.g.cs b/new/dotnet/ios/generated-sources/Intents/INVoiceShortcutCenter.g.cs
index 6f948d4..6126397 100644
--- a/old/dotnet/ios/generated-sources/Intents/INVoiceShortcutCenter.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INVoiceShortcutCenter.g.cs
@@ -108,7 +108,7 @@ namespace Intents {
}
[Export ("getVoiceShortcutWithIdentifier:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetVoiceShortcut (NSUuid identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V112))]global::System.Action<INVoiceShortcut, NSError> completionHandler)
+ public unsafe virtual void GetVoiceShortcut (NSUuid identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V113))]global::System.Action<INVoiceShortcut, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -116,7 +116,7 @@ namespace Intents {
var identifier__handle__ = identifier!.GetNonNullHandle (nameof (identifier));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V112.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V113.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("getVoiceShortcutWithIdentifier:completion:"), identifier__handle__, (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/ios/generated-sources/LinkPresentation/LPMetadataProvider.g.cs b/new/dotnet/ios/generated-sources/LinkPresentation/LPMetadataProvider.g.cs
index d690bd9..3531c3e 100644
--- a/old/dotnet/ios/generated-sources/LinkPresentation/LPMetadataProvider.g.cs
+++ b/new/dotnet/ios/generated-sources/LinkPresentation/LPMetadataProvider.g.cs
@@ -108,7 +108,7 @@ namespace LinkPresentation {
}
[Export ("startFetchingMetadataForURL:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void StartFetchingMetadata (NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V113))]global::System.Action<LPLinkMetadata, NSError> completionHandler)
+ public unsafe virtual void StartFetchingMetadata (NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V114))]global::System.Action<LPLinkMetadata, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -116,7 +116,7 @@ namespace LinkPresentation {
var url__handle__ = url!.GetNonNullHandle (nameof (url));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V113.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V114.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("startFetchingMetadataForURL:completionHandler:"), url__handle__, (IntPtr) block_ptr_completionHandler);
@@ -143,7 +143,7 @@ namespace LinkPresentation {
[SupportedOSPlatform ("maccatalyst15.0")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void StartFetchingMetadata (NSUrlRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V113))]global::System.Action<LPLinkMetadata, NSError> completionHandler)
+ public unsafe virtual void StartFetchingMetadata (NSUrlRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V114))]global::System.Action<LPLinkMetadata, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -151,7 +151,7 @@ namespace LinkPresentation {
var request__handle__ = request!.GetNonNullHandle (nameof (request));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V113.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V114.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("startFetchingMetadataForRequest:completionHandler:"), request__handle__, (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/ios/generated-sources/MapKit/MKLookAroundSceneRequest.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKLookAroundSceneRequest.g.cs
index 96bb0bc..3330764 100644
--- a/old/dotnet/ios/generated-sources/MapKit/MKLookAroundSceneRequest.g.cs
+++ b/new/dotnet/ios/generated-sources/MapKit/MKLookAroundSceneRequest.g.cs
@@ -128,7 +128,7 @@ namespace MapKit {
}
[Export ("getSceneWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetScene ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V114))]global::System.Action<MKLookAroundScene, NSError> completionHandler)
+ public unsafe virtual void GetScene ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V115))]global::System.Action<MKLookAroundScene, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -136,7 +136,7 @@ namespace MapKit {
global::UIKit.UIApplication.EnsureUIThread ();
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V114.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V115.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("getSceneWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/ios/generated-sources/MapKit/MKLookAroundSnapshotter.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKLookAroundSnapshotter.g.cs
index 93350c2..c4de6f8 100644
--- a/old/dotnet/ios/generated-sources/MapKit/MKLookAroundSnapshotter.g.cs
+++ b/new/dotnet/ios/generated-sources/MapKit/MKLookAroundSnapshotter.g.cs
@@ -112,7 +112,7 @@ namespace MapKit {
}
[Export ("getSnapshotWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetSnapshot ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V115))]global::System.Action<MKLookAroundSnapshot, NSError> completionHandler)
+ public unsafe virtual void GetSnapshot ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V116))]global::System.Action<MKLookAroundSnapshot, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -120,7 +120,7 @@ namespace MapKit {
global::UIKit.UIApplication.EnsureUIThread ();
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V115.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V116.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("getSnapshotWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/ios/generated-sources/MapKit/MKMapItemRequest.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKMapItemRequest.g.cs
index 9a9af14..8fdd0dd 100644
--- a/old/dotnet/ios/generated-sources/MapKit/MKMapItemRequest.g.cs
+++ b/new/dotnet/ios/generated-sources/MapKit/MKMapItemRequest.g.cs
@@ -111,7 +111,7 @@ namespace MapKit {
}
[Export ("getMapItemWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetMapItem ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V116))]global::System.Action<MKMapItem, NSError> completionHandler)
+ public unsafe virtual void GetMapItem ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V117))]global::System.Action<MKMapItem, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -119,7 +119,7 @@ namespace MapKit {
global::UIKit.UIApplication.EnsureUIThread ();
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V116.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V117.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("getMapItemWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/ios/generated-sources/MediaPlayer/MPMediaLibrary.g.cs b/new/dotnet/ios/generated-sources/MediaPlayer/MPMediaLibrary.g.cs
index ea7143f..937a9a2 100644
--- a/old/dotnet/ios/generated-sources/MediaPlayer/MPMediaLibrary.g.cs
+++ b/new/dotnet/ios/generated-sources/MediaPlayer/MPMediaLibrary.g.cs
@@ -101,12 +101,12 @@ namespace MediaPlayer {
[UnsupportedOSPlatform ("macos")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddItem (string productID, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V117))]global::System.Action<MPMediaEntity[], NSError>? completionHandler)
+ public unsafe virtual void AddItem (string productID, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V118))]global::System.Action<MPMediaEntity[], NSError>? completionHandler)
{
if (productID is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (productID));
var nsproductID = CFString.CreateNative (productID);
- using var block_completionHandler = Trampolines.SDActionArity2V117.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V118.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -174,13 +174,13 @@ namespace MediaPlayer {
[UnsupportedOSPlatform ("macos")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetPlaylist (NSUuid uuid, MPMediaPlaylistCreationMetadata? creationMetadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V118))]global::System.Action<MPMediaPlaylist, NSError> completionHandler)
+ public unsafe virtual void GetPlaylist (NSUuid uuid, MPMediaPlaylistCreationMetadata? creationMetadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V119))]global::System.Action<MPMediaPlaylist, NSError> completionHandler)
{
var uuid__handle__ = uuid!.GetNonNullHandle (nameof (uuid));
var creationMetadata__handle__ = creationMetadata.GetHandle ();
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V118.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V119.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("getPlaylistWithUUID:creationMetadata:completionHandler:"), uuid__handle__, creationMetadata__handle__, (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/ios/generated-sources/MediaPlayer/MPMusicPlayerApplicationController.g.cs b/new/dotnet/ios/generated-sources/MediaPlayer/MPMusicPlayerApplicationController.g.cs
index 96abe16..ebe1f3a 100644
--- a/old/dotnet/ios/generated-sources/MediaPlayer/MPMusicPlayerApplicationController.g.cs
+++ b/new/dotnet/ios/generated-sources/MediaPlayer/MPMusicPlayerApplicationController.g.cs
@@ -84,7 +84,7 @@ namespace MediaPlayer {
[Export ("performQueueTransaction:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void Perform ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V207))]global::System.Action<MPMusicPlayerControllerMutableQueue> queueTransaction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V119))]global::System.Action<MPMusicPlayerControllerQueue, NSError> completionHandler)
+ public unsafe virtual void Perform ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V207))]global::System.Action<MPMusicPlayerControllerMutableQueue> queueTransaction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V120))]global::System.Action<MPMusicPlayerControllerQueue, NSError> completionHandler)
{
if (queueTransaction is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (queueTransaction));
@@ -92,7 +92,7 @@ namespace MediaPlayer {
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
using var block_queueTransaction = Trampolines.SDActionArity1V207.CreateBlock (queueTransaction);
BlockLiteral *block_ptr_queueTransaction = &block_queueTransaction;
- using var block_completionHandler = Trampolines.SDActionArity2V119.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V120.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("performQueueTransaction:completionHandler:"), (IntPtr) block_ptr_queueTransaction, (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/ios/generated-sources/MediaPlayer/MPPlayableContentDataSource.g.cs b/new/dotnet/ios/generated-sources/MediaPlayer/MPPlayableContentDataSource.g.cs
index 1f3332f..d39126c 100644
--- a/old/dotnet/ios/generated-sources/MediaPlayer/MPPlayableContentDataSource.g.cs
+++ b/new/dotnet/ios/generated-sources/MediaPlayer/MPPlayableContentDataSource.g.cs
@@ -58,7 +58,7 @@ namespace MediaPlayer {
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "BeginLoadingChildItems", Selector = "beginLoadingChildItemsAtIndexPath:completionHandler:", ParameterType = new Type [] { typeof (NSIndexPath), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V0) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ChildItemsDisplayPlaybackProgress", Selector = "childItemsDisplayPlaybackProgressAtIndexPath:", ReturnType = typeof (bool), ParameterType = new Type [] { typeof (NSIndexPath) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "NumberOfChildItems", Selector = "numberOfChildItemsAtIndexPath:", ReturnType = typeof (IntPtr), ParameterType = new Type [] { typeof (NSIndexPath) }, ParameterByRef = new bool [] { false })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "GetContentItem", Selector = "contentItemForIdentifier:completionHandler:", ParameterType = new Type [] { typeof (string), typeof (global::System.Action<global::MediaPlayer.MPContentItem, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V120) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "GetContentItem", Selector = "contentItemForIdentifier:completionHandler:", ParameterType = new Type [] { typeof (string), typeof (global::System.Action<global::MediaPlayer.MPContentItem, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V121) })]
public partial interface IMPPlayableContentDataSource : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -94,14 +94,14 @@ namespace MediaPlayer {
[ObsoletedOSPlatform ("maccatalyst14.0", "Use 'CarPlay' API instead.")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void GetContentItem (this IMPPlayableContentDataSource This, string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V120))]global::System.Action<MPContentItem, NSError> completionHandler)
+ public unsafe static void GetContentItem (this IMPPlayableContentDataSource This, string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V121))]global::System.Action<MPContentItem, NSError> completionHandler)
{
if (identifier is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (identifier));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
var nsidentifier = CFString.CreateNative (identifier);
- using var block_completionHandler = Trampolines.SDActionArity2V120.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V121.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("contentItemForIdentifier:completionHandler:"), nsidentifier, (IntPtr) block_ptr_completionHandler);
CFString.ReleaseNative (nsidentifier);
@@ -205,7 +205,7 @@ namespace MediaPlayer {
[ObsoletedOSPlatform ("maccatalyst14.0", "Use 'CarPlay' API instead.")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetContentItem (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V120))]global::System.Action<MPContentItem, NSError> completionHandler)
+ public unsafe virtual void GetContentItem (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V121))]global::System.Action<MPContentItem, NSError> completionHandler)
{
throw new You_Should_Not_Call_base_In_This_Method ();
}
diff --git a/old/dotnet/ios/generated-sources/Metal/MTLDevice.g.cs b/new/dotnet/ios/generated-sources/Metal/MTLDevice.g.cs
index 2e5bd86..91d7222 100644
--- a/old/dotnet/ios/generated-sources/Metal/MTLDevice.g.cs
+++ b/new/dotnet/ios/generated-sources/Metal/MTLDevice.g.cs
@@ -72,14 +72,14 @@ namespace Metal {
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateLibrary", Selector = "newLibraryWithFile:error:", ReturnType = typeof (IMTLLibrary), ParameterType = new Type [] { typeof (string), typeof (NSError) }, ParameterByRef = new bool [] { false, true })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateLibrary", Selector = "newLibraryWithData:error:", ReturnType = typeof (IMTLLibrary), ParameterType = new Type [] { typeof (DispatchData), typeof (NSError) }, ParameterByRef = new bool [] { false, true })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateLibrary", Selector = "newLibraryWithSource:options:error:", ReturnType = typeof (IMTLLibrary), ParameterType = new Type [] { typeof (string), typeof (MTLCompileOptions), typeof (NSError) }, ParameterByRef = new bool [] { false, false, true })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateLibrary", Selector = "newLibraryWithSource:options:completionHandler:", ParameterType = new Type [] { typeof (string), typeof (MTLCompileOptions), typeof (global::System.Action<global::Metal.IMTLLibrary, NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V121) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateLibrary", Selector = "newLibraryWithSource:options:completionHandler:", ParameterType = new Type [] { typeof (string), typeof (MTLCompileOptions), typeof (global::System.Action<global::Metal.IMTLLibrary, NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V122) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateDefaultLibrary", Selector = "newDefaultLibraryWithBundle:error:", ReturnType = typeof (IMTLLibrary), ParameterType = new Type [] { typeof (NSBundle), typeof (NSError) }, ParameterByRef = new bool [] { false, true })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateRenderPipelineState", Selector = "newRenderPipelineStateWithDescriptor:error:", ReturnType = typeof (IMTLRenderPipelineState), ParameterType = new Type [] { typeof (MTLRenderPipelineDescriptor), typeof (NSError) }, ParameterByRef = new bool [] { false, true })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateRenderPipelineState", Selector = "newRenderPipelineStateWithDescriptor:completionHandler:", ParameterType = new Type [] { typeof (MTLRenderPipelineDescriptor), typeof (global::System.Action<global::Metal.IMTLRenderPipelineState, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V122) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateRenderPipelineState", Selector = "newRenderPipelineStateWithDescriptor:completionHandler:", ParameterType = new Type [] { typeof (MTLRenderPipelineDescriptor), typeof (global::System.Action<global::Metal.IMTLRenderPipelineState, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V123) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateRenderPipelineState", Selector = "newRenderPipelineStateWithDescriptor:options:reflection:error:", ReturnType = typeof (IMTLRenderPipelineState), ParameterType = new Type [] { typeof (MTLRenderPipelineDescriptor), typeof (MTLPipelineOption), typeof (MTLRenderPipelineReflection), typeof (NSError) }, ParameterByRef = new bool [] { false, false, true, true })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateRenderPipelineState", Selector = "newRenderPipelineStateWithDescriptor:options:completionHandler:", ParameterType = new Type [] { typeof (MTLRenderPipelineDescriptor), typeof (MTLPipelineOption), typeof (global::System.Action<global::Metal.IMTLRenderPipelineState, global::Metal.MTLRenderPipelineReflection, NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity3V15) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateComputePipelineState", Selector = "newComputePipelineStateWithFunction:options:reflection:error:", ReturnType = typeof (IMTLComputePipelineState), ParameterType = new Type [] { typeof (IMTLFunction), typeof (MTLPipelineOption), typeof (MTLComputePipelineReflection), typeof (NSError) }, ParameterByRef = new bool [] { false, false, true, true })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateComputePipelineState", Selector = "newComputePipelineStateWithFunction:completionHandler:", ParameterType = new Type [] { typeof (IMTLFunction), typeof (global::System.Action<global::Metal.IMTLComputePipelineState, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V123) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateComputePipelineState", Selector = "newComputePipelineStateWithFunction:completionHandler:", ParameterType = new Type [] { typeof (IMTLFunction), typeof (global::System.Action<global::Metal.IMTLComputePipelineState, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V124) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateComputePipelineState", Selector = "newComputePipelineStateWithFunction:error:", ReturnType = typeof (IMTLComputePipelineState), ParameterType = new Type [] { typeof (IMTLFunction), typeof (NSError) }, ParameterByRef = new bool [] { false, true })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateComputePipelineState", Selector = "newComputePipelineStateWithFunction:options:completionHandler:", ParameterType = new Type [] { typeof (IMTLFunction), typeof (MTLPipelineOption), typeof (global::System.Action<global::Metal.IMTLComputePipelineState, global::Metal.MTLComputePipelineReflection, NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity3V16) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateComputePipelineState", Selector = "newComputePipelineStateWithDescriptor:options:reflection:error:", ReturnType = typeof (IMTLComputePipelineState), ParameterType = new Type [] { typeof (MTLComputePipelineDescriptor), typeof (MTLPipelineOption), typeof (MTLComputePipelineReflection), typeof (NSError) }, ParameterByRef = new bool [] { false, false, true, true })]
@@ -115,7 +115,7 @@ namespace Metal {
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateAccelerationStructure", Selector = "newAccelerationStructureWithSize:", ReturnType = typeof (IMTLAccelerationStructure), ParameterType = new Type [] { typeof (UIntPtr) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateAccelerationStructure", Selector = "newAccelerationStructureWithDescriptor:", ReturnType = typeof (IMTLAccelerationStructure), ParameterType = new Type [] { typeof (MTLAccelerationStructureDescriptor) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateLibrary", Selector = "newLibraryWithStitchedDescriptor:error:", ReturnType = typeof (IMTLLibrary), ParameterType = new Type [] { typeof (MTLStitchedLibraryDescriptor), typeof (NSError) }, ParameterByRef = new bool [] { false, true })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateLibrary", Selector = "newLibraryWithStitchedDescriptor:completionHandler:", ParameterType = new Type [] { typeof (MTLStitchedLibraryDescriptor), typeof (global::System.Action<global::Metal.IMTLLibrary, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V121) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateLibrary", Selector = "newLibraryWithStitchedDescriptor:completionHandler:", ParameterType = new Type [] { typeof (MTLStitchedLibraryDescriptor), typeof (global::System.Action<global::Metal.IMTLLibrary, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V122) })]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "Name", Selector = "name", PropertyType = typeof (string), GetterSelector = "name", ArgumentSemantic = ArgumentSemantic.None)]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "MaxThreadsPerThreadgroup", Selector = "maxThreadsPerThreadgroup", PropertyType = typeof (MTLSize), GetterSelector = "maxThreadsPerThreadgroup", ArgumentSemantic = ArgumentSemantic.None)]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "ReadWriteTextureSupport", Selector = "readWriteTextureSupport", PropertyType = typeof (MTLReadWriteTextureTier), GetterSelector = "readWriteTextureSupport", ArgumentSemantic = ArgumentSemantic.None)]
@@ -260,7 +260,7 @@ namespace Metal {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newLibraryWithSource:options:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void CreateLibrary (string source, MTLCompileOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V121))]global::System.Action<IMTLLibrary, NSError> completionHandler);
+ unsafe void CreateLibrary (string source, MTLCompileOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V122))]global::System.Action<IMTLLibrary, NSError> completionHandler);
[return: ReleaseAttribute ()]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
@@ -278,7 +278,7 @@ namespace Metal {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newRenderPipelineStateWithDescriptor:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void CreateRenderPipelineState (MTLRenderPipelineDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V122))]global::System.Action<IMTLRenderPipelineState, NSError> completionHandler);
+ unsafe void CreateRenderPipelineState (MTLRenderPipelineDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V123))]global::System.Action<IMTLRenderPipelineState, NSError> completionHandler);
[return: ReleaseAttribute ()]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newRenderPipelineStateWithDescriptor:options:reflection:error:")]
@@ -296,7 +296,7 @@ namespace Metal {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newComputePipelineStateWithFunction:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void CreateComputePipelineState (IMTLFunction computeFunction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V123))]global::System.Action<IMTLComputePipelineState, NSError> completionHandler);
+ unsafe void CreateComputePipelineState (IMTLFunction computeFunction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V124))]global::System.Action<IMTLComputePipelineState, NSError> completionHandler);
[return: ReleaseAttribute ()]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newComputePipelineStateWithFunction:error:")]
@@ -574,7 +574,7 @@ namespace Metal {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newLibraryWithStitchedDescriptor:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void CreateLibrary (MTLStitchedLibraryDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V121))]global::System.Action<IMTLLibrary, NSError> completionHandler);
+ unsafe void CreateLibrary (MTLStitchedLibraryDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V122))]global::System.Action<IMTLLibrary, NSError> completionHandler);
[Preserve (Conditional = true)]
string Name {
[Export ("name")]
@@ -1128,7 +1128,7 @@ namespace Metal {
}
[Export ("newLibraryWithSource:options:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateLibrary (string source, MTLCompileOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V121))]global::System.Action<IMTLLibrary, NSError> completionHandler)
+ public unsafe void CreateLibrary (string source, MTLCompileOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V122))]global::System.Action<IMTLLibrary, NSError> completionHandler)
{
if (source is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (source));
@@ -1136,7 +1136,7 @@ namespace Metal {
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
var nssource = CFString.CreateNative (source);
- using var block_completionHandler = Trampolines.SDActionArity2V121.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V122.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("newLibraryWithSource:options:completionHandler:"), nssource, options__handle__, (IntPtr) block_ptr_completionHandler);
CFString.ReleaseNative (nssource);
@@ -1171,12 +1171,12 @@ namespace Metal {
}
[Export ("newRenderPipelineStateWithDescriptor:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateRenderPipelineState (MTLRenderPipelineDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V122))]global::System.Action<IMTLRenderPipelineState, NSError> completionHandler)
+ public unsafe void CreateRenderPipelineState (MTLRenderPipelineDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V123))]global::System.Action<IMTLRenderPipelineState, NSError> completionHandler)
{
var descriptor__handle__ = descriptor!.GetNonNullHandle (nameof (descriptor));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V122.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V123.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("newRenderPipelineStateWithDescriptor:completionHandler:"), descriptor__handle__, (IntPtr) block_ptr_completionHandler);
}
@@ -1225,12 +1225,12 @@ namespace Metal {
}
[Export ("newComputePipelineStateWithFunction:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateComputePipelineState (IMTLFunction computeFunction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V123))]global::System.Action<IMTLComputePipelineState, NSError> completionHandler)
+ public unsafe void CreateComputePipelineState (IMTLFunction computeFunction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V124))]global::System.Action<IMTLComputePipelineState, NSError> completionHandler)
{
var computeFunction__handle__ = computeFunction!.GetNonNullHandle (nameof (computeFunction));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V123.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V124.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("newComputePipelineStateWithFunction:completionHandler:"), computeFunction__handle__, (IntPtr) block_ptr_completionHandler);
}
@@ -1703,7 +1703,7 @@ namespace Metal {
}
[Export ("newLibraryWithStitchedDescriptor:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateLibrary (MTLStitchedLibraryDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V121))]global::System.Action<IMTLLibrary, NSError> completionHandler)
+ public unsafe void CreateLibrary (MTLStitchedLibraryDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V122))]global::System.Action<IMTLLibrary, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -1711,7 +1711,7 @@ namespace Metal {
var descriptor__handle__ = descriptor!.GetNonNullHandle (nameof (descriptor));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V121.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V122.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("newLibraryWithStitchedDescriptor:completionHandler:"), descriptor__handle__, (IntPtr) block_ptr_completionHandler);
#endif
diff --git a/old/dotnet/ios/generated-sources/Metal/MTLLibrary.g.cs b/new/dotnet/ios/generated-sources/Metal/MTLLibrary.g.cs
index e628259..8fdeeb8 100644
--- a/old/dotnet/ios/generated-sources/Metal/MTLLibrary.g.cs
+++ b/new/dotnet/ios/generated-sources/Metal/MTLLibrary.g.cs
@@ -56,10 +56,10 @@ namespace Metal {
[Protocol (Name = "MTLLibrary", WrapperType = typeof (MTLLibraryWrapper))]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateFunction", Selector = "newFunctionWithName:", ReturnType = typeof (IMTLFunction), ParameterType = new Type [] { typeof (string) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateFunction", Selector = "newFunctionWithName:constantValues:error:", ReturnType = typeof (IMTLFunction), ParameterType = new Type [] { typeof (string), typeof (MTLFunctionConstantValues), typeof (NSError) }, ParameterByRef = new bool [] { false, false, true })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateFunction", Selector = "newFunctionWithName:constantValues:completionHandler:", ParameterType = new Type [] { typeof (string), typeof (MTLFunctionConstantValues), typeof (global::System.Action<global::Metal.IMTLFunction, NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V124) })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateFunction", Selector = "newFunctionWithDescriptor:completionHandler:", ParameterType = new Type [] { typeof (MTLFunctionDescriptor), typeof (global::System.Action<global::Metal.IMTLFunction, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V124) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateFunction", Selector = "newFunctionWithName:constantValues:completionHandler:", ParameterType = new Type [] { typeof (string), typeof (MTLFunctionConstantValues), typeof (global::System.Action<global::Metal.IMTLFunction, NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V125) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateFunction", Selector = "newFunctionWithDescriptor:completionHandler:", ParameterType = new Type [] { typeof (MTLFunctionDescriptor), typeof (global::System.Action<global::Metal.IMTLFunction, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V125) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateFunction", Selector = "newFunctionWithDescriptor:error:", ReturnType = typeof (IMTLFunction), ParameterType = new Type [] { typeof (MTLFunctionDescriptor), typeof (NSError) }, ParameterByRef = new bool [] { false, true })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateIntersectionFunction", Selector = "newIntersectionFunctionWithDescriptor:completionHandler:", ParameterType = new Type [] { typeof (MTLIntersectionFunctionDescriptor), typeof (global::System.Action<global::Metal.IMTLFunction, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V124) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateIntersectionFunction", Selector = "newIntersectionFunctionWithDescriptor:completionHandler:", ParameterType = new Type [] { typeof (MTLIntersectionFunctionDescriptor), typeof (global::System.Action<global::Metal.IMTLFunction, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V125) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateIntersectionFunction", Selector = "newIntersectionFunctionWithDescriptor:error:", ReturnType = typeof (IMTLFunction), ParameterType = new Type [] { typeof (MTLIntersectionFunctionDescriptor), typeof (NSError) }, ParameterByRef = new bool [] { false, true })]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "Label", Selector = "label", PropertyType = typeof (string), GetterSelector = "label", SetterSelector = "setLabel:", ArgumentSemantic = ArgumentSemantic.None)]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "Device", Selector = "device", PropertyType = typeof (IMTLDevice), GetterSelector = "device", ArgumentSemantic = ArgumentSemantic.None)]
@@ -89,7 +89,7 @@ namespace Metal {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newFunctionWithName:constantValues:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void CreateFunction (string name, MTLFunctionConstantValues constantValues, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V124))]global::System.Action<IMTLFunction, NSError> completionHandler);
+ unsafe void CreateFunction (string name, MTLFunctionConstantValues constantValues, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V125))]global::System.Action<IMTLFunction, NSError> completionHandler);
[SupportedOSPlatform ("macos11.0")]
[SupportedOSPlatform ("ios14.0")]
[SupportedOSPlatform ("tvos14.0")]
@@ -97,7 +97,7 @@ namespace Metal {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newFunctionWithDescriptor:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void CreateFunction (MTLFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V124))]global::System.Action<IMTLFunction, NSError> completionHandler);
+ unsafe void CreateFunction (MTLFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V125))]global::System.Action<IMTLFunction, NSError> completionHandler);
[return: ReleaseAttribute ()]
[SupportedOSPlatform ("macos11.0")]
[SupportedOSPlatform ("ios14.0")]
@@ -114,7 +114,7 @@ namespace Metal {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newIntersectionFunctionWithDescriptor:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void CreateIntersectionFunction (MTLIntersectionFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V124))]global::System.Action<IMTLFunction, NSError> completionHandler);
+ unsafe void CreateIntersectionFunction (MTLIntersectionFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V125))]global::System.Action<IMTLFunction, NSError> completionHandler);
[return: ReleaseAttribute ()]
[SupportedOSPlatform ("macos11.0")]
[SupportedOSPlatform ("ios14.0")]
@@ -219,7 +219,7 @@ namespace Metal {
}
[Export ("newFunctionWithName:constantValues:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateFunction (string name, MTLFunctionConstantValues constantValues, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V124))]global::System.Action<IMTLFunction, NSError> completionHandler)
+ public unsafe void CreateFunction (string name, MTLFunctionConstantValues constantValues, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V125))]global::System.Action<IMTLFunction, NSError> completionHandler)
{
if (name is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (name));
@@ -227,14 +227,14 @@ namespace Metal {
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
var nsname = CFString.CreateNative (name);
- using var block_completionHandler = Trampolines.SDActionArity2V124.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V125.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("newFunctionWithName:constantValues:completionHandler:"), nsname, constantValues__handle__, (IntPtr) block_ptr_completionHandler);
CFString.ReleaseNative (nsname);
}
[Export ("newFunctionWithDescriptor:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateFunction (MTLFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V124))]global::System.Action<IMTLFunction, NSError> completionHandler)
+ public unsafe void CreateFunction (MTLFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V125))]global::System.Action<IMTLFunction, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -242,7 +242,7 @@ namespace Metal {
var descriptor__handle__ = descriptor!.GetNonNullHandle (nameof (descriptor));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V124.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V125.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("newFunctionWithDescriptor:completionHandler:"), descriptor__handle__, (IntPtr) block_ptr_completionHandler);
#endif
@@ -267,7 +267,7 @@ namespace Metal {
}
[Export ("newIntersectionFunctionWithDescriptor:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateIntersectionFunction (MTLIntersectionFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V124))]global::System.Action<IMTLFunction, NSError> completionHandler)
+ public unsafe void CreateIntersectionFunction (MTLIntersectionFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V125))]global::System.Action<IMTLFunction, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -275,7 +275,7 @@ namespace Metal {
var descriptor__handle__ = descriptor!.GetNonNullHandle (nameof (descriptor));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V124.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V125.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("newIntersectionFunctionWithDescriptor:completionHandler:"), descriptor__handle__, (IntPtr) block_ptr_completionHandler);
#endif
diff --git a/old/dotnet/ios/generated-sources/MetalPerformanceShaders/MPSNNGraph.g.cs b/new/dotnet/ios/generated-sources/MetalPerformanceShaders/MPSNNGraph.g.cs
index 0bad5f2..d45f4f8 100644
--- a/old/dotnet/ios/generated-sources/MetalPerformanceShaders/MPSNNGraph.g.cs
+++ b/new/dotnet/ios/generated-sources/MetalPerformanceShaders/MPSNNGraph.g.cs
@@ -333,7 +333,7 @@ namespace MetalPerformanceShaders {
}
[Export ("executeAsyncWithSourceImages:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual MPSImage Execute (MPSImage[] sourceImages, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V125))]global::System.Action<MPSImage, NSError> handler)
+ public unsafe virtual MPSImage Execute (MPSImage[] sourceImages, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V126))]global::System.Action<MPSImage, NSError> handler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -343,7 +343,7 @@ namespace MetalPerformanceShaders {
if (handler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler));
var nsa_sourceImages = NSArray.FromNSObjects (sourceImages);
- using var block_handler = Trampolines.SDActionArity2V125.CreateBlock (handler);
+ using var block_handler = Trampolines.SDActionArity2V126.CreateBlock (handler);
BlockLiteral *block_ptr_handler = &block_handler;
MPSImage? ret;
if (IsDirectBinding) {
diff --git a/old/dotnet/ios/generated-sources/NaturalLanguage/NLTagger.g.cs b/new/dotnet/ios/generated-sources/NaturalLanguage/NLTagger.g.cs
index 6a383b9..34d244c 100644
--- a/old/dotnet/ios/generated-sources/NaturalLanguage/NLTagger.g.cs
+++ b/new/dotnet/ios/generated-sources/NaturalLanguage/NLTagger.g.cs
@@ -392,7 +392,7 @@ namespace NaturalLanguage {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void RequestAssets (NSString language, NSString tagScheme, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V126))]global::System.Action<NLTaggerAssetsResult, NSError> completionHandler)
+ public unsafe static void RequestAssets (NSString language, NSString tagScheme, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V127))]global::System.Action<NLTaggerAssetsResult, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -401,7 +401,7 @@ namespace NaturalLanguage {
var tagScheme__handle__ = tagScheme!.GetNonNullHandle (nameof (tagScheme));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V126.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V127.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("requestAssetsForLanguage:tagScheme:completionHandler:"), language__handle__, tagScheme__handle__, (IntPtr) block_ptr_completionHandler);
#endif
@@ -428,7 +428,7 @@ namespace NaturalLanguage {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void RequestAssets (NLLanguage language, NLTagScheme tagScheme, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V126))]global::System.Action<NLTaggerAssetsResult, NSError> completionHandler)
+ public unsafe static void RequestAssets (NLLanguage language, NLTagScheme tagScheme, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V127))]global::System.Action<NLTaggerAssetsResult, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
diff --git a/old/dotnet/ios/generated-sources/NetworkExtension/NEAppProxyProviderManager.g.cs b/new/dotnet/ios/generated-sources/NetworkExtension/NEAppProxyProviderManager.g.cs
index f84207a..5b33ccc 100644
--- a/old/dotnet/ios/generated-sources/NetworkExtension/NEAppProxyProviderManager.g.cs
+++ b/new/dotnet/ios/generated-sources/NetworkExtension/NEAppProxyProviderManager.g.cs
@@ -71,11 +71,11 @@ namespace NetworkExtension {
[Export ("loadAllFromPreferencesWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void LoadAllFromPreferences ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V127))]global::System.Action<NSArray, NSError> completionHandler)
+ public unsafe static void LoadAllFromPreferences ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V128))]global::System.Action<NSArray, NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V127.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V128.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, Selector.GetHandle ("loadAllFromPreferencesWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
}
diff --git a/old/dotnet/ios/generated-sources/NetworkExtension/NEAppPushManager.g.cs b/new/dotnet/ios/generated-sources/NetworkExtension/NEAppPushManager.g.cs
index 1fd0fe1..ac597fc 100644
--- a/old/dotnet/ios/generated-sources/NetworkExtension/NEAppPushManager.g.cs
+++ b/new/dotnet/ios/generated-sources/NetworkExtension/NEAppPushManager.g.cs
@@ -94,14 +94,14 @@ namespace NetworkExtension {
[Export ("loadAllFromPreferencesWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void LoadAllFromPreferences ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V128))]global::System.Action<NEAppPushManager[], NSError> completionHandler)
+ public unsafe static void LoadAllFromPreferences ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V129))]global::System.Action<NEAppPushManager[], NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
#else
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V128.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V129.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, Selector.GetHandle ("loadAllFromPreferencesWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
#endif
diff --git a/old/dotnet/ios/generated-sources/NetworkExtension/NEPacketTunnelFlow.g.cs b/new/dotnet/ios/generated-sources/NetworkExtension/NEPacketTunnelFlow.g.cs
index 4057ed5..1552b5f 100644
--- a/old/dotnet/ios/generated-sources/NetworkExtension/NEPacketTunnelFlow.g.cs
+++ b/new/dotnet/ios/generated-sources/NetworkExtension/NEPacketTunnelFlow.g.cs
@@ -112,11 +112,11 @@ namespace NetworkExtension {
}
[Export ("readPacketsWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ReadPackets ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V129))]global::System.Action<NSData[], NSNumber[]> completionHandler)
+ public unsafe virtual void ReadPackets ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V130))]global::System.Action<NSData[], NSNumber[]> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V129.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V130.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("readPacketsWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/ios/generated-sources/NetworkExtension/NETunnelProviderManager.g.cs b/new/dotnet/ios/generated-sources/NetworkExtension/NETunnelProviderManager.g.cs
index 3f72dae..9ca0b97 100644
--- a/old/dotnet/ios/generated-sources/NetworkExtension/NETunnelProviderManager.g.cs
+++ b/new/dotnet/ios/generated-sources/NetworkExtension/NETunnelProviderManager.g.cs
@@ -93,11 +93,11 @@ namespace NetworkExtension {
}
[Export ("loadAllFromPreferencesWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void LoadAllFromPreferences ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V127))]global::System.Action<NSArray, NSError> completionHandler)
+ public unsafe static void LoadAllFromPreferences ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V128))]global::System.Action<NSArray, NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V127.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V128.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, Selector.GetHandle ("loadAllFromPreferencesWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
}
diff --git a/old/dotnet/ios/generated-sources/NetworkExtension/NWTcpConnectionAuthenticationDelegate.g.cs b/new/dotnet/ios/generated-sources/NetworkExtension/NWTcpConnectionAuthenticationDelegate.g.cs
index 896c62d..ed47098 100644
--- a/old/dotnet/ios/generated-sources/NetworkExtension/NWTcpConnectionAuthenticationDelegate.g.cs
+++ b/new/dotnet/ios/generated-sources/NetworkExtension/NWTcpConnectionAuthenticationDelegate.g.cs
@@ -54,7 +54,7 @@ namespace NetworkExtension {
[SupportedOSPlatform ("maccatalyst")]
[Protocol (Name = "NWTCPConnectionAuthenticationDelegate", WrapperType = typeof (NWTcpConnectionAuthenticationDelegateWrapper))]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ShouldProvideIdentity", Selector = "shouldProvideIdentityForConnection:", ReturnType = typeof (bool), ParameterType = new Type [] { typeof (NWTcpConnection) }, ParameterByRef = new bool [] { false })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ProvideIdentity", Selector = "provideIdentityForConnection:completionHandler:", ParameterType = new Type [] { typeof (NWTcpConnection), typeof (global::System.Action<global::Security.SecIdentity, NSArray>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V130) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ProvideIdentity", Selector = "provideIdentityForConnection:completionHandler:", ParameterType = new Type [] { typeof (NWTcpConnection), typeof (global::System.Action<global::Security.SecIdentity, NSArray>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V131) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ShouldEvaluateTrust", Selector = "shouldEvaluateTrustForConnection:", ReturnType = typeof (bool), ParameterType = new Type [] { typeof (NWTcpConnection) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "EvaluateTrust", Selector = "evaluateTrustForConnection:peerCertificateChain:completionHandler:", ParameterType = new Type [] { typeof (NWTcpConnection), typeof (NSArray), typeof (global::System.Action<global::Security.SecTrust>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V213) })]
public partial interface INWTcpConnectionAuthenticationDelegate : INativeObject, IDisposable
@@ -68,12 +68,12 @@ namespace NetworkExtension {
return global::ObjCRuntime.Messaging.bool_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("shouldProvideIdentityForConnection:"), connection__handle__);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ProvideIdentity (this INWTcpConnectionAuthenticationDelegate This, NWTcpConnection connection, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V130))]global::System.Action<global::Security.SecIdentity, NSArray> completion)
+ public unsafe static void ProvideIdentity (this INWTcpConnectionAuthenticationDelegate This, NWTcpConnection connection, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V131))]global::System.Action<global::Security.SecIdentity, NSArray> completion)
{
var connection__handle__ = connection!.GetNonNullHandle (nameof (connection));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity2V130.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V131.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("provideIdentityForConnection:completionHandler:"), connection__handle__, (IntPtr) block_ptr_completion);
}
@@ -151,7 +151,7 @@ namespace NetworkExtension {
}
[Export ("provideIdentityForConnection:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ProvideIdentity (NWTcpConnection connection, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V130))]global::System.Action<global::Security.SecIdentity, NSArray> completion)
+ public unsafe virtual void ProvideIdentity (NWTcpConnection connection, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V131))]global::System.Action<global::Security.SecIdentity, NSArray> completion)
{
throw new You_Should_Not_Call_base_In_This_Method ();
}
diff --git a/old/dotnet/ios/generated-sources/NetworkExtension/NWUdpSession.g.cs b/new/dotnet/ios/generated-sources/NetworkExtension/NWUdpSession.g.cs
index 376ffe7..a0f0976 100644
--- a/old/dotnet/ios/generated-sources/NetworkExtension/NWUdpSession.g.cs
+++ b/new/dotnet/ios/generated-sources/NetworkExtension/NWUdpSession.g.cs
@@ -105,11 +105,11 @@ namespace NetworkExtension {
}
[Export ("setReadHandler:maxDatagrams:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SetReadHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V127))]global::System.Action<NSArray, NSError> handler, nuint maxDatagrams)
+ public unsafe virtual void SetReadHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V128))]global::System.Action<NSArray, NSError> handler, nuint maxDatagrams)
{
if (handler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler));
- using var block_handler = Trampolines.SDActionArity2V127.CreateBlock (handler);
+ using var block_handler = Trampolines.SDActionArity2V128.CreateBlock (handler);
BlockLiteral *block_ptr_handler = &block_handler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_UIntPtr (this.Handle, Selector.GetHandle ("setReadHandler:maxDatagrams:"), (IntPtr) block_ptr_handler, maxDatagrams);
diff --git a/old/dotnet/ios/generated-sources/ObjCRuntime/Trampolines.g.cs b/new/dotnet/ios/generated-sources/ObjCRuntime/Trampolines.g.cs
index 993217d..bf2ba9d 100644
--- a/old/dotnet/ios/generated-sources/ObjCRuntime/Trampolines.g.cs
+++ b/new/dotnet/ios/generated-sources/ObjCRuntime/Trampolines.g.cs
@@ -33745,11 +33745,11 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V71 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<INSItemProviderReading, NSError>))]
- unsafe internal delegate void DActionArity2V77 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V78 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V77 {
+ static internal class SDActionArity2V78 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -33768,15 +33768,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<INSItemProviderReading, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V77), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V78), nameof (Invoke));
}
- } /* class SDActionArity2V77 */
- internal sealed class NIDActionArity2V77 : TrampolineBlockBase {
- DActionArity2V77 invoker;
+ } /* class SDActionArity2V78 */
+ internal sealed class NIDActionArity2V78 : TrampolineBlockBase {
+ DActionArity2V78 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V77 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V78 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V77> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V78> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -33785,7 +33785,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<INSItemProviderReading, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V77 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V78 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (INSItemProviderReading arg1, NSError arg2)
@@ -33794,14 +33794,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V77 */
+ } /* class NIDActionArity2V78 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSArray, NSError>))]
- unsafe internal delegate void DActionArity2V127 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V128 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V127 {
+ static internal class SDActionArity2V128 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -33820,15 +33820,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSArray, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V127), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V128), nameof (Invoke));
}
- } /* class SDActionArity2V127 */
- internal sealed class NIDActionArity2V127 : TrampolineBlockBase {
- DActionArity2V127 invoker;
+ } /* class SDActionArity2V128 */
+ internal sealed class NIDActionArity2V128 : TrampolineBlockBase {
+ DActionArity2V128 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V127 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V128 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V127> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V128> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -33837,7 +33837,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSArray, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V127 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V128 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSArray arg1, NSError arg2)
@@ -33846,7 +33846,7 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V127 */
+ } /* class NIDActionArity2V128 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSArray<global::AVFoundation.AVAssetTrack>, NSError>))]
unsafe internal delegate void DActionArity2V15 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
@@ -34265,11 +34265,11 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V31 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSArray<global::VideoSubscriberAccount.VSUserAccount>, NSError>))]
- unsafe internal delegate void DActionArity2V167 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V168 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V167 {
+ static internal class SDActionArity2V168 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -34288,15 +34288,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSArray<global::VideoSubscriberAccount.VSUserAccount>, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V167), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V168), nameof (Invoke));
}
- } /* class SDActionArity2V167 */
- internal sealed class NIDActionArity2V167 : TrampolineBlockBase {
- DActionArity2V167 invoker;
+ } /* class SDActionArity2V168 */
+ internal sealed class NIDActionArity2V168 : TrampolineBlockBase {
+ DActionArity2V168 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V167 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V168 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V167> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V168> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -34305,7 +34305,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSArray<global::VideoSubscriberAccount.VSUserAccount>, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V167 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V168 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSArray<global::VideoSubscriberAccount.VSUserAccount> arg1, NSError arg2)
@@ -34314,7 +34314,7 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V167 */
+ } /* class NIDActionArity2V168 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSData, NSError>))]
unsafe internal delegate void DActionArity2V19 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
@@ -34425,11 +34425,11 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V65 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSData[], NSNumber[]>))]
- unsafe internal delegate void DActionArity2V129 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V130 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V129 {
+ static internal class SDActionArity2V130 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -34448,15 +34448,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSData[], NSNumber[]> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V129), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V130), nameof (Invoke));
}
- } /* class SDActionArity2V129 */
- internal sealed class NIDActionArity2V129 : TrampolineBlockBase {
- DActionArity2V129 invoker;
+ } /* class SDActionArity2V130 */
+ internal sealed class NIDActionArity2V130 : TrampolineBlockBase {
+ DActionArity2V130 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V129 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V130 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V129> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V130> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -34465,7 +34465,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSData[], NSNumber[]>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V129 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V130 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSData[] arg1, NSNumber[] arg2)
@@ -34482,14 +34482,14 @@ namespace ObjCRuntime {
if (nsa_arg2 is not null)
nsa_arg2.Dispose ();
}
- } /* class NIDActionArity2V129 */
+ } /* class NIDActionArity2V130 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSDictionary, NSError>))]
- unsafe internal delegate void DActionArity2V100 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V101 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V100 {
+ static internal class SDActionArity2V101 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -34508,15 +34508,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSDictionary, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V100), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V101), nameof (Invoke));
}
- } /* class SDActionArity2V100 */
- internal sealed class NIDActionArity2V100 : TrampolineBlockBase {
- DActionArity2V100 invoker;
+ } /* class SDActionArity2V101 */
+ internal sealed class NIDActionArity2V101 : TrampolineBlockBase {
+ DActionArity2V101 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V100 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V101 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V100> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V101> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -34525,7 +34525,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSDictionary, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V100 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V101 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSDictionary arg1, NSError arg2)
@@ -34534,7 +34534,7 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V100 */
+ } /* class NIDActionArity2V101 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSDictionary<NSString, NSFileProviderService>, NSError>))]
unsafe internal delegate void DActionArity2V75 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
@@ -34589,11 +34589,11 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V75 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSDictionary<NSString, NSObject>, NSError>))]
- unsafe internal delegate void DActionArity2V161 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V162 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V161 {
+ static internal class SDActionArity2V162 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -34612,15 +34612,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSDictionary<NSString, NSObject>, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V161), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V162), nameof (Invoke));
}
- } /* class SDActionArity2V161 */
- internal sealed class NIDActionArity2V161 : TrampolineBlockBase {
- DActionArity2V161 invoker;
+ } /* class SDActionArity2V162 */
+ internal sealed class NIDActionArity2V162 : TrampolineBlockBase {
+ DActionArity2V162 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V161 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V162 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V161> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V162> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -34629,7 +34629,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSDictionary<NSString, NSObject>, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V161 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V162 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSDictionary<NSString, NSObject> arg1, NSError arg2)
@@ -34638,14 +34638,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V161 */
+ } /* class NIDActionArity2V162 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSDictionary<NSString, NSObject>[], NSError>))]
- unsafe internal delegate void DActionArity2V162 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V163 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V162 {
+ static internal class SDActionArity2V163 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -34664,15 +34664,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSDictionary<NSString, NSObject>[], NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V162), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V163), nameof (Invoke));
}
- } /* class SDActionArity2V162 */
- internal sealed class NIDActionArity2V162 : TrampolineBlockBase {
- DActionArity2V162 invoker;
+ } /* class SDActionArity2V163 */
+ internal sealed class NIDActionArity2V163 : TrampolineBlockBase {
+ DActionArity2V163 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V162 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V163 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V162> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V163> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -34681,7 +34681,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSDictionary<NSString, NSObject>[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V162 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V163 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSDictionary<NSString, NSObject>[] arg1, NSError arg2)
@@ -34694,7 +34694,7 @@ namespace ObjCRuntime {
if (nsa_arg1 is not null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V162 */
+ } /* class NIDActionArity2V163 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSDictionary<NSString, NSOperation>, NSError>))]
unsafe internal delegate void DActionArity2V39 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
@@ -34857,11 +34857,11 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V68 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSObject, NSError>))]
- unsafe internal delegate void DActionArity2V76 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V77 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V76 {
+ static internal class SDActionArity2V77 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -34880,15 +34880,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSObject, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V76), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V77), nameof (Invoke));
}
- } /* class SDActionArity2V76 */
- internal sealed class NIDActionArity2V76 : TrampolineBlockBase {
- DActionArity2V76 invoker;
+ } /* class SDActionArity2V77 */
+ internal sealed class NIDActionArity2V77 : TrampolineBlockBase {
+ DActionArity2V77 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V76 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V77 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V76> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V77> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -34897,7 +34897,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSObject, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V76 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V77 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSObject arg1, NSError arg2)
@@ -34906,14 +34906,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V76 */
+ } /* class NIDActionArity2V77 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSObject, NSString>))]
- unsafe internal delegate void DActionArity2V170 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V171 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V170 {
+ static internal class SDActionArity2V171 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -34932,15 +34932,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSObject, NSString> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V170), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V171), nameof (Invoke));
}
- } /* class SDActionArity2V170 */
- internal sealed class NIDActionArity2V170 : TrampolineBlockBase {
- DActionArity2V170 invoker;
+ } /* class SDActionArity2V171 */
+ internal sealed class NIDActionArity2V171 : TrampolineBlockBase {
+ DActionArity2V171 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V170 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V171 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V170> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V171> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -34949,7 +34949,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSObject, NSString>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V170 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V171 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSObject arg1, NSString arg2)
@@ -34958,14 +34958,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V170 */
+ } /* class NIDActionArity2V171 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSSet<NSString>, NSError>))]
- unsafe internal delegate void DActionArity2V159 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V160 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V159 {
+ static internal class SDActionArity2V160 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -34984,15 +34984,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSSet<NSString>, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V159), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V160), nameof (Invoke));
}
- } /* class SDActionArity2V159 */
- internal sealed class NIDActionArity2V159 : TrampolineBlockBase {
- DActionArity2V159 invoker;
+ } /* class SDActionArity2V160 */
+ internal sealed class NIDActionArity2V160 : TrampolineBlockBase {
+ DActionArity2V160 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V159 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V160 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V159> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V160> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35001,7 +35001,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSSet<NSString>, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V159 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V160 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSSet<NSString> arg1, NSError arg2)
@@ -35010,14 +35010,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V159 */
+ } /* class NIDActionArity2V160 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSSet<NSString>[], NSError>))]
- unsafe internal delegate void DActionArity2V160 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V161 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V160 {
+ static internal class SDActionArity2V161 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35036,15 +35036,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSSet<NSString>[], NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V160), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V161), nameof (Invoke));
}
- } /* class SDActionArity2V160 */
- internal sealed class NIDActionArity2V160 : TrampolineBlockBase {
- DActionArity2V160 invoker;
+ } /* class SDActionArity2V161 */
+ internal sealed class NIDActionArity2V161 : TrampolineBlockBase {
+ DActionArity2V161 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V160 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V161 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V160> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V161> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35053,7 +35053,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSSet<NSString>[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V160 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V161 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSSet<NSString>[] arg1, NSError arg2)
@@ -35066,14 +35066,14 @@ namespace ObjCRuntime {
if (nsa_arg1 is not null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V160 */
+ } /* class NIDActionArity2V161 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSSet<global::ThreadNetwork.THCredentials>, NSError>))]
- unsafe internal delegate void DActionArity2V154 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V155 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V154 {
+ static internal class SDActionArity2V155 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35092,15 +35092,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSSet<global::ThreadNetwork.THCredentials>, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V154), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V155), nameof (Invoke));
}
- } /* class SDActionArity2V154 */
- internal sealed class NIDActionArity2V154 : TrampolineBlockBase {
- DActionArity2V154 invoker;
+ } /* class SDActionArity2V155 */
+ internal sealed class NIDActionArity2V155 : TrampolineBlockBase {
+ DActionArity2V155 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V154 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V155 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V154> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V155> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35109,7 +35109,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSSet<global::ThreadNetwork.THCredentials>, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V154 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V155 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSSet<global::ThreadNetwork.THCredentials> arg1, NSError arg2)
@@ -35118,14 +35118,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V154 */
+ } /* class NIDActionArity2V155 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSString, NSError>))]
- unsafe internal delegate void DActionArity2V151 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V152 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V151 {
+ static internal class SDActionArity2V152 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35144,15 +35144,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSString, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V151), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V152), nameof (Invoke));
}
- } /* class SDActionArity2V151 */
- internal sealed class NIDActionArity2V151 : TrampolineBlockBase {
- DActionArity2V151 invoker;
+ } /* class SDActionArity2V152 */
+ internal sealed class NIDActionArity2V152 : TrampolineBlockBase {
+ DActionArity2V152 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V151 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V152 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V151> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V152> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35161,7 +35161,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSString, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V151 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V152 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSString arg1, NSError arg2)
@@ -35170,14 +35170,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V151 */
+ } /* class NIDActionArity2V152 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSString, bool>))]
- unsafe internal delegate void DActionArity2V157 (IntPtr block, NativeHandle arg1, byte arg2);
+ unsafe internal delegate void DActionArity2V158 (IntPtr block, NativeHandle arg1, byte arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V157 {
+ static internal class SDActionArity2V158 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, byte arg2) {
@@ -35196,15 +35196,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSString, bool> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, byte, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V157), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V158), nameof (Invoke));
}
- } /* class SDActionArity2V157 */
- internal sealed class NIDActionArity2V157 : TrampolineBlockBase {
- DActionArity2V157 invoker;
+ } /* class SDActionArity2V158 */
+ internal sealed class NIDActionArity2V158 : TrampolineBlockBase {
+ DActionArity2V158 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V157 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V158 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V157> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V158> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35213,7 +35213,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSString, bool>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V157 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V158 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSString arg1, bool arg2)
@@ -35221,7 +35221,7 @@ namespace ObjCRuntime {
var arg1__handle__ = arg1.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2 ? (byte) 1 : (byte) 0);
}
- } /* class NIDActionArity2V157 */
+ } /* class NIDActionArity2V158 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSUrl, NSError>))]
unsafe internal delegate void DActionArity2V27 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
@@ -35276,11 +35276,11 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V27 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSUrl, global::UIKit.UIDocumentBrowserImportMode>))]
- unsafe internal delegate void DActionArity2V158 (IntPtr block, NativeHandle arg1, UIntPtr arg2);
+ unsafe internal delegate void DActionArity2V159 (IntPtr block, NativeHandle arg1, UIntPtr arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V158 {
+ static internal class SDActionArity2V159 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, UIntPtr arg2) {
@@ -35299,15 +35299,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSUrl, global::UIKit.UIDocumentBrowserImportMode> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, UIntPtr, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V158), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V159), nameof (Invoke));
}
- } /* class SDActionArity2V158 */
- internal sealed class NIDActionArity2V158 : TrampolineBlockBase {
- DActionArity2V158 invoker;
+ } /* class SDActionArity2V159 */
+ internal sealed class NIDActionArity2V159 : TrampolineBlockBase {
+ DActionArity2V159 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V158 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V159 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V158> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V159> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35316,7 +35316,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSUrl, global::UIKit.UIDocumentBrowserImportMode>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V158 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V159 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSUrl arg1, global::UIKit.UIDocumentBrowserImportMode arg2)
@@ -35324,7 +35324,7 @@ namespace ObjCRuntime {
var arg1__handle__ = arg1.GetHandle ();
invoker (BlockPointer, arg1__handle__, (UIntPtr) (ulong) arg2);
}
- } /* class NIDActionArity2V158 */
+ } /* class NIDActionArity2V159 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSUrlSessionAuthChallengeDisposition, NSUrlCredential>))]
unsafe internal delegate void DActionArity2V11 (IntPtr block, IntPtr arg1, NativeHandle arg2);
@@ -35429,11 +35429,11 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V12 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSUrlSessionWebSocketMessage, NSError>))]
- unsafe internal delegate void DActionArity2V78 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V79 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V78 {
+ static internal class SDActionArity2V79 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35452,15 +35452,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSUrlSessionWebSocketMessage, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V78), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V79), nameof (Invoke));
}
- } /* class SDActionArity2V78 */
- internal sealed class NIDActionArity2V78 : TrampolineBlockBase {
- DActionArity2V78 invoker;
+ } /* class SDActionArity2V79 */
+ internal sealed class NIDActionArity2V79 : TrampolineBlockBase {
+ DActionArity2V79 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V78 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V79 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V78> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V79> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35469,7 +35469,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSUrlSessionWebSocketMessage, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V78 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V79 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSUrlSessionWebSocketMessage arg1, NSError arg2)
@@ -35478,14 +35478,66 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V78 */
+ } /* class NIDActionArity2V79 */
+ [UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
+ [UserDelegateType (typeof (global::System.Action<NSXpcConnection, NSError>))]
+ unsafe internal delegate void DActionArity2V76 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ //
+ // This class bridges native block invocations that call into C#
+ //
+ static internal class SDActionArity2V76 {
+ [Preserve (Conditional = true)]
+ [UnmanagedCallersOnly]
+ internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
+ var del = BlockLiteral.GetTarget<global::System.Action<NSXpcConnection, NSError>> (block);
+ if (del is not null) {
+ del ( Runtime.GetNSObject<NSXpcConnection> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
+ }
+ }
+ internal static unsafe BlockLiteral CreateNullableBlock (global::System.Action<NSXpcConnection, NSError>? callback)
+ {
+ if (callback is null)
+ return default (BlockLiteral);
+ return CreateBlock (callback);
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSXpcConnection, NSError> callback)
+ {
+ delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V76), nameof (Invoke));
+ }
+ } /* class SDActionArity2V76 */
+ internal sealed class NIDActionArity2V76 : TrampolineBlockBase {
+ DActionArity2V76 invoker;
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe NIDActionArity2V76 (BlockLiteral *block) : base (block)
+ {
+ invoker = block->GetDelegateForBlock<DActionArity2V76> ();
+ }
+ [Preserve (Conditional=true)]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe static global::System.Action<NSXpcConnection, NSError>? Create (IntPtr block)
+ {
+ if (block == IntPtr.Zero)
+ return null;
+ var del = (global::System.Action<NSXpcConnection, NSError>) GetExistingManagedDelegate (block);
+ return del ?? new NIDActionArity2V76 ((BlockLiteral *) block).Invoke;
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ unsafe void Invoke (NSXpcConnection arg1, NSError arg2)
+ {
+ var arg1__handle__ = arg1.GetHandle ();
+ var arg2__handle__ = arg2.GetHandle ();
+ invoker (BlockPointer, arg1__handle__, arg2__handle__);
+ }
+ } /* class NIDActionArity2V76 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameController.GCPhysicalInputProfile, global::GameController.GCControllerElement>))]
- unsafe internal delegate void DActionArity2V79 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V80 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V79 {
+ static internal class SDActionArity2V80 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35504,15 +35556,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameController.GCPhysicalInputProfile, global::GameController.GCControllerElement> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V79), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V80), nameof (Invoke));
}
- } /* class SDActionArity2V79 */
- internal sealed class NIDActionArity2V79 : TrampolineBlockBase {
- DActionArity2V79 invoker;
+ } /* class SDActionArity2V80 */
+ internal sealed class NIDActionArity2V80 : TrampolineBlockBase {
+ DActionArity2V80 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V79 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V80 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V79> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V80> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35521,7 +35573,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameController.GCPhysicalInputProfile, global::GameController.GCControllerElement>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V79 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V80 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameController.GCPhysicalInputProfile arg1, global::GameController.GCControllerElement arg2)
@@ -35530,14 +35582,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V79 */
+ } /* class NIDActionArity2V80 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKChallenge[], NSError>))]
- unsafe internal delegate void DActionArity2V82 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V83 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V82 {
+ static internal class SDActionArity2V83 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35556,15 +35608,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKChallenge[], NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V82), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V83), nameof (Invoke));
}
- } /* class SDActionArity2V82 */
- internal sealed class NIDActionArity2V82 : TrampolineBlockBase {
- DActionArity2V82 invoker;
+ } /* class SDActionArity2V83 */
+ internal sealed class NIDActionArity2V83 : TrampolineBlockBase {
+ DActionArity2V83 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V82 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V83 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V82> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V83> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35573,7 +35625,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKChallenge[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V82 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V83 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKChallenge[] arg1, NSError arg2)
@@ -35586,14 +35638,14 @@ namespace ObjCRuntime {
if (nsa_arg1 is not null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V82 */
+ } /* class NIDActionArity2V83 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKCloudPlayer, NSError>))]
- unsafe internal delegate void DActionArity2V83 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V84 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V83 {
+ static internal class SDActionArity2V84 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35612,15 +35664,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKCloudPlayer, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V83), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V84), nameof (Invoke));
}
- } /* class SDActionArity2V83 */
- internal sealed class NIDActionArity2V83 : TrampolineBlockBase {
- DActionArity2V83 invoker;
+ } /* class SDActionArity2V84 */
+ internal sealed class NIDActionArity2V84 : TrampolineBlockBase {
+ DActionArity2V84 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V83 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V84 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V83> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V84> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35629,7 +35681,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKCloudPlayer, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V83 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V84 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKCloudPlayer arg1, NSError arg2)
@@ -35638,14 +35690,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V83 */
+ } /* class NIDActionArity2V84 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKFriendsAuthorizationStatus, NSError>))]
- unsafe internal delegate void DActionArity2V88 (IntPtr block, IntPtr arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V89 (IntPtr block, IntPtr arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V88 {
+ static internal class SDActionArity2V89 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, IntPtr arg1, NativeHandle arg2) {
@@ -35664,15 +35716,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKFriendsAuthorizationStatus, NSError> callback)
{
delegate* unmanaged<IntPtr, IntPtr, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V88), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V89), nameof (Invoke));
}
- } /* class SDActionArity2V88 */
- internal sealed class NIDActionArity2V88 : TrampolineBlockBase {
- DActionArity2V88 invoker;
+ } /* class SDActionArity2V89 */
+ internal sealed class NIDActionArity2V89 : TrampolineBlockBase {
+ DActionArity2V89 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V88 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V89 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V88> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V89> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35681,7 +35733,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKFriendsAuthorizationStatus, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V88 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V89 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKFriendsAuthorizationStatus arg1, NSError arg2)
@@ -35689,14 +35741,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, (IntPtr) (long) arg1, arg2__handle__);
}
- } /* class NIDActionArity2V88 */
+ } /* class NIDActionArity2V89 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKGameSession, NSError>))]
- unsafe internal delegate void DActionArity2V84 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V85 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V84 {
+ static internal class SDActionArity2V85 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35715,15 +35767,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKGameSession, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V84), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V85), nameof (Invoke));
}
- } /* class SDActionArity2V84 */
- internal sealed class NIDActionArity2V84 : TrampolineBlockBase {
- DActionArity2V84 invoker;
+ } /* class SDActionArity2V85 */
+ internal sealed class NIDActionArity2V85 : TrampolineBlockBase {
+ DActionArity2V85 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V84 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V85 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V84> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V85> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35732,7 +35784,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKGameSession, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V84 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V85 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKGameSession arg1, NSError arg2)
@@ -35741,14 +35793,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V84 */
+ } /* class NIDActionArity2V85 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKGameSession[], NSError>))]
- unsafe internal delegate void DActionArity2V85 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V86 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V85 {
+ static internal class SDActionArity2V86 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35767,15 +35819,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKGameSession[], NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V85), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V86), nameof (Invoke));
}
- } /* class SDActionArity2V85 */
- internal sealed class NIDActionArity2V85 : TrampolineBlockBase {
- DActionArity2V85 invoker;
+ } /* class SDActionArity2V86 */
+ internal sealed class NIDActionArity2V86 : TrampolineBlockBase {
+ DActionArity2V86 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V85 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V86 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V85> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V86> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35784,7 +35836,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKGameSession[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V85 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V86 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKGameSession[] arg1, NSError arg2)
@@ -35797,14 +35849,14 @@ namespace ObjCRuntime {
if (nsa_arg1 is not null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V85 */
+ } /* class NIDActionArity2V86 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKLeaderboard[], NSError>))]
- unsafe internal delegate void DActionArity2V86 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V87 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V86 {
+ static internal class SDActionArity2V87 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35823,15 +35875,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKLeaderboard[], NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V86), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V87), nameof (Invoke));
}
- } /* class SDActionArity2V86 */
- internal sealed class NIDActionArity2V86 : TrampolineBlockBase {
- DActionArity2V86 invoker;
+ } /* class SDActionArity2V87 */
+ internal sealed class NIDActionArity2V87 : TrampolineBlockBase {
+ DActionArity2V87 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V86 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V87 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V86> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V87> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35840,7 +35892,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKLeaderboard[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V86 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V87 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKLeaderboard[] arg1, NSError arg2)
@@ -35853,14 +35905,14 @@ namespace ObjCRuntime {
if (nsa_arg1 is not null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V86 */
+ } /* class NIDActionArity2V87 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKMatch, NSError>))]
- unsafe internal delegate void DActionArity2V91 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V92 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V91 {
+ static internal class SDActionArity2V92 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35879,15 +35931,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKMatch, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V91), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V92), nameof (Invoke));
}
- } /* class SDActionArity2V91 */
- internal sealed class NIDActionArity2V91 : TrampolineBlockBase {
- DActionArity2V91 invoker;
+ } /* class SDActionArity2V92 */
+ internal sealed class NIDActionArity2V92 : TrampolineBlockBase {
+ DActionArity2V92 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V91 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V92 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V91> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V92> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35896,7 +35948,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKMatch, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V91 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V92 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKMatch arg1, NSError arg2)
@@ -35905,14 +35957,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V91 */
+ } /* class NIDActionArity2V92 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKPlayer, global::GameKit.GKInviteRecipientResponse>))]
- unsafe internal delegate void DActionArity2V93 (IntPtr block, NativeHandle arg1, IntPtr arg2);
+ unsafe internal delegate void DActionArity2V94 (IntPtr block, NativeHandle arg1, IntPtr arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V93 {
+ static internal class SDActionArity2V94 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, IntPtr arg2) {
@@ -35931,15 +35983,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKPlayer, global::GameKit.GKInviteRecipientResponse> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, IntPtr, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V93), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V94), nameof (Invoke));
}
- } /* class SDActionArity2V93 */
- internal sealed class NIDActionArity2V93 : TrampolineBlockBase {
- DActionArity2V93 invoker;
+ } /* class SDActionArity2V94 */
+ internal sealed class NIDActionArity2V94 : TrampolineBlockBase {
+ DActionArity2V94 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V93 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V94 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V93> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V94> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35948,7 +36000,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKPlayer, global::GameKit.GKInviteRecipientResponse>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V93 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V94 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKPlayer arg1, global::GameKit.GKInviteRecipientResponse arg2)
@@ -35956,14 +36008,14 @@ namespace ObjCRuntime {
var arg1__handle__ = arg1.GetHandle ();
invoker (BlockPointer, arg1__handle__, (IntPtr) (long) arg2);
}
- } /* class NIDActionArity2V93 */
+ } /* class NIDActionArity2V94 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKPlayer, global::GameKit.GKVoiceChatPlayerState>))]
- unsafe internal delegate void DActionArity2V98 (IntPtr block, NativeHandle arg1, IntPtr arg2);
+ unsafe internal delegate void DActionArity2V99 (IntPtr block, NativeHandle arg1, IntPtr arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V98 {
+ static internal class SDActionArity2V99 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, IntPtr arg2) {
@@ -35982,15 +36034,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKPlayer, global::GameKit.GKVoiceChatPlayerState> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, IntPtr, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V98), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V99), nameof (Invoke));
}
- } /* class SDActionArity2V98 */
- internal sealed class NIDActionArity2V98 : TrampolineBlockBase {
- DActionArity2V98 invoker;
+ } /* class SDActionArity2V99 */
+ internal sealed class NIDActionArity2V99 : TrampolineBlockBase {
+ DActionArity2V99 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V98 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V99 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V98> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V99> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35999,7 +36051,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKPlayer, global::GameKit.GKVoiceChatPlayerState>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V98 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V99 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKPlayer arg1, global::GameKit.GKVoiceChatPlayerState arg2)
@@ -36007,14 +36059,14 @@ namespace ObjCRuntime {
var arg1__handle__ = arg1.GetHandle ();
invoker (BlockPointer, arg1__handle__, (IntPtr) (long) arg2);
}
- } /* class NIDActionArity2V98 */
+ } /* class NIDActionArity2V99 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKPlayer, bool>))]
- unsafe internal delegate void DActionArity2V95 (IntPtr block, NativeHandle arg1, byte arg2);
+ unsafe internal delegate void DActionArity2V96 (IntPtr block, NativeHandle arg1, byte arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V95 {
+ static internal class SDActionArity2V96 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, byte arg2) {
@@ -36033,15 +36085,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKPlayer, bool> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, byte, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V95), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V96), nameof (Invoke));
}
- } /* class SDActionArity2V95 */
- internal sealed class NIDActionArity2V95 : TrampolineBlockBase {
- DActionArity2V95 invoker;
+ } /* class SDActionArity2V96 */
+ internal sealed class NIDActionArity2V96 : TrampolineBlockBase {
+ DActionArity2V96 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V95 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V96 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V95> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V96> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36050,7 +36102,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKPlayer, bool>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V95 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V96 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKPlayer arg1, bool arg2)
@@ -36058,14 +36110,14 @@ namespace ObjCRuntime {
var arg1__handle__ = arg1.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2 ? (byte) 1 : (byte) 0);
}
- } /* class NIDActionArity2V95 */
+ } /* class NIDActionArity2V96 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKPlayer[], NSError>))]
- unsafe internal delegate void DActionArity2V81 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V82 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V81 {
+ static internal class SDActionArity2V82 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36084,15 +36136,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKPlayer[], NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V81), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V82), nameof (Invoke));
}
- } /* class SDActionArity2V81 */
- internal sealed class NIDActionArity2V81 : TrampolineBlockBase {
- DActionArity2V81 invoker;
+ } /* class SDActionArity2V82 */
+ internal sealed class NIDActionArity2V82 : TrampolineBlockBase {
+ DActionArity2V82 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V81 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V82 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V81> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V82> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36101,7 +36153,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKPlayer[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V81 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V82 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKPlayer[] arg1, NSError arg2)
@@ -36114,14 +36166,14 @@ namespace ObjCRuntime {
if (nsa_arg1 is not null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V81 */
+ } /* class NIDActionArity2V82 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKSavedGame, NSError>))]
- unsafe internal delegate void DActionArity2V89 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V90 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V89 {
+ static internal class SDActionArity2V90 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36140,15 +36192,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKSavedGame, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V89), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V90), nameof (Invoke));
}
- } /* class SDActionArity2V89 */
- internal sealed class NIDActionArity2V89 : TrampolineBlockBase {
- DActionArity2V89 invoker;
+ } /* class SDActionArity2V90 */
+ internal sealed class NIDActionArity2V90 : TrampolineBlockBase {
+ DActionArity2V90 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V89 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V90 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V89> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V90> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36157,7 +36209,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKSavedGame, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V89 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V90 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKSavedGame arg1, NSError arg2)
@@ -36166,14 +36218,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V89 */
+ } /* class NIDActionArity2V90 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKSavedGame[], NSError>))]
- unsafe internal delegate void DActionArity2V87 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V88 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V87 {
+ static internal class SDActionArity2V88 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36192,15 +36244,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKSavedGame[], NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V87), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V88), nameof (Invoke));
}
- } /* class SDActionArity2V87 */
- internal sealed class NIDActionArity2V87 : TrampolineBlockBase {
- DActionArity2V87 invoker;
+ } /* class SDActionArity2V88 */
+ internal sealed class NIDActionArity2V88 : TrampolineBlockBase {
+ DActionArity2V88 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V87 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V88 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V87> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V88> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36209,7 +36261,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKSavedGame[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V87 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V88 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKSavedGame[] arg1, NSError arg2)
@@ -36222,14 +36274,14 @@ namespace ObjCRuntime {
if (nsa_arg1 is not null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V87 */
+ } /* class NIDActionArity2V88 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKTurnBasedExchange, NSError>))]
- unsafe internal delegate void DActionArity2V97 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V98 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V97 {
+ static internal class SDActionArity2V98 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36248,15 +36300,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKTurnBasedExchange, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V97), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V98), nameof (Invoke));
}
- } /* class SDActionArity2V97 */
- internal sealed class NIDActionArity2V97 : TrampolineBlockBase {
- DActionArity2V97 invoker;
+ } /* class SDActionArity2V98 */
+ internal sealed class NIDActionArity2V98 : TrampolineBlockBase {
+ DActionArity2V98 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V97 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V98 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V97> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V98> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36265,7 +36317,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKTurnBasedExchange, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V97 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V98 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKTurnBasedExchange arg1, NSError arg2)
@@ -36274,14 +36326,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V97 */
+ } /* class NIDActionArity2V98 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKTurnBasedMatch, NSError>))]
- unsafe internal delegate void DActionArity2V96 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V97 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V96 {
+ static internal class SDActionArity2V97 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36300,15 +36352,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKTurnBasedMatch, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V96), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V97), nameof (Invoke));
}
- } /* class SDActionArity2V96 */
- internal sealed class NIDActionArity2V96 : TrampolineBlockBase {
- DActionArity2V96 invoker;
+ } /* class SDActionArity2V97 */
+ internal sealed class NIDActionArity2V97 : TrampolineBlockBase {
+ DActionArity2V97 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V96 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V97 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V96> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V97> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36317,7 +36369,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKTurnBasedMatch, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V96 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V97 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKTurnBasedMatch arg1, NSError arg2)
@@ -36326,14 +36378,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V96 */
+ } /* class NIDActionArity2V97 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::HealthKit.HKAttachment, NSError>))]
- unsafe internal delegate void DActionArity2V99 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V100 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V99 {
+ static internal class SDActionArity2V100 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36352,15 +36404,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::HealthKit.HKAttachment, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V99), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V100), nameof (Invoke));
}
- } /* class SDActionArity2V99 */
- internal sealed class NIDActionArity2V99 : TrampolineBlockBase {
- DActionArity2V99 invoker;
+ } /* class SDActionArity2V100 */
+ internal sealed class NIDActionArity2V100 : TrampolineBlockBase {
+ DActionArity2V100 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V99 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V100 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V99> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V100> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36369,7 +36421,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::HealthKit.HKAttachment, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V99 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V100 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::HealthKit.HKAttachment arg1, NSError arg2)
@@ -36378,14 +36430,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V99 */
+ } /* class NIDActionArity2V100 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::HealthKit.HKHeartbeatSeriesSample, NSError>))]
- unsafe internal delegate void DActionArity2V101 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V102 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V101 {
+ static internal class SDActionArity2V102 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36404,15 +36456,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::HealthKit.HKHeartbeatSeriesSample, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V101), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V102), nameof (Invoke));
}
- } /* class SDActionArity2V101 */
- internal sealed class NIDActionArity2V101 : TrampolineBlockBase {
- DActionArity2V101 invoker;
+ } /* class SDActionArity2V102 */
+ internal sealed class NIDActionArity2V102 : TrampolineBlockBase {
+ DActionArity2V102 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V101 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V102 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V101> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V102> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36421,7 +36473,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::HealthKit.HKHeartbeatSeriesSample, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V101 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V102 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::HealthKit.HKHeartbeatSeriesSample arg1, NSError arg2)
@@ -36430,14 +36482,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V101 */
+ } /* class NIDActionArity2V102 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::HealthKit.HKWorkoutRoute, NSError>))]
- unsafe internal delegate void DActionArity2V102 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V103 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V102 {
+ static internal class SDActionArity2V103 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36456,15 +36508,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::HealthKit.HKWorkoutRoute, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V102), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V103), nameof (Invoke));
}
- } /* class SDActionArity2V102 */
- internal sealed class NIDActionArity2V102 : TrampolineBlockBase {
- DActionArity2V102 invoker;
+ } /* class SDActionArity2V103 */
+ internal sealed class NIDActionArity2V103 : TrampolineBlockBase {
+ DActionArity2V103 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V102 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V103 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V102> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V103> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36473,7 +36525,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::HealthKit.HKWorkoutRoute, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V102 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V103 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::HealthKit.HKWorkoutRoute arg1, NSError arg2)
@@ -36482,14 +36534,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V102 */
+ } /* class NIDActionArity2V103 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::HomeKit.HMAccessorySetupResult, NSError>))]
- unsafe internal delegate void DActionArity2V103 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V104 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V103 {
+ static internal class SDActionArity2V104 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36508,15 +36560,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::HomeKit.HMAccessorySetupResult, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V103), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V104), nameof (Invoke));
}
- } /* class SDActionArity2V103 */
- internal sealed class NIDActionArity2V103 : TrampolineBlockBase {
- DActionArity2V103 invoker;
+ } /* class SDActionArity2V104 */
+ internal sealed class NIDActionArity2V104 : TrampolineBlockBase {
+ DActionArity2V104 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V103 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V104 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V103> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V104> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36525,7 +36577,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::HomeKit.HMAccessorySetupResult, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V103 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V104 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::HomeKit.HMAccessorySetupResult arg1, NSError arg2)
@@ -36534,14 +36586,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V103 */
+ } /* class NIDActionArity2V104 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::HomeKit.HMAccessory[], NSError>))]
- unsafe internal delegate void DActionArity2V105 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V106 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V105 {
+ static internal class SDActionArity2V106 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36560,15 +36612,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::HomeKit.HMAccessory[], NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V105), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V106), nameof (Invoke));
}
- } /* class SDActionArity2V105 */
- internal sealed class NIDActionArity2V105 : TrampolineBlockBase {
- DActionArity2V105 invoker;
+ } /* class SDActionArity2V106 */
+ internal sealed class NIDActionArity2V106 : TrampolineBlockBase {
+ DActionArity2V106 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V105 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V106 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V105> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V106> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36577,7 +36629,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::HomeKit.HMAccessory[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V105 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V106 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::HomeKit.HMAccessory[] arg1, NSError arg2)
@@ -36590,14 +36642,14 @@ namespace ObjCRuntime {
if (nsa_arg1 is not null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V105 */
+ } /* class NIDActionArity2V106 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::HomeKit.HMActionSet, NSError>))]
- unsafe internal delegate void DActionArity2V104 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V105 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V104 {
+ static internal class SDActionArity2V105 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36616,15 +36668,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::HomeKit.HMActionSet, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V104), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V105), nameof (Invoke));
}
- } /* class SDActionArity2V104 */
- internal sealed class NIDActionArity2V104 : TrampolineBlockBase {
- DActionArity2V104 invoker;
+ } /* class SDActionArity2V105 */
+ internal sealed class NIDActionArity2V105 : TrampolineBlockBase {
+ DActionArity2V105 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V104 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V105 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V104> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V105> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36633,7 +36685,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::HomeKit.HMActionSet, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V104 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V105 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::HomeKit.HMActionSet arg1, NSError arg2)
@@ -36642,14 +36694,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V104 */
+ } /* class NIDActionArity2V105 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::HomeKit.HMHome, NSError>))]
- unsafe internal delegate void DActionArity2V110 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V111 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V110 {
+ static internal class SDActionArity2V111 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36668,15 +36720,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::HomeKit.HMHome, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V110), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V111), nameof (Invoke));
}
- } /* class SDActionArity2V110 */
- internal sealed class NIDActionArity2V110 : TrampolineBlockBase {
- DActionArity2V110 invoker;
+ } /* class SDActionArity2V111 */
+ internal sealed class NIDActionArity2V111 : TrampolineBlockBase {
+ DActionArity2V111 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V110 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V111 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V110> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V111> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36685,7 +36737,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::HomeKit.HMHome, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V110 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V111 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::HomeKit.HMHome arg1, NSError arg2)
@@ -36694,14 +36746,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V110 */
+ } /* class NIDActionArity2V111 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::HomeKit.HMRoom, NSError>))]
- unsafe internal delegate void DActionArity2V106 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V107 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V106 {
+ static internal class SDActionArity2V107 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36720,15 +36772,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::HomeKit.HMRoom, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V106), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V107), nameof (Invoke));
}
- } /* class SDActionArity2V106 */
- internal sealed class NIDActionArity2V106 : TrampolineBlockBase {
- DActionArity2V106 invoker;
+ } /* class SDActionArity2V107 */
+ internal sealed class NIDActionArity2V107 : TrampolineBlockBase {
+ DActionArity2V107 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V106 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V107 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V106> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V107> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36737,7 +36789,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::HomeKit.HMRoom, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V106 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V107 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::HomeKit.HMRoom arg1, NSError arg2)
@@ -36746,14 +36798,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V106 */
+ } /* class NIDActionArity2V107 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::HomeKit.HMServiceGroup, NSError>))]
- unsafe internal delegate void DActionArity2V107 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V108 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V107 {
+ static internal class SDActionArity2V108 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36772,15 +36824,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::HomeKit.HMServiceGroup, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V107), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V108), nameof (Invoke));
}
- } /* class SDActionArity2V107 */
- internal sealed class NIDActionArity2V107 : TrampolineBlockBase {
- DActionArity2V107 invoker;
+ } /* class SDActionArity2V108 */
+ internal sealed class NIDActionArity2V108 : TrampolineBlockBase {
+ DActionArity2V108 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V107 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V108 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V107> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V108> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36789,7 +36841,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::HomeKit.HMServiceGroup, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V107 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V108 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::HomeKit.HMServiceGroup arg1, NSError arg2)
@@ -36798,14 +36850,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V107 */
+ } /* class NIDActionArity2V108 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::HomeKit.HMUser, NSError>))]
- unsafe internal delegate void DActionArity2V108 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V109 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V108 {
+ static internal class SDActionArity2V109 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36824,15 +36876,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::HomeKit.HMUser, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V108), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V109), nameof (Invoke));
}
- } /* class SDActionArity2V108 */
- internal sealed class NIDActionArity2V108 : TrampolineBlockBase {
- DActionArity2V108 invoker;
+ } /* class SDActionArity2V109 */
+ internal sealed class NIDActionArity2V109 : TrampolineBlockBase {
+ DActionArity2V109 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V108 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V109 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V108> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V109> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36841,7 +36893,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::HomeKit.HMUser, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V108 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V109 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::HomeKit.HMUser arg1, NSError arg2)
@@ -36850,14 +36902,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V108 */
+ } /* class NIDActionArity2V109 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::HomeKit.HMZone, NSError>))]
- unsafe internal delegate void DActionArity2V109 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V110 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V109 {
+ static internal class SDActionArity2V110 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36876,15 +36928,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::HomeKit.HMZone, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V109), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V110), nameof (Invoke));
}
- } /* class SDActionArity2V109 */
- internal sealed class NIDActionArity2V109 : TrampolineBlockBase {
- DActionArity2V109 invoker;
+ } /* class SDActionArity2V110 */
+ internal sealed class NIDActionArity2V110 : TrampolineBlockBase {
+ DActionArity2V110 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V109 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V110 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V109> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V110> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36893,7 +36945,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::HomeKit.HMZone, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V109 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V110 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::HomeKit.HMZone arg1, NSError arg2)
@@ -36902,14 +36954,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V109 */
+ } /* class NIDActionArity2V110 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::IdentityLookup.ILNetworkResponse, NSError>))]
- unsafe internal delegate void DActionArity2V111 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V112 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V111 {
+ static internal class SDActionArity2V112 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36928,15 +36980,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::IdentityLookup.ILNetworkResponse, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V111), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V112), nameof (Invoke));
}
- } /* class SDActionArity2V111 */
- internal sealed class NIDActionArity2V111 : TrampolineBlockBase {
- DActionArity2V111 invoker;
+ } /* class SDActionArity2V112 */
+ internal sealed class NIDActionArity2V112 : TrampolineBlockBase {
+ DActionArity2V112 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V111 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V112 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V111> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V112> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36945,7 +36997,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::IdentityLookup.ILNetworkResponse, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V111 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V112 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::IdentityLookup.ILNetworkResponse arg1, NSError arg2)
@@ -36954,14 +37006,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V111 */
+ } /* class NIDActionArity2V112 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Intents.INVoiceShortcut, NSError>))]
- unsafe internal delegate void DActionArity2V112 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V113 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V112 {
+ static internal class SDActionArity2V113 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36980,15 +37032,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Intents.INVoiceShortcut, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V112), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V113), nameof (Invoke));
}
- } /* class SDActionArity2V112 */
- internal sealed class NIDActionArity2V112 : TrampolineBlockBase {
- DActionArity2V112 invoker;
+ } /* class SDActionArity2V113 */
+ internal sealed class NIDActionArity2V113 : TrampolineBlockBase {
+ DActionArity2V113 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V112 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V113 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V112> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V113> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36997,7 +37049,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Intents.INVoiceShortcut, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V112 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V113 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Intents.INVoiceShortcut arg1, NSError arg2)
@@ -37006,14 +37058,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V112 */
+ } /* class NIDActionArity2V113 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::LinkPresentation.LPLinkMetadata, NSError>))]
- unsafe internal delegate void DActionArity2V113 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V114 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V113 {
+ static internal class SDActionArity2V114 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -37032,15 +37084,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::LinkPresentation.LPLinkMetadata, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V113), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V114), nameof (Invoke));
}
- } /* class SDActionArity2V113 */
- internal sealed class NIDActionArity2V113 : TrampolineBlockBase {
- DActionArity2V113 invoker;
+ } /* class SDActionArity2V114 */
+ internal sealed class NIDActionArity2V114 : TrampolineBlockBase {
+ DActionArity2V114 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V113 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V114 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V113> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V114> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37049,7 +37101,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::LinkPresentation.LPLinkMetadata, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V113 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V114 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::LinkPresentation.LPLinkMetadata arg1, NSError arg2)
@@ -37058,14 +37110,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V113 */
+ } /* class NIDActionArity2V114 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::MapKit.MKLookAroundScene, NSError>))]
- unsafe internal delegate void DActionArity2V114 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V115 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V114 {
+ static internal class SDActionArity2V115 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -37084,15 +37136,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::MapKit.MKLookAroundScene, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V114), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V115), nameof (Invoke));
}
- } /* class SDActionArity2V114 */
- internal sealed class NIDActionArity2V114 : TrampolineBlockBase {
- DActionArity2V114 invoker;
+ } /* class SDActionArity2V115 */
+ internal sealed class NIDActionArity2V115 : TrampolineBlockBase {
+ DActionArity2V115 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V114 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V115 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V114> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V115> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37101,7 +37153,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::MapKit.MKLookAroundScene, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V114 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V115 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::MapKit.MKLookAroundScene arg1, NSError arg2)
@@ -37110,14 +37162,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V114 */
+ } /* class NIDActionArity2V115 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::MapKit.MKLookAroundSnapshot, NSError>))]
- unsafe internal delegate void DActionArity2V115 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V116 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V115 {
+ static internal class SDActionArity2V116 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -37136,15 +37188,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::MapKit.MKLookAroundSnapshot, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V115), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V116), nameof (Invoke));
}
- } /* class SDActionArity2V115 */
- internal sealed class NIDActionArity2V115 : TrampolineBlockBase {
- DActionArity2V115 invoker;
+ } /* class SDActionArity2V116 */
+ internal sealed class NIDActionArity2V116 : TrampolineBlockBase {
+ DActionArity2V116 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V115 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V116 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V115> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V116> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37153,7 +37205,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::MapKit.MKLookAroundSnapshot, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V115 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V116 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::MapKit.MKLookAroundSnapshot arg1, NSError arg2)
@@ -37162,14 +37214,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V115 */
+ } /* class NIDActionArity2V116 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::MapKit.MKMapItem, NSError>))]
- unsafe internal delegate void DActionArity2V116 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V117 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V116 {
+ static internal class SDActionArity2V117 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -37188,15 +37240,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::MapKit.MKMapItem, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V116), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V117), nameof (Invoke));
}
- } /* class SDActionArity2V116 */
- internal sealed class NIDActionArity2V116 : TrampolineBlockBase {
- DActionArity2V116 invoker;
+ } /* class SDActionArity2V117 */
+ internal sealed class NIDActionArity2V117 : TrampolineBlockBase {
+ DActionArity2V117 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V116 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V117 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V116> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V117> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37205,7 +37257,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::MapKit.MKMapItem, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V116 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V117 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::MapKit.MKMapItem arg1, NSError arg2)
@@ -37214,14 +37266,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V116 */
+ } /* class NIDActionArity2V117 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::MediaPlayer.MPContentItem, NSError>))]
- unsafe internal delegate void DActionArity2V120 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V121 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V120 {
+ static internal class SDActionArity2V121 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -37240,15 +37292,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::MediaPlayer.MPContentItem, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V120), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V121), nameof (Invoke));
}
- } /* class SDActionArity2V120 */
- internal sealed class NIDActionArity2V120 : TrampolineBlockBase {
- DActionArity2V120 invoker;
+ } /* class SDActionArity2V121 */
+ internal sealed class NIDActionArity2V121 : TrampolineBlockBase {
+ DActionArity2V121 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V120 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V121 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V120> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V121> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37257,7 +37309,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::MediaPlayer.MPContentItem, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V120 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V121 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::MediaPlayer.MPContentItem arg1, NSError arg2)
@@ -37266,14 +37318,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V120 */
+ } /* class NIDActionArity2V121 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::MediaPlayer.MPMediaEntity[], NSError>))]
- unsafe internal delegate void DActionArity2V117 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V118 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V117 {
+ static internal class SDActionArity2V118 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -37292,15 +37344,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::MediaPlayer.MPMediaEntity[], NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V117), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V118), nameof (Invoke));
}
- } /* class SDActionArity2V117 */
- internal sealed class NIDActionArity2V117 : TrampolineBlockBase {
- DActionArity2V117 invoker;
+ } /* class SDActionArity2V118 */
+ internal sealed class NIDActionArity2V118 : TrampolineBlockBase {
+ DActionArity2V118 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V117 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V118 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V117> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V118> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37309,7 +37361,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::MediaPlayer.MPMediaEntity[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V117 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V118 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::MediaPlayer.MPMediaEntity[] arg1, NSError arg2)
@@ -37322,14 +37374,14 @@ namespace ObjCRuntime {
if (nsa_arg1 is not null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V117 */
+ } /* class NIDActionArity2V118 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::MediaPlayer.MPMediaPlaylist, NSError>))]
- unsafe internal delegate void DActionArity2V118 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V119 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V118 {
+ static internal class SDActionArity2V119 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -37348,15 +37400,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::MediaPlayer.MPMediaPlaylist, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V118), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V119), nameof (Invoke));
}
- } /* class SDActionArity2V118 */
- internal sealed class NIDActionArity2V118 : TrampolineBlockBase {
- DActionArity2V118 invoker;
+ } /* class SDActionArity2V119 */
+ internal sealed class NIDActionArity2V119 : TrampolineBlockBase {
+ DActionArity2V119 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V118 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V119 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V118> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V119> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37365,7 +37417,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::MediaPlayer.MPMediaPlaylist, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V118 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V119 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::MediaPlayer.MPMediaPlaylist arg1, NSError arg2)
@@ -37374,14 +37426,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V118 */
+ } /* class NIDActionArity2V119 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::MediaPlayer.MPMusicPlayerControllerQueue, NSError>))]
- unsafe internal delegate void DActionArity2V119 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V120 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V119 {
+ static internal class SDActionArity2V120 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -37400,15 +37452,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::MediaPlayer.MPMusicPlayerControllerQueue, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V119), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V120), nameof (Invoke));
}
- } /* class SDActionArity2V119 */
- internal sealed class NIDActionArity2V119 : TrampolineBlockBase {
- DActionArity2V119 invoker;
+ } /* class SDActionArity2V120 */
+ internal sealed class NIDActionArity2V120 : TrampolineBlockBase {
+ DActionArity2V120 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V119 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V120 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V119> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V120> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37417,7 +37469,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::MediaPlayer.MPMusicPlayerControllerQueue, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V119 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V120 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::MediaPlayer.MPMusicPlayerControllerQueue arg1, NSError arg2)
@@ -37426,14 +37478,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V119 */
+ } /* class NIDActionArity2V120 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Metal.IMTLComputePipelineState, NSError>))]
- unsafe internal delegate void DActionArity2V123 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V124 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V123 {
+ static internal class SDActionArity2V124 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -37452,15 +37504,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Metal.IMTLComputePipelineState, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V123), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V124), nameof (Invoke));
}
- } /* class SDActionArity2V123 */
- internal sealed class NIDActionArity2V123 : TrampolineBlockBase {
- DActionArity2V123 invoker;
+ } /* class SDActionArity2V124 */
+ internal sealed class NIDActionArity2V124 : TrampolineBlockBase {
+ DActionArity2V124 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V123 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V124 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V123> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V124> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37469,7 +37521,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Metal.IMTLComputePipelineState, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V123 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V124 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Metal.IMTLComputePipelineState arg1, NSError arg2)
@@ -37478,14 +37530,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V123 */
+ } /* class NIDActionArity2V124 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Metal.IMTLFunction, NSError>))]
- unsafe internal delegate void DActionArity2V124 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V125 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V124 {
+ static internal class SDActionArity2V125 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -37504,15 +37556,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Metal.IMTLFunction, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V124), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V125), nameof (Invoke));
}
- } /* class SDActionArity2V124 */
- internal sealed class NIDActionArity2V124 : TrampolineBlockBase {
- DActionArity2V124 invoker;
+ } /* class SDActionArity2V125 */
+ internal sealed class NIDActionArity2V125 : TrampolineBlockBase {
+ DActionArity2V125 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V124 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V125 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V124> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V125> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37521,7 +37573,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Metal.IMTLFunction, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V124 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V125 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Metal.IMTLFunction arg1, NSError arg2)
@@ -37530,14 +37582,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V124 */
+ } /* class NIDActionArity2V125 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Metal.IMTLLibrary, NSError>))]
- unsafe internal delegate void DActionArity2V121 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V122 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V121 {
+ static internal class SDActionArity2V122 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -37556,15 +37608,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Metal.IMTLLibrary, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V121), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V122), nameof (Invoke));
}
- } /* class SDActionArity2V121 */
- internal sealed class NIDActionArity2V121 : TrampolineBlockBase {
- DActionArity2V121 invoker;
+ } /* class SDActionArity2V122 */
+ internal sealed class NIDActionArity2V122 : TrampolineBlockBase {
+ DActionArity2V122 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V121 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V122 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V121> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V122> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37573,7 +37625,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Metal.IMTLLibrary, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V121 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V122 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Metal.IMTLLibrary arg1, NSError arg2)
@@ -37582,14 +37634,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V121 */
+ } /* class NIDActionArity2V122 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Metal.IMTLRenderPipelineState, NSError>))]
- unsafe internal delegate void DActionArity2V122 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V123 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V122 {
+ static internal class SDActionArity2V123 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -37608,15 +37660,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Metal.IMTLRenderPipelineState, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V122), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V123), nameof (Invoke));
}
- } /* class SDActionArity2V122 */
- internal sealed class NIDActionArity2V122 : TrampolineBlockBase {
- DActionArity2V122 invoker;
+ } /* class SDActionArity2V123 */
+ internal sealed class NIDActionArity2V123 : TrampolineBlockBase {
+ DActionArity2V123 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V122 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V123 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V122> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V123> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37625,7 +37677,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Metal.IMTLRenderPipelineState, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V122 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V123 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Metal.IMTLRenderPipelineState arg1, NSError arg2)
@@ -37634,14 +37686,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V122 */
+ } /* class NIDActionArity2V123 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::MetalPerformanceShaders.MPSImage, NSError>))]
- unsafe internal delegate void DActionArity2V125 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V126 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V125 {
+ static internal class SDActionArity2V126 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -37660,15 +37712,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::MetalPerformanceShaders.MPSImage, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V125), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V126), nameof (Invoke));
}
- } /* class SDActionArity2V125 */
- internal sealed class NIDActionArity2V125 : TrampolineBlockBase {
- DActionArity2V125 invoker;
+ } /* class SDActionArity2V126 */
+ internal sealed class NIDActionArity2V126 : TrampolineBlockBase {
+ DActionArity2V126 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V125 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V126 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V125> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V126> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37677,7 +37729,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::MetalPerformanceShaders.MPSImage, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V125 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V126 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::MetalPerformanceShaders.MPSImage arg1, NSError arg2)
@@ -37686,14 +37738,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V125 */
+ } /* class NIDActionArity2V126 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::NaturalLanguage.NLTaggerAssetsResult, NSError>))]
- unsafe internal delegate void DActionArity2V126 (IntPtr block, IntPtr arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V127 (IntPtr block, IntPtr arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V126 {
+ static internal class SDActionArity2V127 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, IntPtr arg1, NativeHandle arg2) {
@@ -37712,15 +37764,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::NaturalLanguage.NLTaggerAssetsResult, NSError> callback)
{
delegate* unmanaged<IntPtr, IntPtr, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V126), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V127), nameof (Invoke));
}
- } /* class SDActionArity2V126 */
- internal sealed class NIDActionArity2V126 : TrampolineBlockBase {
- DActionArity2V126 invoker;
+ } /* class SDActionArity2V127 */
+ internal sealed class NIDActionArity2V127 : TrampolineBlockBase {
+ DActionArity2V127 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V126 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V127 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V126> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V127> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37729,7 +37781,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::NaturalLanguage.NLTaggerAssetsResult, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V126 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V127 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::NaturalLanguage.NLTaggerAssetsResult arg1, NSError arg2)
@@ -37737,14 +37789,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, (IntPtr) (long) arg1, arg2__handle__);
}
- } /* class NIDActionArity2V126 */
+ } /* class NIDActionArity2V127 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::NetworkExtension.NEAppPushManager[], NSError>))]
- unsafe internal delegate void DActionArity2V128 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V129 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V128 {
+ static internal class SDActionArity2V129 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -37763,15 +37815,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::NetworkExtension.NEAppPushManager[], NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V128), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V129), nameof (Invoke));
}
- } /* class SDActionArity2V128 */
- internal sealed class NIDActionArity2V128 : TrampolineBlockBase {
- DActionArity2V128 invoker;
+ } /* class SDActionArity2V129 */
+ internal sealed class NIDActionArity2V129 : TrampolineBlockBase {
+ DActionArity2V129 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V128 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V129 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V128> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V129> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37780,7 +37832,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::NetworkExtension.NEAppPushManager[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V128 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V129 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::NetworkExtension.NEAppPushManager[] arg1, NSError arg2)
@@ -37793,14 +37845,14 @@ namespace ObjCRuntime {
if (nsa_arg1 is not null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V128 */
+ } /* class NIDActionArity2V129 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::PassKit.PKAddShareablePassConfiguration, NSError>))]
- unsafe internal delegate void DActionArity2V131 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V132 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V131 {
+ static internal class SDActionArity2V132 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -37819,15 +37871,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::PassKit.PKAddShareablePassConfiguration, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V131), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V132), nameof (Invoke));
}
- } /* class SDActionArity2V131 */
- internal sealed class NIDActionArity2V131 : TrampolineBlockBase {
- DActionArity2V131 invoker;
+ } /* class SDActionArity2V132 */
+ internal sealed class NIDActionArity2V132 : TrampolineBlockBase {
+ DActionArity2V132 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V131 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V132 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V131> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V132> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37836,7 +37888,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::PassKit.PKAddShareablePassConfiguration, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V131 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V132 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::PassKit.PKAddShareablePassConfiguration arg1, NSError arg2)
@@ -37845,14 +37897,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V131 */
+ } /* class NIDActionArity2V132 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::PassKit.PKIdentityDocument, NSError>))]
- unsafe internal delegate void DActionArity2V132 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V133 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V132 {
+ static internal class SDActionArity2V133 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -37871,15 +37923,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::PassKit.PKIdentityDocument, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V132), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V133), nameof (Invoke));
}
- } /* class SDActionArity2V132 */
- internal sealed class NIDActionArity2V132 : TrampolineBlockBase {
- DActionArity2V132 invoker;
+ } /* class SDActionArity2V133 */
+ internal sealed class NIDActionArity2V133 : TrampolineBlockBase {
+ DActionArity2V133 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V132 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V133 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V132> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V133> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37888,7 +37940,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::PassKit.PKIdentityDocument, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V132 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V133 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::PassKit.PKIdentityDocument arg1, NSError arg2)
@@ -37897,14 +37949,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V132 */
+ } /* class NIDActionArity2V133 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::PassKit.PKPaymentAuthorizationStatus, global::PassKit.PKPaymentSummaryItem[]>))]
- unsafe internal delegate void DActionArity2V133 (IntPtr block, IntPtr arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V134 (IntPtr block, IntPtr arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V133 {
+ static internal class SDActionArity2V134 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, IntPtr arg1, NativeHandle arg2) {
@@ -37923,15 +37975,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::PassKit.PKPaymentAuthorizationStatus, global::PassKit.PKPaymentSummaryItem[]> callback)
{
delegate* unmanaged<IntPtr, IntPtr, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V133), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V134), nameof (Invoke));
}
- } /* class SDActionArity2V133 */
- internal sealed class NIDActionArity2V133 : TrampolineBlockBase {
- DActionArity2V133 invoker;
+ } /* class SDActionArity2V134 */
+ internal sealed class NIDActionArity2V134 : TrampolineBlockBase {
+ DActionArity2V134 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V133 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V134 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V133> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V134> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37940,7 +37992,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::PassKit.PKPaymentAuthorizationStatus, global::PassKit.PKPaymentSummaryItem[]>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V133 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V134 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::PassKit.PKPaymentAuthorizationStatus arg1, global::PassKit.PKPaymentSummaryItem[] arg2)
@@ -37952,14 +38004,14 @@ namespace ObjCRuntime {
if (nsa_arg2 is not null)
nsa_arg2.Dispose ();
}
- } /* class NIDActionArity2V133 */
+ } /* class NIDActionArity2V134 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::PassKit.PKVehicleConnectionSession, NSError>))]
- unsafe internal delegate void DActionArity2V134 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V135 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V134 {
+ static internal class SDActionArity2V135 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -37978,15 +38030,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::PassKit.PKVehicleConnectionSession, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V134), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V135), nameof (Invoke));
}
- } /* class SDActionArity2V134 */
- internal sealed class NIDActionArity2V134 : TrampolineBlockBase {
- DActionArity2V134 invoker;
+ } /* class SDActionArity2V135 */
+ internal sealed class NIDActionArity2V135 : TrampolineBlockBase {
+ DActionArity2V135 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V134 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V135 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V134> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V135> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37995,7 +38047,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::PassKit.PKVehicleConnectionSession, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V134 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V135 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::PassKit.PKVehicleConnectionSession arg1, NSError arg2)
@@ -38004,14 +38056,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V134 */
+ } /* class NIDActionArity2V135 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Photos.PHLivePhoto, NSDictionary>))]
- unsafe internal delegate void DActionArity2V135 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V136 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V135 {
+ static internal class SDActionArity2V136 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -38030,15 +38082,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Photos.PHLivePhoto, NSDictionary> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V135), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V136), nameof (Invoke));
}
- } /* class SDActionArity2V135 */
- internal sealed class NIDActionArity2V135 : TrampolineBlockBase {
- DActionArity2V135 invoker;
+ } /* class SDActionArity2V136 */
+ internal sealed class NIDActionArity2V136 : TrampolineBlockBase {
+ DActionArity2V136 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V135 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V136 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V135> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V136> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -38047,7 +38099,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Photos.PHLivePhoto, NSDictionary>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V135 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V136 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Photos.PHLivePhoto arg1, NSDictionary arg2)
@@ -38056,14 +38108,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V135 */
+ } /* class NIDActionArity2V136 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Photos.PHLivePhoto, NSError>))]
- unsafe internal delegate void DActionArity2V136 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V137 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V136 {
+ static internal class SDActionArity2V137 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -38082,15 +38134,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Photos.PHLivePhoto, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V136), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V137), nameof (Invoke));
}
- } /* class SDActionArity2V136 */
- internal sealed class NIDActionArity2V136 : TrampolineBlockBase {
- DActionArity2V136 invoker;
+ } /* class SDActionArity2V137 */
+ internal sealed class NIDActionArity2V137 : TrampolineBlockBase {
+ DActionArity2V137 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V136 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V137 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V136> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V137> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -38099,7 +38151,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Photos.PHLivePhoto, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V136 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V137 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Photos.PHLivePhoto arg1, NSError arg2)
@@ -38108,14 +38160,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V136 */
+ } /* class NIDActionArity2V137 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::PushToTalk.PTChannelManager, NSError>))]
- unsafe internal delegate void DActionArity2V137 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V138 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V137 {
+ static internal class SDActionArity2V138 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -38134,15 +38186,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::PushToTalk.PTChannelManager, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V137), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V138), nameof (Invoke));
}
- } /* class SDActionArity2V137 */
- internal sealed class NIDActionArity2V137 : TrampolineBlockBase {
- DActionArity2V137 invoker;
+ } /* class SDActionArity2V138 */
+ internal sealed class NIDActionArity2V138 : TrampolineBlockBase {
+ DActionArity2V138 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V137 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V138 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V137> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V138> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -38151,7 +38203,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::PushToTalk.PTChannelManager, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V137 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V138 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::PushToTalk.PTChannelManager arg1, NSError arg2)
@@ -38160,14 +38212,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V137 */
+ } /* class NIDActionArity2V138 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::QuickLook.QLPreviewReply, NSError>))]
- unsafe internal delegate void DActionArity2V138 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V139 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V138 {
+ static internal class SDActionArity2V139 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -38186,15 +38238,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::QuickLook.QLPreviewReply, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V138), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V139), nameof (Invoke));
}
- } /* class SDActionArity2V138 */
- internal sealed class NIDActionArity2V138 : TrampolineBlockBase {
- DActionArity2V138 invoker;
+ } /* class SDActionArity2V139 */
+ internal sealed class NIDActionArity2V139 : TrampolineBlockBase {
+ DActionArity2V139 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V138 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V139 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V138> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V139> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -38203,7 +38255,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::QuickLook.QLPreviewReply, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V138 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V139 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::QuickLook.QLPreviewReply arg1, NSError arg2)
@@ -38212,14 +38264,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V138 */
+ } /* class NIDActionArity2V139 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::QuickLookThumbnailing.QLThumbnailReply, NSError>))]
- unsafe internal delegate void DActionArity2V140 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V141 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V140 {
+ static internal class SDActionArity2V141 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -38238,15 +38290,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::QuickLookThumbnailing.QLThumbnailReply, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V140), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V141), nameof (Invoke));
}
- } /* class SDActionArity2V140 */
- internal sealed class NIDActionArity2V140 : TrampolineBlockBase {
- DActionArity2V140 invoker;
+ } /* class SDActionArity2V141 */
+ internal sealed class NIDActionArity2V141 : TrampolineBlockBase {
+ DActionArity2V141 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V140 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V141 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V140> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V141> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -38255,7 +38307,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::QuickLookThumbnailing.QLThumbnailReply, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V140 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V141 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::QuickLookThumbnailing.QLThumbnailReply arg1, NSError arg2)
@@ -38264,14 +38316,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V140 */
+ } /* class NIDActionArity2V141 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::QuickLookThumbnailing.QLThumbnailRepresentation, NSError>))]
- unsafe internal delegate void DActionArity2V139 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V140 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V139 {
+ static internal class SDActionArity2V140 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -38290,15 +38342,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::QuickLookThumbnailing.QLThumbnailRepresentation, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V139), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V140), nameof (Invoke));
}
- } /* class SDActionArity2V139 */
- internal sealed class NIDActionArity2V139 : TrampolineBlockBase {
- DActionArity2V139 invoker;
+ } /* class SDActionArity2V140 */
+ internal sealed class NIDActionArity2V140 : TrampolineBlockBase {
+ DActionArity2V140 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V139 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V140 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V139> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V140> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -38307,7 +38359,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::QuickLookThumbnailing.QLThumbnailRepresentation, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V139 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V140 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::QuickLookThumbnailing.QLThumbnailRepresentation arg1, NSError arg2)
@@ -38316,14 +38368,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V139 */
+ } /* class NIDActionArity2V140 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::ReplayKit.RPBroadcastActivityViewController, NSError>))]
- unsafe internal delegate void DActionArity2V141 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V142 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V141 {
+ static internal class SDActionArity2V142 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -38342,15 +38394,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::ReplayKit.RPBroadcastActivityViewController, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V141), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V142), nameof (Invoke));
}
- } /* class SDActionArity2V141 */
- internal sealed class NIDActionArity2V141 : TrampolineBlockBase {
- DActionArity2V141 invoker;
+ } /* class SDActionArity2V142 */
+ internal sealed class NIDActionArity2V142 : TrampolineBlockBase {
+ DActionArity2V142 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V141 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V142 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V141> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V142> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -38359,7 +38411,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::ReplayKit.RPBroadcastActivityViewController, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V141 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V142 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::ReplayKit.RPBroadcastActivityViewController arg1, NSError arg2)
@@ -38368,14 +38420,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V141 */
+ } /* class NIDActionArity2V142 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::ReplayKit.RPPreviewViewController, NSError>))]
- unsafe internal delegate void DActionArity2V142 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V143 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V142 {
+ static internal class SDActionArity2V143 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -38394,15 +38446,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::ReplayKit.RPPreviewViewController, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V142), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V143), nameof (Invoke));
}
- } /* class SDActionArity2V142 */
- internal sealed class NIDActionArity2V142 : TrampolineBlockBase {
- DActionArity2V142 invoker;
+ } /* class SDActionArity2V143 */
+ internal sealed class NIDActionArity2V143 : TrampolineBlockBase {
+ DActionArity2V143 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V142 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V143 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V142> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V143> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -38411,7 +38463,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::ReplayKit.RPPreviewViewController, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V142 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V143 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::ReplayKit.RPPreviewViewController arg1, NSError arg2)
@@ -38420,14 +38472,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V142 */
+ } /* class NIDActionArity2V143 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::SafariServices.SFContentBlockerState, NSError>))]
- unsafe internal delegate void DActionArity2V143 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V144 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V143 {
+ static internal class SDActionArity2V144 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -38446,15 +38498,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::SafariServices.SFContentBlockerState, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V143), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V144), nameof (Invoke));
}
- } /* class SDActionArity2V143 */
- internal sealed class NIDActionArity2V143 : TrampolineBlockBase {
- DActionArity2V143 invoker;
+ } /* class SDActionArity2V144 */
+ internal sealed class NIDActionArity2V144 : TrampolineBlockBase {
+ DActionArity2V144 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V143 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V144 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V143> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V144> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -38463,7 +38515,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::SafariServices.SFContentBlockerState, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V143 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V144 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::SafariServices.SFContentBlockerState arg1, NSError arg2)
@@ -38472,14 +38524,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V143 */
+ } /* class NIDActionArity2V144 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Security.SecIdentity, NSArray>))]
- unsafe internal delegate void DActionArity2V130 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V131 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V130 {
+ static internal class SDActionArity2V131 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -38498,15 +38550,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Security.SecIdentity, NSArray> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V130), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V131), nameof (Invoke));
}
- } /* class SDActionArity2V130 */
- internal sealed class NIDActionArity2V130 : TrampolineBlockBase {
- DActionArity2V130 invoker;
+ } /* class SDActionArity2V131 */
+ internal sealed class NIDActionArity2V131 : TrampolineBlockBase {
+ DActionArity2V131 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V130 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V131 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V130> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V131> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -38515,7 +38567,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Security.SecIdentity, NSArray>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V130 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V131 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Security.SecIdentity arg1, NSArray arg2)
@@ -38524,14 +38576,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V130 */
+ } /* class NIDActionArity2V131 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::SharedWithYou.SWCollaborationHighlight, NSError>))]
- unsafe internal delegate void DActionArity2V144 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V145 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V144 {
+ static internal class SDActionArity2V145 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -38550,15 +38602,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::SharedWithYou.SWCollaborationHighlight, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V144), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V145), nameof (Invoke));
}
- } /* class SDActionArity2V144 */
- internal sealed class NIDActionArity2V144 : TrampolineBlockBase {
- DActionArity2V144 invoker;
+ } /* class SDActionArity2V145 */
+ internal sealed class NIDActionArity2V145 : TrampolineBlockBase {
+ DActionArity2V145 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V144 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V145 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V144> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V145> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -38567,7 +38619,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::SharedWithYou.SWCollaborationHighlight, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V144 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V145 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::SharedWithYou.SWCollaborationHighlight arg1, NSError arg2)
@@ -38576,14 +38628,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V144 */
+ } /* class NIDActionArity2V145 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::SharedWithYou.SWHighlight, NSError>))]
- unsafe internal delegate void DActionArity2V145 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V146 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V145 {
+ static internal class SDActionArity2V146 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -38602,15 +38654,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::SharedWithYou.SWHighlight, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V145), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V146), nameof (Invoke));
}
- } /* class SDActionArity2V145 */
- internal sealed class NIDActionArity2V145 : TrampolineBlockBase {
- DActionArity2V145 invoker;
+ } /* class SDActionArity2V146 */
+ internal sealed class NIDActionArity2V146 : TrampolineBlockBase {
+ DActionArity2V146 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V145 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V146 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V145> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V146> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -38619,7 +38671,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::SharedWithYou.SWHighlight, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V145 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V146 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::SharedWithYou.SWHighlight arg1, NSError arg2)
@@ -38628,14 +38680,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V145 */
+ } /* class NIDActionArity2V146 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::SharedWithYouCore.SWSignedPersonIdentityProof, NSError>))]
- unsafe internal delegate void DActionArity2V146 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V147 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V146 {
+ static internal class SDActionArity2V147 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -38654,15 +38706,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::SharedWithYouCore.SWSignedPersonIdentityProof, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V146), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V147), nameof (Invoke));
}
- } /* class SDActionArity2V146 */
- internal sealed class NIDActionArity2V146 : TrampolineBlockBase {
- DActionArity2V146 invoker;
+ } /* class SDActionArity2V147 */
+ internal sealed class NIDActionArity2V147 : TrampolineBlockBase {
+ DActionArity2V147 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V146 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V147 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V146> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V147> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -38671,7 +38723,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::SharedWithYouCore.SWSignedPersonIdentityProof, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V146 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V147 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::SharedWithYouCore.SWSignedPersonIdentityProof arg1, NSError arg2)
@@ -38680,14 +38732,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V146 */
+ } /* class NIDActionArity2V147 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::ShazamKit.SHMediaItem, NSError>))]
- unsafe internal delegate void DActionArity2V147 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V148 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V147 {
+ static internal class SDActionArity2V148 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -38706,15 +38758,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::ShazamKit.SHMediaItem, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V147), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V148), nameof (Invoke));
}
- } /* class SDActionArity2V147 */
- internal sealed class NIDActionArity2V147 : TrampolineBlockBase {
- DActionArity2V147 invoker;
+ } /* class SDActionArity2V148 */
+ internal sealed class NIDActionArity2V148 : TrampolineBlockBase {
+ DActionArity2V148 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V147 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V148 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V147> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V148> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -38723,7 +38775,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::ShazamKit.SHMediaItem, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V147 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V148 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::ShazamKit.SHMediaItem arg1, NSError arg2)
@@ -38732,14 +38784,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V147 */
+ } /* class NIDActionArity2V148 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::ShazamKit.SHSignature, NSError>))]
- unsafe internal delegate void DActionArity2V148 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V149 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V148 {
+ static internal class SDActionArity2V149 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -38758,15 +38810,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::ShazamKit.SHSignature, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V148), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V149), nameof (Invoke));
}
- } /* class SDActionArity2V148 */
- internal sealed class NIDActionArity2V148 : TrampolineBlockBase {
- DActionArity2V148 invoker;
+ } /* class SDActionArity2V149 */
+ internal sealed class NIDActionArity2V149 : TrampolineBlockBase {
+ DActionArity2V149 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V148 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V149 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V148> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V149> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -38775,7 +38827,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::ShazamKit.SHSignature, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V148 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V149 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::ShazamKit.SHSignature arg1, NSError arg2)
@@ -38784,14 +38836,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V148 */
+ } /* class NIDActionArity2V149 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Speech.SFSpeechRecognitionResult, NSError>))]
- unsafe internal delegate void DActionArity2V149 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V150 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V149 {
+ static internal class SDActionArity2V150 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -38810,15 +38862,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Speech.SFSpeechRecognitionResult, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V149), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V150), nameof (Invoke));
}
- } /* class SDActionArity2V149 */
- internal sealed class NIDActionArity2V149 : TrampolineBlockBase {
- DActionArity2V149 invoker;
+ } /* class SDActionArity2V150 */
+ internal sealed class NIDActionArity2V150 : TrampolineBlockBase {
+ DActionArity2V150 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V149 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V150 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V149> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V150> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -38827,7 +38879,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Speech.SFSpeechRecognitionResult, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V149 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V150 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Speech.SFSpeechRecognitionResult arg1, NSError arg2)
@@ -38836,14 +38888,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V149 */
+ } /* class NIDActionArity2V150 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::StoreKit.SKCloudServiceCapability, NSError>))]
- unsafe internal delegate void DActionArity2V150 (IntPtr block, UIntPtr arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V151 (IntPtr block, UIntPtr arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V150 {
+ static internal class SDActionArity2V151 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, UIntPtr arg1, NativeHandle arg2) {
@@ -38862,15 +38914,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::StoreKit.SKCloudServiceCapability, NSError> callback)
{
delegate* unmanaged<IntPtr, UIntPtr, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V150), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V151), nameof (Invoke));
}
- } /* class SDActionArity2V150 */
- internal sealed class NIDActionArity2V150 : TrampolineBlockBase {
- DActionArity2V150 invoker;
+ } /* class SDActionArity2V151 */
+ internal sealed class NIDActionArity2V151 : TrampolineBlockBase {
+ DActionArity2V151 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V150 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V151 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V150> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V151> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -38879,7 +38931,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::StoreKit.SKCloudServiceCapability, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V150 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V151 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::StoreKit.SKCloudServiceCapability arg1, NSError arg2)
@@ -38887,14 +38939,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, (UIntPtr) (ulong) arg1, arg2__handle__);
}
- } /* class NIDActionArity2V150 */
+ } /* class NIDActionArity2V151 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::StoreKit.SKProductStorePromotionVisibility, NSError>))]
- unsafe internal delegate void DActionArity2V153 (IntPtr block, IntPtr arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V154 (IntPtr block, IntPtr arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V153 {
+ static internal class SDActionArity2V154 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, IntPtr arg1, NativeHandle arg2) {
@@ -38913,15 +38965,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::StoreKit.SKProductStorePromotionVisibility, NSError> callback)
{
delegate* unmanaged<IntPtr, IntPtr, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V153), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V154), nameof (Invoke));
}
- } /* class SDActionArity2V153 */
- internal sealed class NIDActionArity2V153 : TrampolineBlockBase {
- DActionArity2V153 invoker;
+ } /* class SDActionArity2V154 */
+ internal sealed class NIDActionArity2V154 : TrampolineBlockBase {
+ DActionArity2V154 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V153 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V154 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V153> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V154> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -38930,7 +38982,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::StoreKit.SKProductStorePromotionVisibility, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V153 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V154 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::StoreKit.SKProductStorePromotionVisibility arg1, NSError arg2)
@@ -38938,14 +38990,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, (IntPtr) (long) arg1, arg2__handle__);
}
- } /* class NIDActionArity2V153 */
+ } /* class NIDActionArity2V154 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::StoreKit.SKProduct[], NSError>))]
- unsafe internal delegate void DActionArity2V152 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V153 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V152 {
+ static internal class SDActionArity2V153 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -38964,15 +39016,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::StoreKit.SKProduct[], NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V152), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V153), nameof (Invoke));
}
- } /* class SDActionArity2V152 */
- internal sealed class NIDActionArity2V152 : TrampolineBlockBase {
- DActionArity2V152 invoker;
+ } /* class SDActionArity2V153 */
+ internal sealed class NIDActionArity2V153 : TrampolineBlockBase {
+ DActionArity2V153 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V152 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V153 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V152> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V153> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -38981,7 +39033,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::StoreKit.SKProduct[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V152 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V153 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::StoreKit.SKProduct[] arg1, NSError arg2)
@@ -38994,7 +39046,7 @@ namespace ObjCRuntime {
if (nsa_arg1 is not null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V152 */
+ } /* class NIDActionArity2V153 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<bool, global::AVKit.AVAudioSessionRouteSelection>))]
unsafe internal delegate void DActionArity2V25 (IntPtr block, byte arg1, IntPtr arg2);
@@ -39406,11 +39458,11 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V69 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<string, global::GameKit.GKInviteeResponse>))]
- unsafe internal delegate void DActionArity2V92 (IntPtr block, NativeHandle arg1, IntPtr arg2);
+ unsafe internal delegate void DActionArity2V93 (IntPtr block, NativeHandle arg1, IntPtr arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V92 {
+ static internal class SDActionArity2V93 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, IntPtr arg2) {
@@ -39429,15 +39481,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<string, global::GameKit.GKInviteeResponse> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, IntPtr, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V92), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V93), nameof (Invoke));
}
- } /* class SDActionArity2V92 */
- internal sealed class NIDActionArity2V92 : TrampolineBlockBase {
- DActionArity2V92 invoker;
+ } /* class SDActionArity2V93 */
+ internal sealed class NIDActionArity2V93 : TrampolineBlockBase {
+ DActionArity2V93 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V92 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V93 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V92> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V93> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -39446,7 +39498,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<string, global::GameKit.GKInviteeResponse>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V92 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V93 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (string arg1, global::GameKit.GKInviteeResponse arg2)
@@ -39457,14 +39509,14 @@ namespace ObjCRuntime {
invoker (BlockPointer, nsarg1, (IntPtr) (long) arg2);
CFString.ReleaseNative (nsarg1);
}
- } /* class NIDActionArity2V92 */
+ } /* class NIDActionArity2V93 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<string, bool>))]
- unsafe internal delegate void DActionArity2V94 (IntPtr block, NativeHandle arg1, byte arg2);
+ unsafe internal delegate void DActionArity2V95 (IntPtr block, NativeHandle arg1, byte arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V94 {
+ static internal class SDActionArity2V95 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, byte arg2) {
@@ -39483,15 +39535,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<string, bool> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, byte, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V94), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V95), nameof (Invoke));
}
- } /* class SDActionArity2V94 */
- internal sealed class NIDActionArity2V94 : TrampolineBlockBase {
- DActionArity2V94 invoker;
+ } /* class SDActionArity2V95 */
+ internal sealed class NIDActionArity2V95 : TrampolineBlockBase {
+ DActionArity2V95 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V94 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V95 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V94> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V95> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -39500,7 +39552,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<string, bool>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V94 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V95 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (string arg1, bool arg2)
@@ -39511,14 +39563,14 @@ namespace ObjCRuntime {
invoker (BlockPointer, nsarg1, arg2 ? (byte) 1 : (byte) 0);
CFString.ReleaseNative (nsarg1);
}
- } /* class NIDActionArity2V94 */
+ } /* class NIDActionArity2V95 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<string[], NSError>))]
- unsafe internal delegate void DActionArity2V80 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V81 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V80 {
+ static internal class SDActionArity2V81 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -39537,15 +39589,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<string[], NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V80), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V81), nameof (Invoke));
}
- } /* class SDActionArity2V80 */
- internal sealed class NIDActionArity2V80 : TrampolineBlockBase {
- DActionArity2V80 invoker;
+ } /* class SDActionArity2V81 */
+ internal sealed class NIDActionArity2V81 : TrampolineBlockBase {
+ DActionArity2V81 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V80 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V81 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V80> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V81> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -39554,7 +39606,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<string[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V80 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V81 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (string[] arg1, NSError arg2)
@@ -39567,14 +39619,14 @@ namespace ObjCRuntime {
if (nsa_arg1 is not null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V80 */
+ } /* class NIDActionArity2V81 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::ThreadNetwork.THCredentials, NSError>))]
- unsafe internal delegate void DActionArity2V155 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V156 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V155 {
+ static internal class SDActionArity2V156 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -39593,15 +39645,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::ThreadNetwork.THCredentials, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V155), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V156), nameof (Invoke));
}
- } /* class SDActionArity2V155 */
- internal sealed class NIDActionArity2V155 : TrampolineBlockBase {
- DActionArity2V155 invoker;
+ } /* class SDActionArity2V156 */
+ internal sealed class NIDActionArity2V156 : TrampolineBlockBase {
+ DActionArity2V156 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V155 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V156 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V155> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V156> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -39610,7 +39662,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::ThreadNetwork.THCredentials, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V155 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V156 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::ThreadNetwork.THCredentials arg1, NSError arg2)
@@ -39619,14 +39671,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V155 */
+ } /* class NIDActionArity2V156 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::UIKit.NSTextLayoutManager, global::UIKit.NSTextLayoutFragment>))]
- unsafe internal delegate void DActionArity2V156 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V157 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V156 {
+ static internal class SDActionArity2V157 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -39645,15 +39697,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::UIKit.NSTextLayoutManager, global::UIKit.NSTextLayoutFragment> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V156), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V157), nameof (Invoke));
}
- } /* class SDActionArity2V156 */
- internal sealed class NIDActionArity2V156 : TrampolineBlockBase {
- DActionArity2V156 invoker;
+ } /* class SDActionArity2V157 */
+ internal sealed class NIDActionArity2V157 : TrampolineBlockBase {
+ DActionArity2V157 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V156 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V157 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V156> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V157> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -39662,7 +39714,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::UIKit.NSTextLayoutManager, global::UIKit.NSTextLayoutFragment>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V156 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V157 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::UIKit.NSTextLayoutManager arg1, global::UIKit.NSTextLayoutFragment arg2)
@@ -39671,14 +39723,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V156 */
+ } /* class NIDActionArity2V157 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::UIKit.UIImage, NSError>))]
- unsafe internal delegate void DActionArity2V171 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V172 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V171 {
+ static internal class SDActionArity2V172 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -39697,15 +39749,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::UIKit.UIImage, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V171), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V172), nameof (Invoke));
}
- } /* class SDActionArity2V171 */
- internal sealed class NIDActionArity2V171 : TrampolineBlockBase {
- DActionArity2V171 invoker;
+ } /* class SDActionArity2V172 */
+ internal sealed class NIDActionArity2V172 : TrampolineBlockBase {
+ DActionArity2V172 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V171 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V172 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V171> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V172> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -39714,7 +39766,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::UIKit.UIImage, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V171 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V172 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::UIKit.UIImage arg1, NSError arg2)
@@ -39723,14 +39775,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V171 */
+ } /* class NIDActionArity2V172 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::UIKit.UISpringLoadedInteraction, global::UIKit.IUISpringLoadedInteractionContext>))]
- unsafe internal delegate void DActionArity2V163 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V164 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V163 {
+ static internal class SDActionArity2V164 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -39749,15 +39801,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::UIKit.UISpringLoadedInteraction, global::UIKit.IUISpringLoadedInteractionContext> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V163), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V164), nameof (Invoke));
}
- } /* class SDActionArity2V163 */
- internal sealed class NIDActionArity2V163 : TrampolineBlockBase {
- DActionArity2V163 invoker;
+ } /* class SDActionArity2V164 */
+ internal sealed class NIDActionArity2V164 : TrampolineBlockBase {
+ DActionArity2V164 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V163 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V164 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V163> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V164> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -39766,7 +39818,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::UIKit.UISpringLoadedInteraction, global::UIKit.IUISpringLoadedInteractionContext>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V163 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V164 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::UIKit.UISpringLoadedInteraction arg1, global::UIKit.IUISpringLoadedInteractionContext arg2)
@@ -39775,14 +39827,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V163 */
+ } /* class NIDActionArity2V164 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::UIKit.UITableViewRowAction, NSIndexPath>))]
- unsafe internal delegate void DActionArity2V164 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V165 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V164 {
+ static internal class SDActionArity2V165 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -39801,15 +39853,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::UIKit.UITableViewRowAction, NSIndexPath> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V164), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V165), nameof (Invoke));
}
- } /* class SDActionArity2V164 */
- internal sealed class NIDActionArity2V164 : TrampolineBlockBase {
- DActionArity2V164 invoker;
+ } /* class SDActionArity2V165 */
+ internal sealed class NIDActionArity2V165 : TrampolineBlockBase {
+ DActionArity2V165 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V164 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V165 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V164> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V165> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -39818,7 +39870,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::UIKit.UITableViewRowAction, NSIndexPath>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V164 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V165 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::UIKit.UITableViewRowAction arg1, NSIndexPath arg2)
@@ -39827,14 +39879,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V164 */
+ } /* class NIDActionArity2V165 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::UIKit.UIViewController, NSError>))]
- unsafe internal delegate void DActionArity2V90 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V91 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V90 {
+ static internal class SDActionArity2V91 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -39853,15 +39905,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::UIKit.UIViewController, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V90), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V91), nameof (Invoke));
}
- } /* class SDActionArity2V90 */
- internal sealed class NIDActionArity2V90 : TrampolineBlockBase {
- DActionArity2V90 invoker;
+ } /* class SDActionArity2V91 */
+ internal sealed class NIDActionArity2V91 : TrampolineBlockBase {
+ DActionArity2V91 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V90 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V91 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V90> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V91> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -39870,7 +39922,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::UIKit.UIViewController, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V90 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V91 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::UIKit.UIViewController arg1, NSError arg2)
@@ -39879,14 +39931,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V90 */
+ } /* class NIDActionArity2V91 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::VideoSubscriberAccount.VSAccountAccessStatus, NSError>))]
- unsafe internal delegate void DActionArity2V165 (IntPtr block, IntPtr arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V166 (IntPtr block, IntPtr arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V165 {
+ static internal class SDActionArity2V166 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, IntPtr arg1, NativeHandle arg2) {
@@ -39905,15 +39957,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::VideoSubscriberAccount.VSAccountAccessStatus, NSError> callback)
{
delegate* unmanaged<IntPtr, IntPtr, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V165), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V166), nameof (Invoke));
}
- } /* class SDActionArity2V165 */
- internal sealed class NIDActionArity2V165 : TrampolineBlockBase {
- DActionArity2V165 invoker;
+ } /* class SDActionArity2V166 */
+ internal sealed class NIDActionArity2V166 : TrampolineBlockBase {
+ DActionArity2V166 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V165 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V166 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V165> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V166> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -39922,7 +39974,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::VideoSubscriberAccount.VSAccountAccessStatus, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V165 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V166 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::VideoSubscriberAccount.VSAccountAccessStatus arg1, NSError arg2)
@@ -39930,14 +39982,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, (IntPtr) (long) arg1, arg2__handle__);
}
- } /* class NIDActionArity2V165 */
+ } /* class NIDActionArity2V166 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::VideoSubscriberAccount.VSAccountMetadata, NSError>))]
- unsafe internal delegate void DActionArity2V166 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V167 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V166 {
+ static internal class SDActionArity2V167 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -39956,15 +40008,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::VideoSubscriberAccount.VSAccountMetadata, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V166), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V167), nameof (Invoke));
}
- } /* class SDActionArity2V166 */
- internal sealed class NIDActionArity2V166 : TrampolineBlockBase {
- DActionArity2V166 invoker;
+ } /* class SDActionArity2V167 */
+ internal sealed class NIDActionArity2V167 : TrampolineBlockBase {
+ DActionArity2V167 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V166 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V167 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V166> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V167> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -39973,7 +40025,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::VideoSubscriberAccount.VSAccountMetadata, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V166 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V167 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::VideoSubscriberAccount.VSAccountMetadata arg1, NSError arg2)
@@ -39982,14 +40034,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V166 */
+ } /* class NIDActionArity2V167 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::WebKit.WKContentRuleList, NSError>))]
- unsafe internal delegate void DActionArity2V168 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V169 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V168 {
+ static internal class SDActionArity2V169 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -40008,15 +40060,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::WebKit.WKContentRuleList, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V168), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V169), nameof (Invoke));
}
- } /* class SDActionArity2V168 */
- internal sealed class NIDActionArity2V168 : TrampolineBlockBase {
- DActionArity2V168 invoker;
+ } /* class SDActionArity2V169 */
+ internal sealed class NIDActionArity2V169 : TrampolineBlockBase {
+ DActionArity2V169 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V168 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V169 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V168> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V169> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -40025,7 +40077,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::WebKit.WKContentRuleList, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V168 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V169 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::WebKit.WKContentRuleList arg1, NSError arg2)
@@ -40034,14 +40086,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V168 */
+ } /* class NIDActionArity2V169 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::WebKit.WKNavigationActionPolicy, global::WebKit.WKWebpagePreferences>))]
- unsafe internal delegate void DActionArity2V169 (IntPtr block, IntPtr arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V170 (IntPtr block, IntPtr arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V169 {
+ static internal class SDActionArity2V170 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, IntPtr arg1, NativeHandle arg2) {
@@ -40060,15 +40112,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::WebKit.WKNavigationActionPolicy, global::WebKit.WKWebpagePreferences> callback)
{
delegate* unmanaged<IntPtr, IntPtr, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V169), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V170), nameof (Invoke));
}
- } /* class SDActionArity2V169 */
- internal sealed class NIDActionArity2V169 : TrampolineBlockBase {
- DActionArity2V169 invoker;
+ } /* class SDActionArity2V170 */
+ internal sealed class NIDActionArity2V170 : TrampolineBlockBase {
+ DActionArity2V170 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V169 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V170 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V169> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V170> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -40077,7 +40129,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::WebKit.WKNavigationActionPolicy, global::WebKit.WKWebpagePreferences>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V169 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V170 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::WebKit.WKNavigationActionPolicy arg1, global::WebKit.WKWebpagePreferences arg2)
@@ -40085,7 +40137,7 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, (IntPtr) (long) arg1, arg2__handle__);
}
- } /* class NIDActionArity2V169 */
+ } /* class NIDActionArity2V170 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::CloudKit.CKRecord, global::CloudKit.CKRecordID, NSError>))]
unsafe internal delegate void DActionArity3V1 (IntPtr block, NativeHandle arg1, NativeHandle arg2, NativeHandle arg3);
diff --git a/old/dotnet/ios/generated-sources/PassKit/PKAddShareablePassConfiguration.g.cs b/new/dotnet/ios/generated-sources/PassKit/PKAddShareablePassConfiguration.g.cs
index b157fac..d0bb3f6 100644
--- a/old/dotnet/ios/generated-sources/PassKit/PKAddShareablePassConfiguration.g.cs
+++ b/new/dotnet/ios/generated-sources/PassKit/PKAddShareablePassConfiguration.g.cs
@@ -78,7 +78,7 @@ namespace PassKit {
[Export ("configurationForPassMetadata:provisioningPolicyIdentifier:primaryAction:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void GetConfiguration (PKShareablePassMetadata[] passMetadata, string provisioningPolicyIdentifier, PKAddShareablePassConfigurationPrimaryAction action, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V131))]global::System.Action<PKAddShareablePassConfiguration, NSError> completion)
+ public unsafe static void GetConfiguration (PKShareablePassMetadata[] passMetadata, string provisioningPolicyIdentifier, PKAddShareablePassConfigurationPrimaryAction action, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V132))]global::System.Action<PKAddShareablePassConfiguration, NSError> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -91,7 +91,7 @@ namespace PassKit {
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nsa_passMetadata = NSArray.FromNSObjects (passMetadata);
var nsprovisioningPolicyIdentifier = CFString.CreateNative (provisioningPolicyIdentifier);
- using var block_completion = Trampolines.SDActionArity2V131.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V132.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_UIntPtr_NativeHandle (class_ptr, Selector.GetHandle ("configurationForPassMetadata:provisioningPolicyIdentifier:primaryAction:completion:"), nsa_passMetadata.Handle, nsprovisioningPolicyIdentifier, (UIntPtr) (ulong) action, (IntPtr) block_ptr_completion);
nsa_passMetadata.Dispose ();
@@ -116,7 +116,7 @@ namespace PassKit {
[SupportedOSPlatform ("macos13.0")]
[SupportedOSPlatform ("maccatalyst16.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void GetConfiguration (PKShareablePassMetadata[] passMetadata, PKAddShareablePassConfigurationPrimaryAction action, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V131))]global::System.Action<PKAddShareablePassConfiguration, NSError> completion)
+ public unsafe static void GetConfiguration (PKShareablePassMetadata[] passMetadata, PKAddShareablePassConfigurationPrimaryAction action, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V132))]global::System.Action<PKAddShareablePassConfiguration, NSError> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -126,7 +126,7 @@ namespace PassKit {
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nsa_passMetadata = NSArray.FromNSObjects (passMetadata);
- using var block_completion = Trampolines.SDActionArity2V131.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V132.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_UIntPtr_NativeHandle (class_ptr, Selector.GetHandle ("configurationForPassMetadata:primaryAction:completion:"), nsa_passMetadata.Handle, (UIntPtr) (ulong) action, (IntPtr) block_ptr_completion);
nsa_passMetadata.Dispose ();
diff --git a/old/dotnet/ios/generated-sources/PassKit/PKIdentityAuthorizationController.g.cs b/new/dotnet/ios/generated-sources/PassKit/PKIdentityAuthorizationController.g.cs
index 0f86581..b182b25 100644
--- a/old/dotnet/ios/generated-sources/PassKit/PKIdentityAuthorizationController.g.cs
+++ b/new/dotnet/ios/generated-sources/PassKit/PKIdentityAuthorizationController.g.cs
@@ -136,7 +136,7 @@ namespace PassKit {
}
[Export ("requestDocument:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RequestDocument (PKIdentityRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V132))]global::System.Action<PKIdentityDocument, NSError> completion)
+ public unsafe virtual void RequestDocument (PKIdentityRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V133))]global::System.Action<PKIdentityDocument, NSError> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -144,7 +144,7 @@ namespace PassKit {
var request__handle__ = request!.GetNonNullHandle (nameof (request));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity2V132.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V133.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("requestDocument:completion:"), request__handle__, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/ios/generated-sources/PassKit/PKPassLibrary.g.cs b/new/dotnet/ios/generated-sources/PassKit/PKPassLibrary.g.cs
index 09905bf..2d012a9 100644
--- a/old/dotnet/ios/generated-sources/PassKit/PKPassLibrary.g.cs
+++ b/new/dotnet/ios/generated-sources/PassKit/PKPassLibrary.g.cs
@@ -286,7 +286,7 @@ namespace PassKit {
[SupportedOSPlatform ("macos13.0")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetEncryptedServiceProviderData (PKSecureElementPass secureElementPass, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V100))]global::System.Action<NSDictionary, NSError> completion)
+ public unsafe virtual void GetEncryptedServiceProviderData (PKSecureElementPass secureElementPass, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V101))]global::System.Action<NSDictionary, NSError> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -294,7 +294,7 @@ namespace PassKit {
var secureElementPass__handle__ = secureElementPass!.GetNonNullHandle (nameof (secureElementPass));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity2V100.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V101.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("encryptedServiceProviderDataForSecureElementPass:completion:"), secureElementPass__handle__, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/ios/generated-sources/PassKit/PKPaymentAuthorizationControllerDelegate.g.cs b/new/dotnet/ios/generated-sources/PassKit/PKPaymentAuthorizationControllerDelegate.g.cs
index 5680a90..b6c69bc 100644
--- a/old/dotnet/ios/generated-sources/PassKit/PKPaymentAuthorizationControllerDelegate.g.cs
+++ b/new/dotnet/ios/generated-sources/PassKit/PKPaymentAuthorizationControllerDelegate.g.cs
@@ -57,7 +57,7 @@ namespace PassKit {
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidAuthorizePayment", Selector = "paymentAuthorizationController:didAuthorizePayment:handler:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController), typeof (PassKit.PKPayment), typeof (global::System.Action<global::PassKit.PKPaymentAuthorizationResult>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V222) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "DidFinish", Selector = "paymentAuthorizationControllerDidFinish:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WillAuthorizePayment", Selector = "paymentAuthorizationControllerWillAuthorizePayment:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController) }, ParameterByRef = new bool [] { false })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidSelectShippingMethod", Selector = "paymentAuthorizationController:didSelectShippingMethod:completion:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController), typeof (PassKit.PKShippingMethod), typeof (global::System.Action<global::PassKit.PKPaymentAuthorizationStatus, global::PassKit.PKPaymentSummaryItem[]>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V133) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidSelectShippingMethod", Selector = "paymentAuthorizationController:didSelectShippingMethod:completion:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController), typeof (PassKit.PKShippingMethod), typeof (global::System.Action<global::PassKit.PKPaymentAuthorizationStatus, global::PassKit.PKPaymentSummaryItem[]>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V134) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidSelectShippingMethod", Selector = "paymentAuthorizationController:didSelectShippingMethod:handler:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController), typeof (PassKit.PKPaymentMethod), typeof (global::System.Action<global::PassKit.PKPaymentRequestPaymentMethodUpdate>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V223) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidSelectShippingContact", Selector = "paymentAuthorizationController:didSelectShippingContact:completion:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController), typeof (PassKit.PKContact), typeof (global::System.Action<global::PassKit.PKPaymentAuthorizationStatus, global::PassKit.PKShippingMethod[], global::PassKit.PKPaymentSummaryItem[]>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity3V17) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidSelectShippingContact", Selector = "paymentAuthorizationController:didSelectShippingContact:handler:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController), typeof (PassKit.PKContact), typeof (global::System.Action<global::PassKit.PKPaymentRequestShippingContactUpdate>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V224) })]
@@ -120,13 +120,13 @@ namespace PassKit {
[ObsoletedOSPlatform ("maccatalyst13.1", "Use 'DidSelectShippingMethod' overload with the 'Action<PKPaymentRequestPaymentMethodUpdate>' parameter instead.")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void DidSelectShippingMethod (this IPKPaymentAuthorizationControllerDelegate This, PKPaymentAuthorizationController controller, PKShippingMethod shippingMethod, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V133))]global::System.Action<PKPaymentAuthorizationStatus, PKPaymentSummaryItem[]> completion)
+ public unsafe static void DidSelectShippingMethod (this IPKPaymentAuthorizationControllerDelegate This, PKPaymentAuthorizationController controller, PKShippingMethod shippingMethod, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V134))]global::System.Action<PKPaymentAuthorizationStatus, PKPaymentSummaryItem[]> completion)
{
var controller__handle__ = controller!.GetNonNullHandle (nameof (controller));
var shippingMethod__handle__ = shippingMethod!.GetNonNullHandle (nameof (shippingMethod));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity2V133.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V134.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("paymentAuthorizationController:didSelectShippingMethod:completion:"), controller__handle__, shippingMethod__handle__, (IntPtr) block_ptr_completion);
}
@@ -425,7 +425,7 @@ namespace PassKit {
[ObsoletedOSPlatform ("maccatalyst13.1", "Use 'DidSelectShippingMethod' overload with the 'Action<PKPaymentRequestPaymentMethodUpdate>' parameter instead.")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void DidSelectShippingMethod (PKPaymentAuthorizationController controller, PKShippingMethod shippingMethod, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V133))]global::System.Action<PKPaymentAuthorizationStatus, PKPaymentSummaryItem[]> completion)
+ public unsafe virtual void DidSelectShippingMethod (PKPaymentAuthorizationController controller, PKShippingMethod shippingMethod, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V134))]global::System.Action<PKPaymentAuthorizationStatus, PKPaymentSummaryItem[]> completion)
{
throw new You_Should_Not_Call_base_In_This_Method ();
}
diff --git a/old/dotnet/ios/generated-sources/PassKit/PKVehicleConnectionSession.g.cs b/new/dotnet/ios/generated-sources/PassKit/PKVehicleConnectionSession.g.cs
index b4287e1..2400ff6 100644
--- a/old/dotnet/ios/generated-sources/PassKit/PKVehicleConnectionSession.g.cs
+++ b/new/dotnet/ios/generated-sources/PassKit/PKVehicleConnectionSession.g.cs
@@ -78,7 +78,7 @@ namespace PassKit {
[Export ("sessionForPass:delegate:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void GetSession (PKSecureElementPass pass, IPKVehicleConnectionDelegate @delegate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V134))]global::System.Action<PKVehicleConnectionSession, NSError> completion)
+ public unsafe static void GetSession (PKSecureElementPass pass, IPKVehicleConnectionDelegate @delegate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V135))]global::System.Action<PKVehicleConnectionSession, NSError> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -87,7 +87,7 @@ namespace PassKit {
var @delegate__handle__ = @delegate!.GetNonNullHandle (nameof (@delegate));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity2V134.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V135.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("sessionForPass:delegate:completion:"), pass__handle__, @delegate__handle__, (IntPtr) block_ptr_completion);
#endif
diff --git a/old/dotnet/ios/generated-sources/Photos/PHLivePhoto.g.cs b/new/dotnet/ios/generated-sources/Photos/PHLivePhoto.g.cs
index f28c7cd..fddae52 100644
--- a/old/dotnet/ios/generated-sources/Photos/PHLivePhoto.g.cs
+++ b/new/dotnet/ios/generated-sources/Photos/PHLivePhoto.g.cs
@@ -169,7 +169,7 @@ namespace Photos {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static int RequestLivePhoto (NSUrl[] fileUrls, global::UIKit.UIImage? image, CGSize targetSize, PHImageContentMode contentMode, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V135))]global::System.Action<PHLivePhoto, NSDictionary> resultHandler)
+ public unsafe static int RequestLivePhoto (NSUrl[] fileUrls, global::UIKit.UIImage? image, CGSize targetSize, PHImageContentMode contentMode, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V136))]global::System.Action<PHLivePhoto, NSDictionary> resultHandler)
{
if (fileUrls is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (fileUrls));
@@ -177,7 +177,7 @@ namespace Photos {
if (resultHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (resultHandler));
var nsa_fileUrls = NSArray.FromNSObjects (fileUrls);
- using var block_resultHandler = Trampolines.SDActionArity2V135.CreateBlock (resultHandler);
+ using var block_resultHandler = Trampolines.SDActionArity2V136.CreateBlock (resultHandler);
BlockLiteral *block_ptr_resultHandler = &block_resultHandler;
int ret;
ret = global::ObjCRuntime.Messaging.int_objc_msgSend_NativeHandle_NativeHandle_CGSize_IntPtr_NativeHandle (class_ptr, Selector.GetHandle ("requestLivePhotoWithResourceFileURLs:placeholderImage:targetSize:contentMode:resultHandler:"), nsa_fileUrls.Handle, image__handle__, targetSize, (IntPtr) (long) contentMode, (IntPtr) block_ptr_resultHandler);
diff --git a/old/dotnet/ios/generated-sources/Photos/PHLivePhotoEditingContext.g.cs b/new/dotnet/ios/generated-sources/Photos/PHLivePhotoEditingContext.g.cs
index 5f96d21..eb9ac95 100644
--- a/old/dotnet/ios/generated-sources/Photos/PHLivePhotoEditingContext.g.cs
+++ b/new/dotnet/ios/generated-sources/Photos/PHLivePhotoEditingContext.g.cs
@@ -94,7 +94,7 @@ namespace Photos {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void PrepareLivePhotoForPlayback (CGSize targetSize, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V136))]global::System.Action<PHLivePhoto, NSError> handler)
+ public unsafe void PrepareLivePhotoForPlayback (CGSize targetSize, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V137))]global::System.Action<PHLivePhoto, NSError> handler)
{
_PrepareLivePhotoForPlayback (targetSize, null, handler);
}
@@ -111,7 +111,7 @@ namespace Photos {
return tcs.Task;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void PrepareLivePhotoForPlayback (CGSize targetSize, NSDictionary<NSString, NSObject>? options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V136))]global::System.Action<PHLivePhoto, NSError> handler)
+ public unsafe virtual void PrepareLivePhotoForPlayback (CGSize targetSize, NSDictionary<NSString, NSObject>? options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V137))]global::System.Action<PHLivePhoto, NSError> handler)
{
_PrepareLivePhotoForPlayback (targetSize, (options as NSDictionary), handler);
}
@@ -132,7 +132,7 @@ namespace Photos {
[SupportedOSPlatform ("maccatalyst")]
[SupportedOSPlatform ("macos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void PrepareLivePhotoForPlayback (CGSize targetSize, PHLivePhotoEditingOption? options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V136))]global::System.Action<PHLivePhoto, NSError> handler)
+ public unsafe void PrepareLivePhotoForPlayback (CGSize targetSize, PHLivePhotoEditingOption? options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V137))]global::System.Action<PHLivePhoto, NSError> handler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -212,12 +212,12 @@ namespace Photos {
}
[Export ("prepareLivePhotoForPlaybackWithTargetSize:options:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- internal unsafe virtual void _PrepareLivePhotoForPlayback (CGSize targetSize, NSDictionary? options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V136))]global::System.Action<PHLivePhoto, NSError> handler)
+ internal unsafe virtual void _PrepareLivePhotoForPlayback (CGSize targetSize, NSDictionary? options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V137))]global::System.Action<PHLivePhoto, NSError> handler)
{
var options__handle__ = options.GetHandle ();
if (handler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler));
- using var block_handler = Trampolines.SDActionArity2V136.CreateBlock (handler);
+ using var block_handler = Trampolines.SDActionArity2V137.CreateBlock (handler);
BlockLiteral *block_ptr_handler = &block_handler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_CGSize_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("prepareLivePhotoForPlaybackWithTargetSize:options:completionHandler:"), targetSize, options__handle__, (IntPtr) block_ptr_handler);
diff --git a/old/dotnet/ios/generated-sources/PushToTalk/PTChannelManager.g.cs b/new/dotnet/ios/generated-sources/PushToTalk/PTChannelManager.g.cs
index bc651b1..ca2ded1 100644
--- a/old/dotnet/ios/generated-sources/PushToTalk/PTChannelManager.g.cs
+++ b/new/dotnet/ios/generated-sources/PushToTalk/PTChannelManager.g.cs
@@ -78,7 +78,7 @@ namespace PushToTalk {
[Export ("channelManagerWithDelegate:restorationDelegate:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Create (IPTChannelManagerDelegate @delegate, IPTChannelRestorationDelegate restorationDelegate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V137))]global::System.Action<PTChannelManager, NSError> completionHandler)
+ public unsafe static void Create (IPTChannelManagerDelegate @delegate, IPTChannelRestorationDelegate restorationDelegate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V138))]global::System.Action<PTChannelManager, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -87,7 +87,7 @@ namespace PushToTalk {
var restorationDelegate__handle__ = restorationDelegate!.GetNonNullHandle (nameof (restorationDelegate));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V137.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V138.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("channelManagerWithDelegate:restorationDelegate:completionHandler:"), @delegate__handle__, restorationDelegate__handle__, (IntPtr) block_ptr_completionHandler);
#endif
diff --git a/old/dotnet/ios/generated-sources/QuickLook/QLPreviewingController.g.cs b/new/dotnet/ios/generated-sources/QuickLook/QLPreviewingController.g.cs
index fa5b1ae..0e3354a 100644
--- a/old/dotnet/ios/generated-sources/QuickLook/QLPreviewingController.g.cs
+++ b/new/dotnet/ios/generated-sources/QuickLook/QLPreviewingController.g.cs
@@ -55,7 +55,7 @@ namespace QuickLook {
[Protocol (Name = "QLPreviewingController", WrapperType = typeof (QLPreviewingControllerWrapper))]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "PreparePreviewOfSearchableItem", Selector = "preparePreviewOfSearchableItemWithIdentifier:queryString:completionHandler:", ParameterType = new Type [] { typeof (string), typeof (string), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V0) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "PreparePreviewOfFile", Selector = "preparePreviewOfFileAtURL:completionHandler:", ParameterType = new Type [] { typeof (NSUrl), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V0) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ProvidePreview", Selector = "providePreviewForFileRequest:completionHandler:", ParameterType = new Type [] { typeof (QLFilePreviewRequest), typeof (global::System.Action<global::QuickLook.QLPreviewReply, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V138) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ProvidePreview", Selector = "providePreviewForFileRequest:completionHandler:", ParameterType = new Type [] { typeof (QLFilePreviewRequest), typeof (global::System.Action<global::QuickLook.QLPreviewReply, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V139) })]
public partial interface IQLPreviewingController : INativeObject, IDisposable
{
}
@@ -99,7 +99,7 @@ namespace QuickLook {
[SupportedOSPlatform ("maccatalyst15.0")]
[UnsupportedOSPlatform ("macos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ProvidePreview (this IQLPreviewingController This, QLFilePreviewRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V138))]global::System.Action<QLPreviewReply, NSError> handler)
+ public unsafe static void ProvidePreview (this IQLPreviewingController This, QLFilePreviewRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V139))]global::System.Action<QLPreviewReply, NSError> handler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -108,7 +108,7 @@ namespace QuickLook {
var request__handle__ = request!.GetNonNullHandle (nameof (request));
if (handler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler));
- using var block_handler = Trampolines.SDActionArity2V138.CreateBlock (handler);
+ using var block_handler = Trampolines.SDActionArity2V139.CreateBlock (handler);
BlockLiteral *block_ptr_handler = &block_handler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("providePreviewForFileRequest:completionHandler:"), request__handle__, (IntPtr) block_ptr_handler);
#endif
diff --git a/old/dotnet/ios/generated-sources/QuickLookThumbnailing/QLThumbnailGenerator.g.cs b/new/dotnet/ios/generated-sources/QuickLookThumbnailing/QLThumbnailGenerator.g.cs
index 38dbb93..fbd3701 100644
--- a/old/dotnet/ios/generated-sources/QuickLookThumbnailing/QLThumbnailGenerator.g.cs
+++ b/new/dotnet/ios/generated-sources/QuickLookThumbnailing/QLThumbnailGenerator.g.cs
@@ -92,7 +92,7 @@ namespace QuickLookThumbnailing {
}
[Export ("generateBestRepresentationForRequest:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GenerateBestRepresentation (QLThumbnailGenerationRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V139))]global::System.Action<QLThumbnailRepresentation, NSError> completionHandler)
+ public unsafe virtual void GenerateBestRepresentation (QLThumbnailGenerationRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V140))]global::System.Action<QLThumbnailRepresentation, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -100,7 +100,7 @@ namespace QuickLookThumbnailing {
var request__handle__ = request!.GetNonNullHandle (nameof (request));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V139.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V140.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("generateBestRepresentationForRequest:completionHandler:"), request__handle__, (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/ios/generated-sources/QuickLookThumbnailing/QLThumbnailProvider.g.cs b/new/dotnet/ios/generated-sources/QuickLookThumbnailing/QLThumbnailProvider.g.cs
index e00af94..572918f 100644
--- a/old/dotnet/ios/generated-sources/QuickLookThumbnailing/QLThumbnailProvider.g.cs
+++ b/new/dotnet/ios/generated-sources/QuickLookThumbnailing/QLThumbnailProvider.g.cs
@@ -93,7 +93,7 @@ namespace QuickLookThumbnailing {
[Export ("provideThumbnailForFileRequest:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ProvideThumbnail (QLFileThumbnailRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V140))]global::System.Action<QLThumbnailReply, NSError> handler)
+ public unsafe virtual void ProvideThumbnail (QLFileThumbnailRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V141))]global::System.Action<QLThumbnailReply, NSError> handler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -101,7 +101,7 @@ namespace QuickLookThumbnailing {
var request__handle__ = request!.GetNonNullHandle (nameof (request));
if (handler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler));
- using var block_handler = Trampolines.SDActionArity2V140.CreateBlock (handler);
+ using var block_handler = Trampolines.SDActionArity2V141.CreateBlock (handler);
BlockLiteral *block_ptr_handler = &block_handler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("provideThumbnailForFileRequest:completionHandler:"), request__handle__, (IntPtr) block_ptr_handler);
diff --git a/old/dotnet/ios/generated-sources/ReplayKit/RPBroadcastActivityViewController.g.cs b/new/dotnet/ios/generated-sources/ReplayKit/RPBroadcastActivityViewController.g.cs
index 5b76c4f..7d8db88 100644
--- a/old/dotnet/ios/generated-sources/ReplayKit/RPBroadcastActivityViewController.g.cs
+++ b/new/dotnet/ios/generated-sources/ReplayKit/RPBroadcastActivityViewController.g.cs
@@ -113,11 +113,11 @@ namespace ReplayKit {
}
[Export ("loadBroadcastActivityViewControllerWithHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void LoadBroadcastActivityViewController ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V141))]global::System.Action<RPBroadcastActivityViewController, NSError> handler)
+ public unsafe static void LoadBroadcastActivityViewController ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V142))]global::System.Action<RPBroadcastActivityViewController, NSError> handler)
{
if (handler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler));
- using var block_handler = Trampolines.SDActionArity2V141.CreateBlock (handler);
+ using var block_handler = Trampolines.SDActionArity2V142.CreateBlock (handler);
BlockLiteral *block_ptr_handler = &block_handler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, Selector.GetHandle ("loadBroadcastActivityViewControllerWithHandler:"), (IntPtr) block_ptr_handler);
}
@@ -139,7 +139,7 @@ namespace ReplayKit {
[SupportedOSPlatform ("maccatalyst")]
[UnsupportedOSPlatform ("macos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void LoadBroadcastActivityViewController (string? preferredExtension, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V141))]global::System.Action<RPBroadcastActivityViewController, NSError> handler)
+ public unsafe static void LoadBroadcastActivityViewController (string? preferredExtension, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V142))]global::System.Action<RPBroadcastActivityViewController, NSError> handler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -147,7 +147,7 @@ namespace ReplayKit {
if (handler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler));
var nspreferredExtension = CFString.CreateNative (preferredExtension);
- using var block_handler = Trampolines.SDActionArity2V141.CreateBlock (handler);
+ using var block_handler = Trampolines.SDActionArity2V142.CreateBlock (handler);
BlockLiteral *block_ptr_handler = &block_handler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("loadBroadcastActivityViewControllerWithPreferredExtension:handler:"), nspreferredExtension, (IntPtr) block_ptr_handler);
CFString.ReleaseNative (nspreferredExtension);
diff --git a/old/dotnet/ios/generated-sources/ReplayKit/RPScreenRecorder.g.cs b/new/dotnet/ios/generated-sources/ReplayKit/RPScreenRecorder.g.cs
index 8d5fda8..8758156 100644
--- a/old/dotnet/ios/generated-sources/ReplayKit/RPScreenRecorder.g.cs
+++ b/new/dotnet/ios/generated-sources/ReplayKit/RPScreenRecorder.g.cs
@@ -327,9 +327,9 @@ namespace ReplayKit {
}
[Export ("stopRecordingWithHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void StopRecording ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V142))]global::System.Action<RPPreviewViewController, NSError>? handler)
+ public unsafe void StopRecording ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V143))]global::System.Action<RPPreviewViewController, NSError>? handler)
{
- using var block_handler = Trampolines.SDActionArity2V142.CreateNullableBlock (handler);
+ using var block_handler = Trampolines.SDActionArity2V143.CreateNullableBlock (handler);
BlockLiteral *block_ptr_handler = null;
if (handler is not null)
block_ptr_handler = &block_handler;
diff --git a/old/dotnet/ios/generated-sources/SafariServices/SFContentBlockerManager.g.cs b/new/dotnet/ios/generated-sources/SafariServices/SFContentBlockerManager.g.cs
index 0f68678..ec7352f 100644
--- a/old/dotnet/ios/generated-sources/SafariServices/SFContentBlockerManager.g.cs
+++ b/new/dotnet/ios/generated-sources/SafariServices/SFContentBlockerManager.g.cs
@@ -86,14 +86,14 @@ namespace SafariServices {
[SupportedOSPlatform ("maccatalyst13.4")]
[SupportedOSPlatform ("macos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void GetStateOfContentBlocker (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V143))]global::System.Action<SFContentBlockerState, NSError> completionHandler)
+ public unsafe static void GetStateOfContentBlocker (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V144))]global::System.Action<SFContentBlockerState, NSError> completionHandler)
{
if (identifier is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (identifier));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
var nsidentifier = CFString.CreateNative (identifier);
- using var block_completionHandler = Trampolines.SDActionArity2V143.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V144.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("getStateOfContentBlockerWithIdentifier:completionHandler:"), nsidentifier, (IntPtr) block_ptr_completionHandler);
CFString.ReleaseNative (nsidentifier);
diff --git a/old/dotnet/ios/generated-sources/SharedWithYou/SWHighlightCenter.g.cs b/new/dotnet/ios/generated-sources/SharedWithYou/SWHighlightCenter.g.cs
index 28a72ff..ef947a0 100644
--- a/old/dotnet/ios/generated-sources/SharedWithYou/SWHighlightCenter.g.cs
+++ b/new/dotnet/ios/generated-sources/SharedWithYou/SWHighlightCenter.g.cs
@@ -143,7 +143,7 @@ namespace SharedWithYou {
[SupportedOSPlatform ("ios16.0")]
[SupportedOSPlatform ("macos13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetCollaborationHighlight (NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V144))]global::System.Action<SWCollaborationHighlight, NSError> completionHandler)
+ public unsafe virtual void GetCollaborationHighlight (NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V145))]global::System.Action<SWCollaborationHighlight, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -151,7 +151,7 @@ namespace SharedWithYou {
var url__handle__ = url!.GetNonNullHandle (nameof (url));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V144.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V145.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("getCollaborationHighlightForURL:completionHandler:"), url__handle__, (IntPtr) block_ptr_completionHandler);
@@ -178,7 +178,7 @@ namespace SharedWithYou {
}
[Export ("getHighlightForURL:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetHighlight (NSUrl urL, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V145))]global::System.Action<SWHighlight, NSError> completionHandler)
+ public unsafe virtual void GetHighlight (NSUrl urL, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V146))]global::System.Action<SWHighlight, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -186,7 +186,7 @@ namespace SharedWithYou {
var urL__handle__ = urL!.GetNonNullHandle (nameof (urL));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V145.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V146.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("getHighlightForURL:completionHandler:"), urL__handle__, (IntPtr) block_ptr_completionHandler);
@@ -213,7 +213,7 @@ namespace SharedWithYou {
[SupportedOSPlatform ("ios16.0")]
[SupportedOSPlatform ("macos13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetSignedIdentityProof (SWCollaborationHighlight collaborationHighlight, NSData data, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V146))]global::System.Action<global::SharedWithYouCore.SWSignedPersonIdentityProof, NSError> completionHandler)
+ public unsafe virtual void GetSignedIdentityProof (SWCollaborationHighlight collaborationHighlight, NSData data, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V147))]global::System.Action<global::SharedWithYouCore.SWSignedPersonIdentityProof, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -222,7 +222,7 @@ namespace SharedWithYou {
var data__handle__ = data!.GetNonNullHandle (nameof (data));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V146.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V147.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("getSignedIdentityProofForCollaborationHighlight:usingData:completionHandler:"), collaborationHighlight__handle__, data__handle__, (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/ios/generated-sources/ShazamKit/SHMediaItem.g.cs b/new/dotnet/ios/generated-sources/ShazamKit/SHMediaItem.g.cs
index e7e0ffe..0142667 100644
--- a/old/dotnet/ios/generated-sources/ShazamKit/SHMediaItem.g.cs
+++ b/new/dotnet/ios/generated-sources/ShazamKit/SHMediaItem.g.cs
@@ -141,7 +141,7 @@ namespace ShazamKit {
}
[Export ("fetchMediaItemWithShazamID:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void FetchMediaItem (string shazamId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V147))]global::System.Action<SHMediaItem, NSError> completionHandler)
+ public unsafe static void FetchMediaItem (string shazamId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V148))]global::System.Action<SHMediaItem, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -151,7 +151,7 @@ namespace ShazamKit {
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
var nsshazamId = CFString.CreateNative (shazamId);
- using var block_completionHandler = Trampolines.SDActionArity2V147.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V148.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("fetchMediaItemWithShazamID:completionHandler:"), nsshazamId, (IntPtr) block_ptr_completionHandler);
CFString.ReleaseNative (nsshazamId);
diff --git a/old/dotnet/ios/generated-sources/ShazamKit/SHSignatureGenerator.g.cs b/new/dotnet/ios/generated-sources/ShazamKit/SHSignatureGenerator.g.cs
index fe73596..d70043b 100644
--- a/old/dotnet/ios/generated-sources/ShazamKit/SHSignatureGenerator.g.cs
+++ b/new/dotnet/ios/generated-sources/ShazamKit/SHSignatureGenerator.g.cs
@@ -118,7 +118,7 @@ namespace ShazamKit {
[SupportedOSPlatform ("ios16.0")]
[SupportedOSPlatform ("maccatalyst16.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void GenerateSignature (global::AVFoundation.AVAsset asset, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V148))]global::System.Action<SHSignature, NSError> completionHandler)
+ public unsafe static void GenerateSignature (global::AVFoundation.AVAsset asset, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V149))]global::System.Action<SHSignature, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -126,7 +126,7 @@ namespace ShazamKit {
var asset__handle__ = asset!.GetNonNullHandle (nameof (asset));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V148.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V149.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("generateSignatureFromAsset:completionHandler:"), asset__handle__, (IntPtr) block_ptr_completionHandler);
#endif
diff --git a/old/dotnet/ios/generated-sources/Speech/SFSpeechRecognizer.g.cs b/new/dotnet/ios/generated-sources/Speech/SFSpeechRecognizer.g.cs
index 9df82bf..f8c4de3 100644
--- a/old/dotnet/ios/generated-sources/Speech/SFSpeechRecognizer.g.cs
+++ b/new/dotnet/ios/generated-sources/Speech/SFSpeechRecognizer.g.cs
@@ -96,12 +96,12 @@ namespace Speech {
}
[Export ("recognitionTaskWithRequest:resultHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual SFSpeechRecognitionTask GetRecognitionTask (SFSpeechRecognitionRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V149))]global::System.Action<SFSpeechRecognitionResult, NSError> resultHandler)
+ public unsafe virtual SFSpeechRecognitionTask GetRecognitionTask (SFSpeechRecognitionRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V150))]global::System.Action<SFSpeechRecognitionResult, NSError> resultHandler)
{
var request__handle__ = request!.GetNonNullHandle (nameof (request));
if (resultHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (resultHandler));
- using var block_resultHandler = Trampolines.SDActionArity2V149.CreateBlock (resultHandler);
+ using var block_resultHandler = Trampolines.SDActionArity2V150.CreateBlock (resultHandler);
BlockLiteral *block_ptr_resultHandler = &block_resultHandler;
if (IsDirectBinding) {
return Runtime.GetNSObject<SFSpeechRecognitionTask> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("recognitionTaskWithRequest:resultHandler:"), request__handle__, (IntPtr) block_ptr_resultHandler))!;
diff --git a/old/dotnet/ios/generated-sources/StoreKit/SKCloudServiceController.g.cs b/new/dotnet/ios/generated-sources/StoreKit/SKCloudServiceController.g.cs
index 49112ff..2d3810c 100644
--- a/old/dotnet/ios/generated-sources/StoreKit/SKCloudServiceController.g.cs
+++ b/new/dotnet/ios/generated-sources/StoreKit/SKCloudServiceController.g.cs
@@ -91,11 +91,11 @@ namespace StoreKit {
}
[Export ("requestCapabilitiesWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RequestCapabilities ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V150))]global::System.Action<SKCloudServiceCapability, NSError> completionHandler)
+ public unsafe virtual void RequestCapabilities ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V151))]global::System.Action<SKCloudServiceCapability, NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V150.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V151.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("requestCapabilitiesWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
@@ -124,14 +124,14 @@ namespace StoreKit {
[ObsoletedOSPlatform ("maccatalyst13.1", "Use 'RequestUserToken' instead.")]
[SupportedOSPlatform ("macos11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RequestPersonalizationToken (string clientToken, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V151))]global::System.Action<NSString, NSError> completionHandler)
+ public unsafe virtual void RequestPersonalizationToken (string clientToken, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V152))]global::System.Action<NSString, NSError> completionHandler)
{
if (clientToken is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (clientToken));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
var nsclientToken = CFString.CreateNative (clientToken);
- using var block_completionHandler = Trampolines.SDActionArity2V151.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V152.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("requestPersonalizationTokenForClientToken:withCompletionHandler:"), nsclientToken, (IntPtr) block_ptr_completionHandler);
@@ -165,14 +165,14 @@ namespace StoreKit {
[SupportedOSPlatform ("maccatalyst")]
[SupportedOSPlatform ("macos11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RequestStorefrontCountryCode ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V151))]global::System.Action<NSString, NSError> completionHandler)
+ public unsafe virtual void RequestStorefrontCountryCode ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V152))]global::System.Action<NSString, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
#else
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V151.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V152.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("requestStorefrontCountryCodeWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
@@ -199,11 +199,11 @@ namespace StoreKit {
}
[Export ("requestStorefrontIdentifierWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RequestStorefrontIdentifier ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V151))]global::System.Action<NSString, NSError> completionHandler)
+ public unsafe virtual void RequestStorefrontIdentifier ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V152))]global::System.Action<NSString, NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V151.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V152.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("requestStorefrontIdentifierWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
@@ -229,7 +229,7 @@ namespace StoreKit {
[SupportedOSPlatform ("maccatalyst")]
[SupportedOSPlatform ("macos11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RequestUserToken (string developerToken, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V151))]global::System.Action<NSString, NSError> completionHandler)
+ public unsafe virtual void RequestUserToken (string developerToken, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V152))]global::System.Action<NSString, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -239,7 +239,7 @@ namespace StoreKit {
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
var nsdeveloperToken = CFString.CreateNative (developerToken);
- using var block_completionHandler = Trampolines.SDActionArity2V151.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V152.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("requestUserTokenForDeveloperToken:completionHandler:"), nsdeveloperToken, (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/ios/generated-sources/StoreKit/SKProductStorePromotionController.g.cs b/new/dotnet/ios/generated-sources/StoreKit/SKProductStorePromotionController.g.cs
index e2e5c5b..d5de56d 100644
--- a/old/dotnet/ios/generated-sources/StoreKit/SKProductStorePromotionController.g.cs
+++ b/new/dotnet/ios/generated-sources/StoreKit/SKProductStorePromotionController.g.cs
@@ -78,12 +78,12 @@ namespace StoreKit {
[Export ("fetchStorePromotionOrderWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void FetchStorePromotionOrder ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V152))]global::System.Action<SKProduct[], NSError>? completionHandler)
+ public unsafe virtual void FetchStorePromotionOrder ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V153))]global::System.Action<SKProduct[], NSError>? completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
#else
- using var block_completionHandler = Trampolines.SDActionArity2V152.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V153.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -108,13 +108,13 @@ namespace StoreKit {
}
[Export ("fetchStorePromotionVisibilityForProduct:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void FetchStorePromotionVisibility (SKProduct product, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V153))]global::System.Action<SKProductStorePromotionVisibility, NSError>? completionHandler)
+ public unsafe virtual void FetchStorePromotionVisibility (SKProduct product, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V154))]global::System.Action<SKProductStorePromotionVisibility, NSError>? completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
#else
var product__handle__ = product!.GetNonNullHandle (nameof (product));
- using var block_completionHandler = Trampolines.SDActionArity2V153.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V154.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
diff --git a/old/dotnet/ios/generated-sources/ThreadNetwork/THClient.g.cs b/new/dotnet/ios/generated-sources/ThreadNetwork/THClient.g.cs
index 0bc7a2b..5233c11 100644
--- a/old/dotnet/ios/generated-sources/ThreadNetwork/THClient.g.cs
+++ b/new/dotnet/ios/generated-sources/ThreadNetwork/THClient.g.cs
@@ -200,14 +200,14 @@ namespace ThreadNetwork {
[SupportedOSPlatform ("maccatalyst16.4")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RetrieveAllActiveCredentials ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V154))]global::System.Action<NSSet<THCredentials>, NSError> completion)
+ public unsafe virtual void RetrieveAllActiveCredentials ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V155))]global::System.Action<NSSet<THCredentials>, NSError> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
#else
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity2V154.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V155.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("retrieveAllActiveCredentials:"), (IntPtr) block_ptr_completion);
@@ -234,14 +234,14 @@ namespace ThreadNetwork {
}
[Export ("retrieveAllCredentials:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RetrieveAllCredentials ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V154))]global::System.Action<NSSet<THCredentials>, NSError> completion)
+ public unsafe virtual void RetrieveAllCredentials ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V155))]global::System.Action<NSSet<THCredentials>, NSError> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
#else
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity2V154.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V155.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("retrieveAllCredentials:"), (IntPtr) block_ptr_completion);
@@ -264,7 +264,7 @@ namespace ThreadNetwork {
}
[Export ("retrieveCredentialsForBorderAgent:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RetrieveCredentialsForBorderAgent (NSData borderAgentId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V155))]global::System.Action<THCredentials, NSError> completion)
+ public unsafe virtual void RetrieveCredentialsForBorderAgent (NSData borderAgentId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V156))]global::System.Action<THCredentials, NSError> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -272,7 +272,7 @@ namespace ThreadNetwork {
var borderAgentId__handle__ = borderAgentId!.GetNonNullHandle (nameof (borderAgentId));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity2V155.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V156.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("retrieveCredentialsForBorderAgent:completion:"), borderAgentId__handle__, (IntPtr) block_ptr_completion);
@@ -295,7 +295,7 @@ namespace ThreadNetwork {
}
[Export ("retrieveCredentialsForExtendedPANID:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RetrieveCredentialsForExtendedPanId (NSData extendedPanId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V155))]global::System.Action<THCredentials, NSError> completion)
+ public unsafe virtual void RetrieveCredentialsForExtendedPanId (NSData extendedPanId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V156))]global::System.Action<THCredentials, NSError> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -303,7 +303,7 @@ namespace ThreadNetwork {
var extendedPanId__handle__ = extendedPanId!.GetNonNullHandle (nameof (extendedPanId));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity2V155.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V156.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("retrieveCredentialsForExtendedPANID:completion:"), extendedPanId__handle__, (IntPtr) block_ptr_completion);
@@ -326,14 +326,14 @@ namespace ThreadNetwork {
}
[Export ("retrievePreferredCredentials:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RetrievePreferredCredentials ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V155))]global::System.Action<THCredentials, NSError> completion)
+ public unsafe virtual void RetrievePreferredCredentials ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V156))]global::System.Action<THCredentials, NSError> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
#else
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity2V155.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V156.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("retrievePreferredCredentials:"), (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/ios/generated-sources/UIKit/NSTextLayoutManager.g.cs b/new/dotnet/ios/generated-sources/UIKit/NSTextLayoutManager.g.cs
index 9884715..3a3e549 100644
--- a/old/dotnet/ios/generated-sources/UIKit/NSTextLayoutManager.g.cs
+++ b/new/dotnet/ios/generated-sources/UIKit/NSTextLayoutManager.g.cs
@@ -722,7 +722,7 @@ namespace UIKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public unsafe virtual global::System.Action<NSTextLayoutManager, NSTextLayoutFragment>? RenderingAttributesValidator {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V156))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V157))]
[Export ("renderingAttributesValidator", ArgumentSemantic.Copy)]
get {
#if ARCH_32
@@ -735,17 +735,17 @@ namespace UIKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("renderingAttributesValidator"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity2V156.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity2V157.Create (ret)!;
#endif
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V156))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V157))]
[Export ("setRenderingAttributesValidator:", ArgumentSemantic.Copy)]
set {
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
#else
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_value = Trampolines.SDActionArity2V156.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity2V157.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
diff --git a/old/dotnet/ios/generated-sources/UIKit/UIActivityViewController.g.cs b/new/dotnet/ios/generated-sources/UIKit/UIActivityViewController.g.cs
index 574193f..3f52539 100644
--- a/old/dotnet/ios/generated-sources/UIKit/UIActivityViewController.g.cs
+++ b/new/dotnet/ios/generated-sources/UIKit/UIActivityViewController.g.cs
@@ -162,7 +162,7 @@ namespace UIKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("maccatalyst")]
public unsafe virtual global::System.Action<NSString, bool>? CompletionHandler {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V157))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V158))]
[Export ("completionHandler", ArgumentSemantic.Copy)]
get {
global::UIKit.UIApplication.EnsureUIThread ();
@@ -172,13 +172,13 @@ namespace UIKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("completionHandler"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity2V157.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity2V158.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V157))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V158))]
[Export ("setCompletionHandler:", ArgumentSemantic.Copy)]
set {
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_value = Trampolines.SDActionArity2V157.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity2V158.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
diff --git a/old/dotnet/ios/generated-sources/UIKit/UIDocumentBrowserViewControllerDelegate.g.cs b/new/dotnet/ios/generated-sources/UIKit/UIDocumentBrowserViewControllerDelegate.g.cs
index 461e6d8..fe0cb49 100644
--- a/old/dotnet/ios/generated-sources/UIKit/UIDocumentBrowserViewControllerDelegate.g.cs
+++ b/new/dotnet/ios/generated-sources/UIKit/UIDocumentBrowserViewControllerDelegate.g.cs
@@ -54,7 +54,7 @@ namespace UIKit {
[SupportedOSPlatform ("maccatalyst")]
[Protocol (Name = "UIDocumentBrowserViewControllerDelegate", WrapperType = typeof (UIDocumentBrowserViewControllerDelegateWrapper))]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidPickDocumentUrls", Selector = "documentBrowser:didPickDocumentURLs:", ParameterType = new Type [] { typeof (UIDocumentBrowserViewController), typeof (NSUrl[]) }, ParameterByRef = new bool [] { false, false })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidRequestDocumentCreation", Selector = "documentBrowser:didRequestDocumentCreationWithHandler:", ParameterType = new Type [] { typeof (UIDocumentBrowserViewController), typeof (global::System.Action<NSUrl, global::UIKit.UIDocumentBrowserImportMode>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V158) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidRequestDocumentCreation", Selector = "documentBrowser:didRequestDocumentCreationWithHandler:", ParameterType = new Type [] { typeof (UIDocumentBrowserViewController), typeof (global::System.Action<NSUrl, global::UIKit.UIDocumentBrowserImportMode>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V159) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidImportDocument", Selector = "documentBrowser:didImportDocumentAtURL:toDestinationURL:", ParameterType = new Type [] { typeof (UIDocumentBrowserViewController), typeof (NSUrl), typeof (NSUrl) }, ParameterByRef = new bool [] { false, false, false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "FailedToImportDocument", Selector = "documentBrowser:failedToImportDocumentAtURL:error:", ParameterType = new Type [] { typeof (UIDocumentBrowserViewController), typeof (NSUrl), typeof (NSError) }, ParameterByRef = new bool [] { false, false, false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "GetApplicationActivities", Selector = "documentBrowser:applicationActivitiesForDocumentURLs:", ReturnType = typeof (UIActivity[]), ParameterType = new Type [] { typeof (UIDocumentBrowserViewController), typeof (NSUrl[]) }, ParameterByRef = new bool [] { false, false })]
@@ -85,7 +85,7 @@ namespace UIKit {
#endif
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void DidRequestDocumentCreation (this IUIDocumentBrowserViewControllerDelegate This, UIDocumentBrowserViewController controller, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V158))]global::System.Action<NSUrl, UIDocumentBrowserImportMode> importHandler)
+ public unsafe static void DidRequestDocumentCreation (this IUIDocumentBrowserViewControllerDelegate This, UIDocumentBrowserViewController controller, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V159))]global::System.Action<NSUrl, UIDocumentBrowserImportMode> importHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -94,7 +94,7 @@ namespace UIKit {
var controller__handle__ = controller!.GetNonNullHandle (nameof (controller));
if (importHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (importHandler));
- using var block_importHandler = Trampolines.SDActionArity2V158.CreateBlock (importHandler);
+ using var block_importHandler = Trampolines.SDActionArity2V159.CreateBlock (importHandler);
BlockLiteral *block_ptr_importHandler = &block_importHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("documentBrowser:didRequestDocumentCreationWithHandler:"), controller__handle__, (IntPtr) block_ptr_importHandler);
#endif
@@ -257,7 +257,7 @@ namespace UIKit {
}
[Export ("documentBrowser:didRequestDocumentCreationWithHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void DidRequestDocumentCreation (UIDocumentBrowserViewController controller, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V158))]global::System.Action<NSUrl, UIDocumentBrowserImportMode> importHandler)
+ public unsafe virtual void DidRequestDocumentCreation (UIDocumentBrowserViewController controller, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V159))]global::System.Action<NSUrl, UIDocumentBrowserImportMode> importHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
diff --git a/old/dotnet/ios/generated-sources/UIKit/UIPasteboard.g.cs b/new/dotnet/ios/generated-sources/UIKit/UIPasteboard.g.cs
index 20b9147..fa297c7 100644
--- a/old/dotnet/ios/generated-sources/UIKit/UIPasteboard.g.cs
+++ b/new/dotnet/ios/generated-sources/UIKit/UIPasteboard.g.cs
@@ -142,7 +142,7 @@ namespace UIKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void DetectPatterns (NSSet<NSString> patterns, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V159))]global::System.Action<NSSet<NSString>, NSError> completionHandler)
+ public unsafe virtual void DetectPatterns (NSSet<NSString> patterns, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V160))]global::System.Action<NSSet<NSString>, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -151,7 +151,7 @@ namespace UIKit {
var patterns__handle__ = patterns!.GetNonNullHandle (nameof (patterns));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V159.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V160.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("detectPatternsForPatterns:completionHandler:"), patterns__handle__, (IntPtr) block_ptr_completionHandler);
@@ -182,7 +182,7 @@ namespace UIKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void DetectPatterns (NSSet<NSString> patterns, NSIndexSet? itemSet, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V160))]global::System.Action<NSSet<NSString>[], NSError> completionHandler)
+ public unsafe virtual void DetectPatterns (NSSet<NSString> patterns, NSIndexSet? itemSet, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V161))]global::System.Action<NSSet<NSString>[], NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -192,7 +192,7 @@ namespace UIKit {
var itemSet__handle__ = itemSet.GetHandle ();
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V160.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V161.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("detectPatternsForPatterns:inItemSet:completionHandler:"), patterns__handle__, itemSet__handle__, (IntPtr) block_ptr_completionHandler);
@@ -223,7 +223,7 @@ namespace UIKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void DetectValues (NSSet<NSString> patterns, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V161))]global::System.Action<NSDictionary<NSString, NSObject>, NSError> completionHandler)
+ public unsafe virtual void DetectValues (NSSet<NSString> patterns, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V162))]global::System.Action<NSDictionary<NSString, NSObject>, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -232,7 +232,7 @@ namespace UIKit {
var patterns__handle__ = patterns!.GetNonNullHandle (nameof (patterns));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V161.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V162.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("detectValuesForPatterns:completionHandler:"), patterns__handle__, (IntPtr) block_ptr_completionHandler);
@@ -263,7 +263,7 @@ namespace UIKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void DetectValues (NSSet<NSString> patterns, NSIndexSet? itemSet, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V162))]global::System.Action<NSDictionary<NSString, NSObject>[], NSError> completionHandler)
+ public unsafe virtual void DetectValues (NSSet<NSString> patterns, NSIndexSet? itemSet, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V163))]global::System.Action<NSDictionary<NSString, NSObject>[], NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -273,7 +273,7 @@ namespace UIKit {
var itemSet__handle__ = itemSet.GetHandle ();
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V162.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V163.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("detectValuesForPatterns:inItemSet:completionHandler:"), patterns__handle__, itemSet__handle__, (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/ios/generated-sources/UIKit/UISpringLoadedInteraction.g.cs b/new/dotnet/ios/generated-sources/UIKit/UISpringLoadedInteraction.g.cs
index ad454d2..a813a42 100644
--- a/old/dotnet/ios/generated-sources/UIKit/UISpringLoadedInteraction.g.cs
+++ b/new/dotnet/ios/generated-sources/UIKit/UISpringLoadedInteraction.g.cs
@@ -78,7 +78,7 @@ namespace UIKit {
[Export ("initWithInteractionBehavior:interactionEffect:activationHandler:")]
[DesignatedInitializer]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe UISpringLoadedInteraction (IUISpringLoadedInteractionBehavior? interactionBehavior, IUISpringLoadedInteractionEffect? interactionEffect, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V163))]global::System.Action<UISpringLoadedInteraction, IUISpringLoadedInteractionContext> handler)
+ public unsafe UISpringLoadedInteraction (IUISpringLoadedInteractionBehavior? interactionBehavior, IUISpringLoadedInteractionEffect? interactionEffect, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V164))]global::System.Action<UISpringLoadedInteraction, IUISpringLoadedInteractionContext> handler)
: base (NSObjectFlag.Empty)
{
#if ARCH_32
@@ -89,7 +89,7 @@ namespace UIKit {
var interactionEffect__handle__ = interactionEffect.GetHandle ();
if (handler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler));
- using var block_handler = Trampolines.SDActionArity2V163.CreateBlock (handler);
+ using var block_handler = Trampolines.SDActionArity2V164.CreateBlock (handler);
BlockLiteral *block_ptr_handler = &block_handler;
if (IsDirectBinding) {
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initWithInteractionBehavior:interactionEffect:activationHandler:"), interactionBehavior__handle__, interactionEffect__handle__, (IntPtr) block_ptr_handler), "initWithInteractionBehavior:interactionEffect:activationHandler:");
@@ -100,7 +100,7 @@ namespace UIKit {
}
[Export ("initWithActivationHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe UISpringLoadedInteraction ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V163))]global::System.Action<UISpringLoadedInteraction, IUISpringLoadedInteractionContext> handler)
+ public unsafe UISpringLoadedInteraction ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V164))]global::System.Action<UISpringLoadedInteraction, IUISpringLoadedInteractionContext> handler)
: base (NSObjectFlag.Empty)
{
#if ARCH_32
@@ -109,7 +109,7 @@ namespace UIKit {
global::UIKit.UIApplication.EnsureUIThread ();
if (handler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler));
- using var block_handler = Trampolines.SDActionArity2V163.CreateBlock (handler);
+ using var block_handler = Trampolines.SDActionArity2V164.CreateBlock (handler);
BlockLiteral *block_ptr_handler = &block_handler;
if (IsDirectBinding) {
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("initWithActivationHandler:"), (IntPtr) block_ptr_handler), "initWithActivationHandler:");
diff --git a/old/dotnet/ios/generated-sources/UIKit/UITableViewRowAction.g.cs b/new/dotnet/ios/generated-sources/UIKit/UITableViewRowAction.g.cs
index 7a751ce..5df6871 100644
--- a/old/dotnet/ios/generated-sources/UIKit/UITableViewRowAction.g.cs
+++ b/new/dotnet/ios/generated-sources/UIKit/UITableViewRowAction.g.cs
@@ -109,13 +109,13 @@ namespace UIKit {
}
[Export ("rowActionWithStyle:title:handler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static UITableViewRowAction Create (UITableViewRowActionStyle style, string? title, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V164))]global::System.Action<UITableViewRowAction, NSIndexPath> handler)
+ public unsafe static UITableViewRowAction Create (UITableViewRowActionStyle style, string? title, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V165))]global::System.Action<UITableViewRowAction, NSIndexPath> handler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (handler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler));
var nstitle = CFString.CreateNative (title);
- using var block_handler = Trampolines.SDActionArity2V164.CreateBlock (handler);
+ using var block_handler = Trampolines.SDActionArity2V165.CreateBlock (handler);
BlockLiteral *block_ptr_handler = &block_handler;
UITableViewRowAction? ret;
ret = Runtime.GetNSObject<UITableViewRowAction> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_IntPtr_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("rowActionWithStyle:title:handler:"), (IntPtr) (long) style, nstitle, (IntPtr) block_ptr_handler))!;
diff --git a/old/dotnet/ios/generated-sources/VideoSubscriberAccount/VSAccountManager.g.cs b/new/dotnet/ios/generated-sources/VideoSubscriberAccount/VSAccountManager.g.cs
index 633a6fb..2ac20ae 100644
--- a/old/dotnet/ios/generated-sources/VideoSubscriberAccount/VSAccountManager.g.cs
+++ b/new/dotnet/ios/generated-sources/VideoSubscriberAccount/VSAccountManager.g.cs
@@ -88,12 +88,12 @@ namespace VideoSubscriberAccount {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void CheckAccessStatus (NSDictionary options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V165))]global::System.Action<VSAccountAccessStatus, NSError> completionHandler)
+ public unsafe virtual void CheckAccessStatus (NSDictionary options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V166))]global::System.Action<VSAccountAccessStatus, NSError> completionHandler)
{
var options__handle__ = options!.GetNonNullHandle (nameof (options));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V165.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V166.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("checkAccessStatusWithOptions:completionHandler:"), options__handle__, (IntPtr) block_ptr_completionHandler);
@@ -123,12 +123,12 @@ namespace VideoSubscriberAccount {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual VSAccountManagerResult Enqueue (VSAccountMetadataRequest accountMetadataRequest, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V166))]global::System.Action<VSAccountMetadata, NSError> completionHandler)
+ public unsafe virtual VSAccountManagerResult Enqueue (VSAccountMetadataRequest accountMetadataRequest, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V167))]global::System.Action<VSAccountMetadata, NSError> completionHandler)
{
var accountMetadataRequest__handle__ = accountMetadataRequest!.GetNonNullHandle (nameof (accountMetadataRequest));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V166.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V167.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
return Runtime.GetNSObject<VSAccountManagerResult> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("enqueueAccountMetadataRequest:completionHandler:"), accountMetadataRequest__handle__, (IntPtr) block_ptr_completionHandler))!;
diff --git a/old/dotnet/ios/generated-sources/VideoSubscriberAccount/VSUserAccountManager.g.cs b/new/dotnet/ios/generated-sources/VideoSubscriberAccount/VSUserAccountManager.g.cs
index a28c7a9..59e6074 100644
--- a/old/dotnet/ios/generated-sources/VideoSubscriberAccount/VSUserAccountManager.g.cs
+++ b/new/dotnet/ios/generated-sources/VideoSubscriberAccount/VSUserAccountManager.g.cs
@@ -78,14 +78,14 @@ namespace VideoSubscriberAccount {
[Export ("queryUserAccountsWithOptions:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void QueryUserAccounts (VSUserAccountQueryOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V167))]global::System.Action<NSArray<VSUserAccount>, NSError> completion)
+ public unsafe virtual void QueryUserAccounts (VSUserAccountQueryOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V168))]global::System.Action<NSArray<VSUserAccount>, NSError> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
#else
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity2V167.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V168.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_NativeHandle (this.Handle, Selector.GetHandle ("queryUserAccountsWithOptions:completion:"), (IntPtr) (long) options, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/ios/generated-sources/WebKit/WKContentRuleListStore.g.cs b/new/dotnet/ios/generated-sources/WebKit/WKContentRuleListStore.g.cs
index cf32e00..859d6f8 100644
--- a/old/dotnet/ios/generated-sources/WebKit/WKContentRuleListStore.g.cs
+++ b/new/dotnet/ios/generated-sources/WebKit/WKContentRuleListStore.g.cs
@@ -93,7 +93,7 @@ namespace WebKit {
[Export ("compileContentRuleListForIdentifier:encodedContentRuleList:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void CompileContentRuleList (string identifier, string encodedContentRuleList, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V168))]global::System.Action<WKContentRuleList, NSError> completionHandler)
+ public unsafe virtual void CompileContentRuleList (string identifier, string encodedContentRuleList, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V169))]global::System.Action<WKContentRuleList, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -106,7 +106,7 @@ namespace WebKit {
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
var nsidentifier = CFString.CreateNative (identifier);
var nsencodedContentRuleList = CFString.CreateNative (encodedContentRuleList);
- using var block_completionHandler = Trampolines.SDActionArity2V168.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V169.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("compileContentRuleListForIdentifier:encodedContentRuleList:completionHandler:"), nsidentifier, nsencodedContentRuleList, (IntPtr) block_ptr_completionHandler);
@@ -169,7 +169,7 @@ namespace WebKit {
}
[Export ("lookUpContentRuleListForIdentifier:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void LookUpContentRuleList (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V168))]global::System.Action<WKContentRuleList, NSError> completionHandler)
+ public unsafe virtual void LookUpContentRuleList (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V169))]global::System.Action<WKContentRuleList, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -179,7 +179,7 @@ namespace WebKit {
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
var nsidentifier = CFString.CreateNative (identifier);
- using var block_completionHandler = Trampolines.SDActionArity2V168.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V169.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("lookUpContentRuleListForIdentifier:completionHandler:"), nsidentifier, (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/ios/generated-sources/WebKit/WKNavigationDelegate.g.cs b/new/dotnet/ios/generated-sources/WebKit/WKNavigationDelegate.g.cs
index acdbdc6..195295d 100644
--- a/old/dotnet/ios/generated-sources/WebKit/WKNavigationDelegate.g.cs
+++ b/new/dotnet/ios/generated-sources/WebKit/WKNavigationDelegate.g.cs
@@ -55,7 +55,7 @@ namespace WebKit {
[Protocol (Name = "WKNavigationDelegate", WrapperType = typeof (WKNavigationDelegateWrapper))]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DecidePolicy", Selector = "webView:decidePolicyForNavigationAction:decisionHandler:", ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (WebKit.WKNavigationAction), typeof (global::System.Action<global::WebKit.WKNavigationActionPolicy>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V267) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DecidePolicy", Selector = "webView:decidePolicyForNavigationResponse:decisionHandler:", ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (WebKit.WKNavigationResponse), typeof (global::System.Action<global::WebKit.WKNavigationResponsePolicy>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V268) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DecidePolicy", Selector = "webView:decidePolicyForNavigationAction:preferences:decisionHandler:", ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (WebKit.WKNavigationAction), typeof (WebKit.WKWebpagePreferences), typeof (global::System.Action<global::WebKit.WKNavigationActionPolicy, global::WebKit.WKWebpagePreferences>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V169) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DecidePolicy", Selector = "webView:decidePolicyForNavigationAction:preferences:decisionHandler:", ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (WebKit.WKNavigationAction), typeof (WebKit.WKWebpagePreferences), typeof (global::System.Action<global::WebKit.WKNavigationActionPolicy, global::WebKit.WKWebpagePreferences>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V170) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidStartProvisionalNavigation", Selector = "webView:didStartProvisionalNavigation:", ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (WebKit.WKNavigation) }, ParameterByRef = new bool [] { false, false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidReceiveServerRedirectForProvisionalNavigation", Selector = "webView:didReceiveServerRedirectForProvisionalNavigation:", ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (WebKit.WKNavigation) }, ParameterByRef = new bool [] { false, false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidFailProvisionalNavigation", Selector = "webView:didFailProvisionalNavigation:withError:", ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (WebKit.WKNavigation), typeof (NSError) }, ParameterByRef = new bool [] { false, false, false })]
@@ -97,7 +97,7 @@ namespace WebKit {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void DecidePolicy (this IWKNavigationDelegate This, WKWebView webView, WKNavigationAction navigationAction, WKWebpagePreferences preferences, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V169))]global::System.Action<WKNavigationActionPolicy, WKWebpagePreferences> decisionHandler)
+ public unsafe static void DecidePolicy (this IWKNavigationDelegate This, WKWebView webView, WKNavigationAction navigationAction, WKWebpagePreferences preferences, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V170))]global::System.Action<WKNavigationActionPolicy, WKWebpagePreferences> decisionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -107,7 +107,7 @@ namespace WebKit {
var preferences__handle__ = preferences!.GetNonNullHandle (nameof (preferences));
if (decisionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (decisionHandler));
- using var block_decisionHandler = Trampolines.SDActionArity2V169.CreateBlock (decisionHandler);
+ using var block_decisionHandler = Trampolines.SDActionArity2V170.CreateBlock (decisionHandler);
BlockLiteral *block_ptr_decisionHandler = &block_decisionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("webView:decidePolicyForNavigationAction:preferences:decisionHandler:"), webView__handle__, navigationAction__handle__, preferences__handle__, (IntPtr) block_ptr_decisionHandler);
#endif
@@ -290,7 +290,7 @@ namespace WebKit {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void DecidePolicy (WKWebView webView, WKNavigationAction navigationAction, WKWebpagePreferences preferences, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V169))]global::System.Action<WKNavigationActionPolicy, WKWebpagePreferences> decisionHandler)
+ public unsafe virtual void DecidePolicy (WKWebView webView, WKNavigationAction navigationAction, WKWebpagePreferences preferences, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V170))]global::System.Action<WKNavigationActionPolicy, WKWebpagePreferences> decisionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
diff --git a/old/dotnet/ios/generated-sources/WebKit/WKScriptMessageHandlerWithReply.g.cs b/new/dotnet/ios/generated-sources/WebKit/WKScriptMessageHandlerWithReply.g.cs
index c1298f1..56ee16a 100644
--- a/old/dotnet/ios/generated-sources/WebKit/WKScriptMessageHandlerWithReply.g.cs
+++ b/new/dotnet/ios/generated-sources/WebKit/WKScriptMessageHandlerWithReply.g.cs
@@ -53,13 +53,13 @@ namespace WebKit {
[SupportedOSPlatform ("ios14.0")]
[SupportedOSPlatform ("maccatalyst14.0")]
[Protocol (Name = "WKScriptMessageHandlerWithReply", WrapperType = typeof (WKScriptMessageHandlerWithReplyWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "DidReceiveScriptMessage", Selector = "userContentController:didReceiveScriptMessage:replyHandler:", ParameterType = new Type [] { typeof (WebKit.WKUserContentController), typeof (WebKit.WKScriptMessage), typeof (global::System.Action<NSObject, NSString>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V170) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "DidReceiveScriptMessage", Selector = "userContentController:didReceiveScriptMessage:replyHandler:", ParameterType = new Type [] { typeof (WebKit.WKUserContentController), typeof (WebKit.WKScriptMessage), typeof (global::System.Action<NSObject, NSString>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V171) })]
public partial interface IWKScriptMessageHandlerWithReply : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("userContentController:didReceiveScriptMessage:replyHandler:")]
[Preserve (Conditional = true)]
- unsafe void DidReceiveScriptMessage (WKUserContentController userContentController, WKScriptMessage message, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V170))]global::System.Action<NSObject, NSString> replyHandler);
+ unsafe void DidReceiveScriptMessage (WKUserContentController userContentController, WKScriptMessage message, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V171))]global::System.Action<NSObject, NSString> replyHandler);
}
internal sealed class WKScriptMessageHandlerWithReplyWrapper : BaseWrapper, IWKScriptMessageHandlerWithReply {
[Preserve (Conditional = true)]
@@ -69,7 +69,7 @@ namespace WebKit {
}
[Export ("userContentController:didReceiveScriptMessage:replyHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void DidReceiveScriptMessage (WKUserContentController userContentController, WKScriptMessage message, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V170))]global::System.Action<NSObject, NSString> replyHandler)
+ public unsafe void DidReceiveScriptMessage (WKUserContentController userContentController, WKScriptMessage message, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V171))]global::System.Action<NSObject, NSString> replyHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -78,7 +78,7 @@ namespace WebKit {
var message__handle__ = message!.GetNonNullHandle (nameof (message));
if (replyHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (replyHandler));
- using var block_replyHandler = Trampolines.SDActionArity2V170.CreateBlock (replyHandler);
+ using var block_replyHandler = Trampolines.SDActionArity2V171.CreateBlock (replyHandler);
BlockLiteral *block_ptr_replyHandler = &block_replyHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("userContentController:didReceiveScriptMessage:replyHandler:"), userContentController__handle__, message__handle__, (IntPtr) block_ptr_replyHandler);
#endif
diff --git a/old/dotnet/ios/generated-sources/WebKit/WKWebView.g.cs b/new/dotnet/ios/generated-sources/WebKit/WKWebView.g.cs
index d746226..e87ab70 100644
--- a/old/dotnet/ios/generated-sources/WebKit/WKWebView.g.cs
+++ b/new/dotnet/ios/generated-sources/WebKit/WKWebView.g.cs
@@ -100,7 +100,7 @@ namespace WebKit {
[SupportedOSPlatform ("ios14.0")]
[SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void CallAsyncJavaScript (string functionBody, NSDictionary<NSString, NSObject>? arguments, WKFrameInfo? frame, WKContentWorld contentWorld, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V76))]global::System.Action<NSObject, NSError>? completionHandler)
+ public unsafe virtual void CallAsyncJavaScript (string functionBody, NSDictionary<NSString, NSObject>? arguments, WKFrameInfo? frame, WKContentWorld contentWorld, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V77))]global::System.Action<NSObject, NSError>? completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -111,7 +111,7 @@ namespace WebKit {
var frame__handle__ = frame.GetHandle ();
var contentWorld__handle__ = contentWorld!.GetNonNullHandle (nameof (contentWorld));
var nsfunctionBody = CFString.CreateNative (functionBody);
- using var block_completionHandler = Trampolines.SDActionArity2V76.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V77.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -295,7 +295,7 @@ namespace WebKit {
[SupportedOSPlatform ("ios14.0")]
[SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void EvaluateJavaScript (string javaScriptString, WKFrameInfo? frame, WKContentWorld contentWorld, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V76))]global::System.Action<NSObject, NSError>? completionHandler)
+ public unsafe virtual void EvaluateJavaScript (string javaScriptString, WKFrameInfo? frame, WKContentWorld contentWorld, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V77))]global::System.Action<NSObject, NSError>? completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -305,7 +305,7 @@ namespace WebKit {
var frame__handle__ = frame.GetHandle ();
var contentWorld__handle__ = contentWorld!.GetNonNullHandle (nameof (contentWorld));
var nsjavaScriptString = CFString.CreateNative (javaScriptString);
- using var block_completionHandler = Trampolines.SDActionArity2V76.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V77.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -815,7 +815,7 @@ namespace WebKit {
[SupportedOSPlatform ("maccatalyst")]
[SupportedOSPlatform ("ios11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void TakeSnapshot (WKSnapshotConfiguration? snapshotConfiguration, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V171))]global::System.Action<global::UIKit.UIImage, NSError> completionHandler)
+ public unsafe virtual void TakeSnapshot (WKSnapshotConfiguration? snapshotConfiguration, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V172))]global::System.Action<global::UIKit.UIImage, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -823,7 +823,7 @@ namespace WebKit {
var snapshotConfiguration__handle__ = snapshotConfiguration.GetHandle ();
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V171.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V172.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("takeSnapshotWithConfiguration:completionHandler:"), snapshotConfiguration__handle__, (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/maccatalyst/generated-sources/Foundation/NSFileProviderService.g.cs b/new/dotnet/maccatalyst/generated-sources/Foundation/NSFileProviderService.g.cs
index 906c5b6..808f414 100644
--- a/old/dotnet/maccatalyst/generated-sources/Foundation/NSFileProviderService.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Foundation/NSFileProviderService.g.cs
@@ -70,6 +70,32 @@ namespace Foundation {
{
}
+ [Export ("getFileProviderConnectionWithCompletionHandler:")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual void GetFileProviderConnection ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V69))]global::System.Action<NSXpcConnection, NSError> completionHandler)
+ {
+ if (completionHandler is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
+ using var block_completionHandler = Trampolines.SDActionArity2V69.CreateBlock (completionHandler);
+ BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("getFileProviderConnectionWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("getFileProviderConnectionWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual Task<NSXpcConnection> GetFileProviderConnectionAsync ()
+ {
+ var tcs = new TaskCompletionSource<NSXpcConnection> ();
+ GetFileProviderConnection((arg1_, arg2_) => {
+ if (arg2_ is not null)
+ tcs.SetException (new NSErrorException(arg2_));
+ else
+ tcs.SetResult (arg1_!);
+ });
+ return tcs.Task;
+ }
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual string Name {
[Export ("name")]
diff --git a/old/dotnet/maccatalyst/generated-sources/Foundation/NSItemProvider.g.cs b/new/dotnet/maccatalyst/generated-sources/Foundation/NSItemProvider.g.cs
index 0f67e0c..416bfb9 100644
--- a/old/dotnet/maccatalyst/generated-sources/Foundation/NSItemProvider.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Foundation/NSItemProvider.g.cs
@@ -447,13 +447,13 @@ namespace Foundation {
}
[Export ("loadItemForTypeIdentifier:options:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void LoadItem (string typeIdentifier, NSDictionary? options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V69))]global::System.Action<NSObject, NSError>? completionHandler)
+ public unsafe virtual void LoadItem (string typeIdentifier, NSDictionary? options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V70))]global::System.Action<NSObject, NSError>? completionHandler)
{
if (typeIdentifier is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (typeIdentifier));
var options__handle__ = options.GetHandle ();
var nstypeIdentifier = CFString.CreateNative (typeIdentifier);
- using var block_completionHandler = Trampolines.SDActionArity2V69.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V70.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -482,12 +482,12 @@ namespace Foundation {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual NSProgress LoadObject (Class aClass, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V70))]global::System.Action<INSItemProviderReading, NSError> completionHandler)
+ public unsafe virtual NSProgress LoadObject (Class aClass, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V71))]global::System.Action<INSItemProviderReading, NSError> completionHandler)
{
var aClass__handle__ = aClass!.GetNonNullHandle (nameof (aClass));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V70.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V71.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
return Runtime.GetNSObject<NSProgress> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("loadObjectOfClass:completionHandler:"), aClass.Handle, (IntPtr) block_ptr_completionHandler))!;
@@ -529,12 +529,12 @@ namespace Foundation {
}
[Export ("loadPreviewImageWithOptions:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void LoadPreviewImage (NSDictionary options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V69))]global::System.Action<NSObject, NSError> completionHandler)
+ public unsafe virtual void LoadPreviewImage (NSDictionary options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V70))]global::System.Action<NSObject, NSError> completionHandler)
{
var options__handle__ = options!.GetNonNullHandle (nameof (options));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V69.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V70.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("loadPreviewImageWithOptions:completionHandler:"), options__handle__, (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/maccatalyst/generated-sources/Foundation/NSUrlSessionWebSocketTask.g.cs b/new/dotnet/maccatalyst/generated-sources/Foundation/NSUrlSessionWebSocketTask.g.cs
index a300536..9aa0b8f 100644
--- a/old/dotnet/maccatalyst/generated-sources/Foundation/NSUrlSessionWebSocketTask.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Foundation/NSUrlSessionWebSocketTask.g.cs
@@ -83,11 +83,11 @@ namespace Foundation {
}
[Export ("receiveMessageWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ReceiveMessage ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V71))]global::System.Action<NSUrlSessionWebSocketMessage, NSError> completionHandler)
+ public unsafe virtual void ReceiveMessage ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V72))]global::System.Action<NSUrlSessionWebSocketMessage, NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V71.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V72.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("receiveMessageWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/maccatalyst/generated-sources/GameController/GCPhysicalInputProfile.g.cs b/new/dotnet/maccatalyst/generated-sources/GameController/GCPhysicalInputProfile.g.cs
index 0564e71..9366738 100644
--- a/old/dotnet/maccatalyst/generated-sources/GameController/GCPhysicalInputProfile.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/GameController/GCPhysicalInputProfile.g.cs
@@ -334,7 +334,7 @@ namespace GameController {
[SupportedOSPlatform ("ios16.0")]
[SupportedOSPlatform ("maccatalyst16.0")]
public unsafe virtual global::System.Action<GCPhysicalInputProfile, GCControllerElement>? ValueDidChangeHandler {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V72))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V73))]
[Export ("valueDidChangeHandler", ArgumentSemantic.Copy)]
get {
NativeHandle ret;
@@ -343,12 +343,12 @@ namespace GameController {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("valueDidChangeHandler"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity2V72.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity2V73.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V72))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V73))]
[Export ("setValueDidChangeHandler:", ArgumentSemantic.Copy)]
set {
- using var block_value = Trampolines.SDActionArity2V72.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity2V73.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
diff --git a/old/dotnet/maccatalyst/generated-sources/GameKit/GKAchievement.g.cs b/new/dotnet/maccatalyst/generated-sources/GameKit/GKAchievement.g.cs
index b8c4928..08e160c 100644
--- a/old/dotnet/maccatalyst/generated-sources/GameKit/GKAchievement.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/GameKit/GKAchievement.g.cs
@@ -429,11 +429,11 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("macos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SelectChallengeablePlayerIDs (string[]? playerIDs, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V73))]global::System.Action<string[], NSError>? completionHandler)
+ public unsafe virtual void SelectChallengeablePlayerIDs (string[]? playerIDs, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V74))]global::System.Action<string[], NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
var nsa_playerIDs = playerIDs is null ? null : NSArray.FromStrings (playerIDs);
- using var block_completionHandler = Trampolines.SDActionArity2V73.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V74.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -470,13 +470,13 @@ namespace GameKit {
[SupportedOSPlatform ("maccatalyst")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SelectChallengeablePlayers (GKPlayer[] players, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V74))]global::System.Action<GKPlayer[], NSError>? completionHandler)
+ public unsafe virtual void SelectChallengeablePlayers (GKPlayer[] players, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V75))]global::System.Action<GKPlayer[], NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (players is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (players));
var nsa_players = NSArray.FromNSObjects (players);
- using var block_completionHandler = Trampolines.SDActionArity2V74.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V75.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
diff --git a/old/dotnet/maccatalyst/generated-sources/GameKit/GKChallenge.g.cs b/new/dotnet/maccatalyst/generated-sources/GameKit/GKChallenge.g.cs
index b7b6f5b..f82e86f 100644
--- a/old/dotnet/maccatalyst/generated-sources/GameKit/GKChallenge.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/GameKit/GKChallenge.g.cs
@@ -126,10 +126,10 @@ namespace GameKit {
}
[Export ("loadReceivedChallengesWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void LoadReceivedChallenges ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V75))]global::System.Action<GKChallenge[], NSError>? completionHandler)
+ public unsafe static void LoadReceivedChallenges ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V76))]global::System.Action<GKChallenge[], NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_completionHandler = Trampolines.SDActionArity2V75.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V76.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
diff --git a/old/dotnet/maccatalyst/generated-sources/GameKit/GKCloudPlayer.g.cs b/new/dotnet/maccatalyst/generated-sources/GameKit/GKCloudPlayer.g.cs
index 6b68e8e..00b53e9 100644
--- a/old/dotnet/maccatalyst/generated-sources/GameKit/GKCloudPlayer.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/GameKit/GKCloudPlayer.g.cs
@@ -89,13 +89,13 @@ namespace GameKit {
[Export ("getCurrentSignedInPlayerForContainer:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void GetCurrentSignedInPlayer (string? containerName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V76))]global::System.Action<GKCloudPlayer, NSError> handler)
+ public unsafe static void GetCurrentSignedInPlayer (string? containerName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V77))]global::System.Action<GKCloudPlayer, NSError> handler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (handler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler));
var nscontainerName = CFString.CreateNative (containerName);
- using var block_handler = Trampolines.SDActionArity2V76.CreateBlock (handler);
+ using var block_handler = Trampolines.SDActionArity2V77.CreateBlock (handler);
BlockLiteral *block_ptr_handler = &block_handler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("getCurrentSignedInPlayerForContainer:completionHandler:"), nscontainerName, (IntPtr) block_ptr_handler);
CFString.ReleaseNative (nscontainerName);
diff --git a/old/dotnet/maccatalyst/generated-sources/GameKit/GKGameSession.g.cs b/new/dotnet/maccatalyst/generated-sources/GameKit/GKGameSession.g.cs
index 43f455f..92feda9 100644
--- a/old/dotnet/maccatalyst/generated-sources/GameKit/GKGameSession.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/GameKit/GKGameSession.g.cs
@@ -136,7 +136,7 @@ namespace GameKit {
}
[Export ("createSessionInContainer:withTitle:maxConnectedPlayers:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void CreateSession (string? containerName, string title, nint maxPlayers, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V77))]global::System.Action<GKGameSession, NSError> completionHandler)
+ public unsafe static void CreateSession (string? containerName, string title, nint maxPlayers, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V78))]global::System.Action<GKGameSession, NSError> completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (title is null)
@@ -145,7 +145,7 @@ namespace GameKit {
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
var nscontainerName = CFString.CreateNative (containerName);
var nstitle = CFString.CreateNative (title);
- using var block_completionHandler = Trampolines.SDActionArity2V77.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V78.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_IntPtr_NativeHandle (class_ptr, Selector.GetHandle ("createSessionInContainer:withTitle:maxConnectedPlayers:completionHandler:"), nscontainerName, nstitle, maxPlayers, (IntPtr) block_ptr_completionHandler);
CFString.ReleaseNative (nscontainerName);
@@ -230,7 +230,7 @@ namespace GameKit {
}
[Export ("loadSessionWithIdentifier:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void LoadSession (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V77))]global::System.Action<GKGameSession, NSError> completionHandler)
+ public unsafe static void LoadSession (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V78))]global::System.Action<GKGameSession, NSError> completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (identifier is null)
@@ -238,7 +238,7 @@ namespace GameKit {
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
var nsidentifier = CFString.CreateNative (identifier);
- using var block_completionHandler = Trampolines.SDActionArity2V77.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V78.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("loadSessionWithIdentifier:completionHandler:"), nsidentifier, (IntPtr) block_ptr_completionHandler);
CFString.ReleaseNative (nsidentifier);
@@ -257,13 +257,13 @@ namespace GameKit {
}
[Export ("loadSessionsInContainer:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void LoadSessions (string? containerName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V78))]global::System.Action<GKGameSession[], NSError> completionHandler)
+ public unsafe static void LoadSessions (string? containerName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V79))]global::System.Action<GKGameSession[], NSError> completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
var nscontainerName = CFString.CreateNative (containerName);
- using var block_completionHandler = Trampolines.SDActionArity2V78.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V79.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("loadSessionsInContainer:completionHandler:"), nscontainerName, (IntPtr) block_ptr_completionHandler);
CFString.ReleaseNative (nscontainerName);
diff --git a/old/dotnet/maccatalyst/generated-sources/GameKit/GKLeaderboard.g.cs b/new/dotnet/maccatalyst/generated-sources/GameKit/GKLeaderboard.g.cs
index 0ee5e0a..846a5a9 100644
--- a/old/dotnet/maccatalyst/generated-sources/GameKit/GKLeaderboard.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/GameKit/GKLeaderboard.g.cs
@@ -293,10 +293,10 @@ namespace GameKit {
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void LoadLeaderboards ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V79))]global::System.Action<GKLeaderboard[], NSError>? completionHandler)
+ public unsafe static void LoadLeaderboards ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V80))]global::System.Action<GKLeaderboard[], NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_completionHandler = Trampolines.SDActionArity2V79.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V80.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
diff --git a/old/dotnet/maccatalyst/generated-sources/GameKit/GKLocalPlayer.g.cs b/new/dotnet/maccatalyst/generated-sources/GameKit/GKLocalPlayer.g.cs
index 72c2612..60d82c0 100644
--- a/old/dotnet/maccatalyst/generated-sources/GameKit/GKLocalPlayer.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/GameKit/GKLocalPlayer.g.cs
@@ -219,10 +219,10 @@ namespace GameKit {
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void FetchSavedGames ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V80))]global::System.Action<GKSavedGame[], NSError>? handler)
+ public unsafe virtual void FetchSavedGames ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V81))]global::System.Action<GKSavedGame[], NSError>? handler)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_handler = Trampolines.SDActionArity2V80.CreateNullableBlock (handler);
+ using var block_handler = Trampolines.SDActionArity2V81.CreateNullableBlock (handler);
BlockLiteral *block_ptr_handler = null;
if (handler is not null)
block_ptr_handler = &block_handler;
@@ -301,10 +301,10 @@ namespace GameKit {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void LoadChallengeableFriends ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V74))]global::System.Action<GKPlayer[], NSError>? completionHandler)
+ public unsafe virtual void LoadChallengeableFriends ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V75))]global::System.Action<GKPlayer[], NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_completionHandler = Trampolines.SDActionArity2V74.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V75.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -416,10 +416,10 @@ namespace GameKit {
[ObsoletedOSPlatform ("maccatalyst13.1")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void LoadFriendPlayers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V74))]global::System.Action<GKPlayer[], NSError>? completionHandler)
+ public unsafe virtual void LoadFriendPlayers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V75))]global::System.Action<GKPlayer[], NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_completionHandler = Trampolines.SDActionArity2V74.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V75.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -496,12 +496,12 @@ namespace GameKit {
[SupportedOSPlatform ("ios14.5")]
[SupportedOSPlatform ("maccatalyst14.5")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void LoadFriendsAuthorizationStatus ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V81))]global::System.Action<GKFriendsAuthorizationStatus, NSError> completionHandler)
+ public unsafe virtual void LoadFriendsAuthorizationStatus ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V82))]global::System.Action<GKFriendsAuthorizationStatus, NSError> completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V81.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V82.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("loadFriendsAuthorizationStatus:"), (IntPtr) block_ptr_completionHandler);
@@ -531,12 +531,12 @@ namespace GameKit {
[SupportedOSPlatform ("ios14.5")]
[SupportedOSPlatform ("maccatalyst14.5")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void LoadFriendsList ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V74))]global::System.Action<GKPlayer[], NSError> completionHandler)
+ public unsafe virtual void LoadFriendsList ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V75))]global::System.Action<GKPlayer[], NSError> completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V74.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V75.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("loadFriends:"), (IntPtr) block_ptr_completionHandler);
@@ -566,7 +566,7 @@ namespace GameKit {
[SupportedOSPlatform ("ios14.5")]
[SupportedOSPlatform ("maccatalyst14.5")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void LoadFriendsList (string[] identifiers, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V74))]global::System.Action<GKPlayer[], NSError> completionHandler)
+ public unsafe virtual void LoadFriendsList (string[] identifiers, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V75))]global::System.Action<GKPlayer[], NSError> completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (identifiers is null)
@@ -574,7 +574,7 @@ namespace GameKit {
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
var nsa_identifiers = NSArray.FromStrings (identifiers);
- using var block_completionHandler = Trampolines.SDActionArity2V74.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V75.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("loadFriendsWithIdentifiers:completionHandler:"), nsa_identifiers.Handle, (IntPtr) block_ptr_completionHandler);
@@ -605,10 +605,10 @@ namespace GameKit {
[SupportedOSPlatform ("maccatalyst")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void LoadRecentPlayers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V74))]global::System.Action<GKPlayer[], NSError>? completionHandler)
+ public unsafe virtual void LoadRecentPlayers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V75))]global::System.Action<GKPlayer[], NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_completionHandler = Trampolines.SDActionArity2V74.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V75.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -660,14 +660,14 @@ namespace GameKit {
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ResolveConflictingSavedGames (GKSavedGame[] conflictingSavedGames, NSData data, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V80))]global::System.Action<GKSavedGame[], NSError>? handler)
+ public unsafe virtual void ResolveConflictingSavedGames (GKSavedGame[] conflictingSavedGames, NSData data, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V81))]global::System.Action<GKSavedGame[], NSError>? handler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (conflictingSavedGames is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (conflictingSavedGames));
var data__handle__ = data!.GetNonNullHandle (nameof (data));
var nsa_conflictingSavedGames = NSArray.FromNSObjects (conflictingSavedGames);
- using var block_handler = Trampolines.SDActionArity2V80.CreateNullableBlock (handler);
+ using var block_handler = Trampolines.SDActionArity2V81.CreateNullableBlock (handler);
BlockLiteral *block_ptr_handler = null;
if (handler is not null)
block_ptr_handler = &block_handler;
@@ -684,14 +684,14 @@ namespace GameKit {
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SaveGameData (NSData data, string name, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V82))]global::System.Action<GKSavedGame, NSError>? handler)
+ public unsafe virtual void SaveGameData (NSData data, string name, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V83))]global::System.Action<GKSavedGame, NSError>? handler)
{
global::UIKit.UIApplication.EnsureUIThread ();
var data__handle__ = data!.GetNonNullHandle (nameof (data));
if (name is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (name));
var nsname = CFString.CreateNative (name);
- using var block_handler = Trampolines.SDActionArity2V82.CreateNullableBlock (handler);
+ using var block_handler = Trampolines.SDActionArity2V83.CreateNullableBlock (handler);
BlockLiteral *block_ptr_handler = null;
if (handler is not null)
block_ptr_handler = &block_handler;
@@ -825,7 +825,7 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
public unsafe virtual global::System.Action<global::UIKit.UIViewController, NSError>? AuthenticateHandler {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V83))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V84))]
[Export ("authenticateHandler", ArgumentSemantic.Copy)]
get {
global::UIKit.UIApplication.EnsureUIThread ();
@@ -835,13 +835,13 @@ namespace GameKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("authenticateHandler"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity2V83.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity2V84.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V83))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V84))]
[Export ("setAuthenticateHandler:", ArgumentSemantic.Copy)]
set {
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_value = Trampolines.SDActionArity2V83.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity2V84.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
diff --git a/old/dotnet/maccatalyst/generated-sources/GameKit/GKMatch.g.cs b/new/dotnet/maccatalyst/generated-sources/GameKit/GKMatch.g.cs
index 31b3b2c..8ba6864 100644
--- a/old/dotnet/maccatalyst/generated-sources/GameKit/GKMatch.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/GameKit/GKMatch.g.cs
@@ -157,10 +157,10 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void Rematch ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V84))]global::System.Action<GKMatch, NSError>? completionHandler)
+ public unsafe virtual void Rematch ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V85))]global::System.Action<GKMatch, NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_completionHandler = Trampolines.SDActionArity2V84.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V85.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
diff --git a/old/dotnet/maccatalyst/generated-sources/GameKit/GKMatchRequest.g.cs b/new/dotnet/maccatalyst/generated-sources/GameKit/GKMatchRequest.g.cs
index 7d7226b..d033152 100644
--- a/old/dotnet/maccatalyst/generated-sources/GameKit/GKMatchRequest.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/GameKit/GKMatchRequest.g.cs
@@ -147,7 +147,7 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("macos")]
public unsafe virtual global::System.Action<string, GKInviteeResponse>? InviteeResponseHandler {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V85))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V86))]
[Export ("inviteeResponseHandler", ArgumentSemantic.Copy)]
get {
global::UIKit.UIApplication.EnsureUIThread ();
@@ -157,13 +157,13 @@ namespace GameKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("inviteeResponseHandler"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity2V85.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity2V86.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V85))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V86))]
[Export ("setInviteeResponseHandler:", ArgumentSemantic.Copy)]
set {
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_value = Trampolines.SDActionArity2V85.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity2V86.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
@@ -295,7 +295,7 @@ namespace GameKit {
[SupportedOSPlatform ("maccatalyst")]
[SupportedOSPlatform ("tvos")]
public unsafe virtual global::System.Action<GKPlayer, GKInviteRecipientResponse>? RecipientResponseHandler {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V86))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V87))]
[Export ("recipientResponseHandler", ArgumentSemantic.Copy)]
get {
global::UIKit.UIApplication.EnsureUIThread ();
@@ -305,13 +305,13 @@ namespace GameKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("recipientResponseHandler"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity2V86.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity2V87.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V86))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V87))]
[Export ("setRecipientResponseHandler:", ArgumentSemantic.Copy)]
set {
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_value = Trampolines.SDActionArity2V86.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity2V87.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
diff --git a/old/dotnet/maccatalyst/generated-sources/GameKit/GKMatchmaker.g.cs b/new/dotnet/maccatalyst/generated-sources/GameKit/GKMatchmaker.g.cs
index 6cbd884..94f081c 100644
--- a/old/dotnet/maccatalyst/generated-sources/GameKit/GKMatchmaker.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/GameKit/GKMatchmaker.g.cs
@@ -237,11 +237,11 @@ namespace GameKit {
[SupportedOSPlatform ("maccatalyst")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void FindPlayersForHostedRequest (GKMatchRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V74))]global::System.Action<GKPlayer[], NSError>? completionHandler)
+ public unsafe virtual void FindPlayersForHostedRequest (GKMatchRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V75))]global::System.Action<GKPlayer[], NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
var request__handle__ = request!.GetNonNullHandle (nameof (request));
- using var block_completionHandler = Trampolines.SDActionArity2V74.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V75.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -289,11 +289,11 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void Match (GKInvite invite, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V84))]global::System.Action<GKMatch, NSError>? completionHandler)
+ public unsafe virtual void Match (GKInvite invite, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V85))]global::System.Action<GKMatch, NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
var invite__handle__ = invite!.GetNonNullHandle (nameof (invite));
- using var block_completionHandler = Trampolines.SDActionArity2V84.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V85.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -382,10 +382,10 @@ namespace GameKit {
[ObsoletedOSPlatform ("maccatalyst13.1", "Use 'StartBrowsingForNearbyPlayers(Action<GKPlayer, bool> handler)' instead.")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void StartBrowsingForNearbyPlayers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V87))]global::System.Action<string, bool>? reachableHandler)
+ public unsafe virtual void StartBrowsingForNearbyPlayers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V88))]global::System.Action<string, bool>? reachableHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_reachableHandler = Trampolines.SDActionArity2V87.CreateNullableBlock (reachableHandler);
+ using var block_reachableHandler = Trampolines.SDActionArity2V88.CreateNullableBlock (reachableHandler);
BlockLiteral *block_ptr_reachableHandler = null;
if (reachableHandler is not null)
block_ptr_reachableHandler = &block_reachableHandler;
@@ -401,10 +401,10 @@ namespace GameKit {
[SupportedOSPlatform ("maccatalyst")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void StartBrowsingForNearbyPlayers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V88))]global::System.Action<GKPlayer, bool>? handler)
+ public unsafe virtual void StartBrowsingForNearbyPlayers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V89))]global::System.Action<GKPlayer, bool>? handler)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_handler = Trampolines.SDActionArity2V88.CreateNullableBlock (handler);
+ using var block_handler = Trampolines.SDActionArity2V89.CreateNullableBlock (handler);
BlockLiteral *block_ptr_handler = null;
if (handler is not null)
block_ptr_handler = &block_handler;
diff --git a/old/dotnet/maccatalyst/generated-sources/GameKit/GKTurnBasedMatch.g.cs b/new/dotnet/maccatalyst/generated-sources/GameKit/GKTurnBasedMatch.g.cs
index 3059237..23f54de 100644
--- a/old/dotnet/maccatalyst/generated-sources/GameKit/GKTurnBasedMatch.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/GameKit/GKTurnBasedMatch.g.cs
@@ -85,10 +85,10 @@ namespace GameKit {
[Export ("acceptInviteWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AcceptInvite ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V89))]global::System.Action<GKTurnBasedMatch, NSError>? completionHandler)
+ public unsafe virtual void AcceptInvite ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V90))]global::System.Action<GKTurnBasedMatch, NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_completionHandler = Trampolines.SDActionArity2V89.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V90.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -112,10 +112,10 @@ namespace GameKit {
}
[Export ("declineInviteWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void DeclineInvite ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V89))]global::System.Action<GKTurnBasedMatch, NSError>? completionHandler)
+ public unsafe virtual void DeclineInvite ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V90))]global::System.Action<GKTurnBasedMatch, NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_completionHandler = Trampolines.SDActionArity2V89.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V90.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -368,13 +368,13 @@ namespace GameKit {
}
[Export ("loadMatchWithID:withCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void LoadMatch (string matchId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V89))]global::System.Action<GKTurnBasedMatch, NSError>? completionHandler)
+ public unsafe static void LoadMatch (string matchId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V90))]global::System.Action<GKTurnBasedMatch, NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (matchId is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (matchId));
var nsmatchId = CFString.CreateNative (matchId);
- using var block_completionHandler = Trampolines.SDActionArity2V89.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V90.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -559,10 +559,10 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void Rematch ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V89))]global::System.Action<GKTurnBasedMatch, NSError>? completionHandler)
+ public unsafe virtual void Rematch ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V90))]global::System.Action<GKTurnBasedMatch, NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_completionHandler = Trampolines.SDActionArity2V89.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V90.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -689,7 +689,7 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SendExchange (GKTurnBasedParticipant[] participants, NSData data, string localizableMessage, NSObject[] arguments, double timeout, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V90))]global::System.Action<GKTurnBasedExchange, NSError>? completionHandler)
+ public unsafe virtual void SendExchange (GKTurnBasedParticipant[] participants, NSData data, string localizableMessage, NSObject[] arguments, double timeout, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V91))]global::System.Action<GKTurnBasedExchange, NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (participants is null)
@@ -702,7 +702,7 @@ namespace GameKit {
var nsa_participants = NSArray.FromNSObjects (participants);
var nslocalizableMessage = CFString.CreateNative (localizableMessage);
var nsa_arguments = NSArray.FromNSObjects (arguments);
- using var block_completionHandler = Trampolines.SDActionArity2V90.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V91.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
diff --git a/old/dotnet/maccatalyst/generated-sources/GameKit/GKVoiceChat.g.cs b/new/dotnet/maccatalyst/generated-sources/GameKit/GKVoiceChat.g.cs
index 3a12c25..9c2e488 100644
--- a/old/dotnet/maccatalyst/generated-sources/GameKit/GKVoiceChat.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/GameKit/GKVoiceChat.g.cs
@@ -134,12 +134,12 @@ namespace GameKit {
[SupportedOSPlatform ("maccatalyst")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SetPlayerVoiceChatStateChangeHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V91))]global::System.Action<GKPlayer, GKVoiceChatPlayerState> handler)
+ public unsafe virtual void SetPlayerVoiceChatStateChangeHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V92))]global::System.Action<GKPlayer, GKVoiceChatPlayerState> handler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (handler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler));
- using var block_handler = Trampolines.SDActionArity2V91.CreateBlock (handler);
+ using var block_handler = Trampolines.SDActionArity2V92.CreateBlock (handler);
BlockLiteral *block_ptr_handler = &block_handler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setPlayerVoiceChatStateDidChangeHandler:"), (IntPtr) block_ptr_handler);
diff --git a/old/dotnet/maccatalyst/generated-sources/HealthKit/HKAttachmentStore.g.cs b/new/dotnet/maccatalyst/generated-sources/HealthKit/HKAttachmentStore.g.cs
index 91323d1..e6ef8be 100644
--- a/old/dotnet/maccatalyst/generated-sources/HealthKit/HKAttachmentStore.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HealthKit/HKAttachmentStore.g.cs
@@ -96,7 +96,7 @@ namespace HealthKit {
}
[Export ("addAttachmentToObject:name:contentType:URL:metadata:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddAttachment (HKObject @object, string name, global::UniformTypeIdentifiers.UTType contentType, NSUrl URL, NSDictionary<NSString, NSObject>? metadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V92))]global::System.Action<HKAttachment, NSError> completion)
+ public unsafe virtual void AddAttachment (HKObject @object, string name, global::UniformTypeIdentifiers.UTType contentType, NSUrl URL, NSDictionary<NSString, NSObject>? metadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V93))]global::System.Action<HKAttachment, NSError> completion)
{
var @object__handle__ = @object!.GetNonNullHandle (nameof (@object));
if (name is null)
@@ -107,7 +107,7 @@ namespace HealthKit {
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nsname = CFString.CreateNative (name);
- using var block_completion = Trampolines.SDActionArity2V92.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V93.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("addAttachmentToObject:name:contentType:URL:metadata:completion:"), @object__handle__, nsname, contentType__handle__, URL__handle__, metadata__handle__, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/maccatalyst/generated-sources/HealthKit/HKHealthStore.g.cs b/new/dotnet/maccatalyst/generated-sources/HealthKit/HKHealthStore.g.cs
index 7a919e6..39de7d4 100644
--- a/old/dotnet/maccatalyst/generated-sources/HealthKit/HKHealthStore.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HealthKit/HKHealthStore.g.cs
@@ -392,12 +392,12 @@ namespace HealthKit {
[SupportedOSPlatform ("maccatalyst")]
[SupportedOSPlatform ("macos13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetPreferredUnits (NSSet quantityTypes, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V93))]global::System.Action<NSDictionary, NSError> completion)
+ public unsafe virtual void GetPreferredUnits (NSSet quantityTypes, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V94))]global::System.Action<NSDictionary, NSError> completion)
{
var quantityTypes__handle__ = quantityTypes!.GetNonNullHandle (nameof (quantityTypes));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity2V93.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V94.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("preferredUnitsForQuantityTypes:completion:"), quantityTypes__handle__, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/maccatalyst/generated-sources/HealthKit/HKHeartbeatSeriesBuilder.g.cs b/new/dotnet/maccatalyst/generated-sources/HealthKit/HKHeartbeatSeriesBuilder.g.cs
index 5003e70..b3be64c 100644
--- a/old/dotnet/maccatalyst/generated-sources/HealthKit/HKHeartbeatSeriesBuilder.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HealthKit/HKHeartbeatSeriesBuilder.g.cs
@@ -146,11 +146,11 @@ namespace HealthKit {
}
[Export ("finishSeriesWithCompletion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void FinishSeries ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V94))]global::System.Action<HKHeartbeatSeriesSample, NSError> completion)
+ public unsafe virtual void FinishSeries ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V95))]global::System.Action<HKHeartbeatSeriesSample, NSError> completion)
{
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity2V94.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V95.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("finishSeriesWithCompletion:"), (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/maccatalyst/generated-sources/HealthKit/HKWorkoutRouteBuilder.g.cs b/new/dotnet/maccatalyst/generated-sources/HealthKit/HKWorkoutRouteBuilder.g.cs
index 463e11f..2ec9317 100644
--- a/old/dotnet/maccatalyst/generated-sources/HealthKit/HKWorkoutRouteBuilder.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HealthKit/HKWorkoutRouteBuilder.g.cs
@@ -147,13 +147,13 @@ namespace HealthKit {
}
[Export ("finishRouteWithWorkout:metadata:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- protected unsafe virtual void FinishRoute (HKWorkout workout, NSDictionary? metadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V95))]global::System.Action<HKWorkoutRoute, NSError> completion)
+ protected unsafe virtual void FinishRoute (HKWorkout workout, NSDictionary? metadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V96))]global::System.Action<HKWorkoutRoute, NSError> completion)
{
var workout__handle__ = workout!.GetNonNullHandle (nameof (workout));
var metadata__handle__ = metadata.GetHandle ();
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity2V95.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V96.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("finishRouteWithWorkout:metadata:completion:"), workout__handle__, metadata__handle__, (IntPtr) block_ptr_completion);
@@ -174,7 +174,7 @@ namespace HealthKit {
return tcs.Task;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void FinishRoute (HKWorkout workout, HKMetadata metadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V95))]global::System.Action<HKWorkoutRoute, NSError> completion)
+ public unsafe void FinishRoute (HKWorkout workout, HKMetadata metadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V96))]global::System.Action<HKWorkoutRoute, NSError> completion)
{
FinishRoute (workout, metadata.GetDictionary (), completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMHome.g.cs b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMHome.g.cs
index 58e537e..ea133ad 100644
--- a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMHome.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMHome.g.cs
@@ -107,14 +107,14 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddActionSet (string actionSetName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V96))]global::System.Action<HMActionSet, NSError> completion)
+ public unsafe virtual void AddActionSet (string actionSetName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V97))]global::System.Action<HMActionSet, NSError> completion)
{
if (actionSetName is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (actionSetName));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nsactionSetName = CFString.CreateNative (actionSetName);
- using var block_completion = Trampolines.SDActionArity2V96.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V97.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("addActionSetWithName:completionHandler:"), nsactionSetName, (IntPtr) block_ptr_completion);
@@ -143,14 +143,14 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddRoom (string roomName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V97))]global::System.Action<HMRoom, NSError> completion)
+ public unsafe virtual void AddRoom (string roomName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V98))]global::System.Action<HMRoom, NSError> completion)
{
if (roomName is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (roomName));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nsroomName = CFString.CreateNative (roomName);
- using var block_completion = Trampolines.SDActionArity2V97.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V98.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("addRoomWithName:completionHandler:"), nsroomName, (IntPtr) block_ptr_completion);
@@ -179,14 +179,14 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddServiceGroup (string serviceGroupName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V98))]global::System.Action<HMServiceGroup, NSError> completion)
+ public unsafe virtual void AddServiceGroup (string serviceGroupName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V99))]global::System.Action<HMServiceGroup, NSError> completion)
{
if (serviceGroupName is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (serviceGroupName));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nsserviceGroupName = CFString.CreateNative (serviceGroupName);
- using var block_completion = Trampolines.SDActionArity2V98.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V99.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("addServiceGroupWithName:completionHandler:"), nsserviceGroupName, (IntPtr) block_ptr_completion);
@@ -250,11 +250,11 @@ namespace HomeKit {
[ObsoletedOSPlatform ("maccatalyst13.1", "Use 'ManageUsers' instead.")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddUser ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V99))]global::System.Action<HMUser, NSError> completion)
+ public unsafe virtual void AddUser ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V100))]global::System.Action<HMUser, NSError> completion)
{
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity2V99.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V100.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("addUserWithCompletionHandler:"), (IntPtr) block_ptr_completion);
@@ -284,14 +284,14 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddZone (string zoneName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V100))]global::System.Action<HMZone, NSError> completion)
+ public unsafe virtual void AddZone (string zoneName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V101))]global::System.Action<HMZone, NSError> completion)
{
if (zoneName is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (zoneName));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nszoneName = CFString.CreateNative (zoneName);
- using var block_completion = Trampolines.SDActionArity2V100.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V101.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("addZoneWithName:completionHandler:"), nszoneName, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMHomeManager.g.cs b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMHomeManager.g.cs
index 484c7bc..07dc000 100644
--- a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMHomeManager.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMHomeManager.g.cs
@@ -86,14 +86,14 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddHome (string homeName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V101))]global::System.Action<HMHome, NSError> completion)
+ public unsafe virtual void AddHome (string homeName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V102))]global::System.Action<HMHome, NSError> completion)
{
if (homeName is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (homeName));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nshomeName = CFString.CreateNative (homeName);
- using var block_completion = Trampolines.SDActionArity2V101.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V102.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("addHomeWithName:completionHandler:"), nshomeName, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/maccatalyst/generated-sources/IdentityLookup/ILMessageFilterExtensionContext.g.cs b/new/dotnet/maccatalyst/generated-sources/IdentityLookup/ILMessageFilterExtensionContext.g.cs
index 29cb0b2..ec1803c 100644
--- a/old/dotnet/maccatalyst/generated-sources/IdentityLookup/ILMessageFilterExtensionContext.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/IdentityLookup/ILMessageFilterExtensionContext.g.cs
@@ -72,11 +72,11 @@ namespace IdentityLookup {
[Export ("deferQueryRequestToNetworkWithCompletion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void DeferQueryRequestToNetwork ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V102))]global::System.Action<ILNetworkResponse, NSError> completion)
+ public unsafe virtual void DeferQueryRequestToNetwork ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V103))]global::System.Action<ILNetworkResponse, NSError> completion)
{
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity2V102.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V103.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("deferQueryRequestToNetworkWithCompletion:"), (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INVoiceShortcutCenter.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INVoiceShortcutCenter.g.cs
index ae15853..d7e009b 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INVoiceShortcutCenter.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INVoiceShortcutCenter.g.cs
@@ -98,12 +98,12 @@ namespace Intents {
}
[Export ("getVoiceShortcutWithIdentifier:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetVoiceShortcut (NSUuid identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V103))]global::System.Action<INVoiceShortcut, NSError> completionHandler)
+ public unsafe virtual void GetVoiceShortcut (NSUuid identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V104))]global::System.Action<INVoiceShortcut, NSError> completionHandler)
{
var identifier__handle__ = identifier!.GetNonNullHandle (nameof (identifier));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V103.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V104.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("getVoiceShortcutWithIdentifier:completion:"), identifier__handle__, (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/maccatalyst/generated-sources/LinkPresentation/LPMetadataProvider.g.cs b/new/dotnet/maccatalyst/generated-sources/LinkPresentation/LPMetadataProvider.g.cs
index be7823c..359f815 100644
--- a/old/dotnet/maccatalyst/generated-sources/LinkPresentation/LPMetadataProvider.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/LinkPresentation/LPMetadataProvider.g.cs
@@ -94,12 +94,12 @@ namespace LinkPresentation {
}
[Export ("startFetchingMetadataForURL:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void StartFetchingMetadata (NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V104))]global::System.Action<LPLinkMetadata, NSError> completionHandler)
+ public unsafe virtual void StartFetchingMetadata (NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V105))]global::System.Action<LPLinkMetadata, NSError> completionHandler)
{
var url__handle__ = url!.GetNonNullHandle (nameof (url));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V104.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V105.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("startFetchingMetadataForURL:completionHandler:"), url__handle__, (IntPtr) block_ptr_completionHandler);
@@ -125,12 +125,12 @@ namespace LinkPresentation {
[SupportedOSPlatform ("maccatalyst15.0")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void StartFetchingMetadata (NSUrlRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V104))]global::System.Action<LPLinkMetadata, NSError> completionHandler)
+ public unsafe virtual void StartFetchingMetadata (NSUrlRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V105))]global::System.Action<LPLinkMetadata, NSError> completionHandler)
{
var request__handle__ = request!.GetNonNullHandle (nameof (request));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V104.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V105.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("startFetchingMetadataForRequest:completionHandler:"), request__handle__, (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundSceneRequest.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundSceneRequest.g.cs
index e1e4766..16acc9d 100644
--- a/old/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundSceneRequest.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundSceneRequest.g.cs
@@ -110,12 +110,12 @@ namespace MapKit {
}
[Export ("getSceneWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetScene ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V105))]global::System.Action<MKLookAroundScene, NSError> completionHandler)
+ public unsafe virtual void GetScene ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V106))]global::System.Action<MKLookAroundScene, NSError> completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V105.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V106.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("getSceneWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundSnapshotter.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundSnapshotter.g.cs
index 2fa5f47..c1a0c97 100644
--- a/old/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundSnapshotter.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundSnapshotter.g.cs
@@ -98,12 +98,12 @@ namespace MapKit {
}
[Export ("getSnapshotWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetSnapshot ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V106))]global::System.Action<MKLookAroundSnapshot, NSError> completionHandler)
+ public unsafe virtual void GetSnapshot ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V107))]global::System.Action<MKLookAroundSnapshot, NSError> completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V106.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V107.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("getSnapshotWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/maccatalyst/generated-sources/MapKit/MKMapItemRequest.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKMapItemRequest.g.cs
index 45cad39..65fce57 100644
--- a/old/dotnet/maccatalyst/generated-sources/MapKit/MKMapItemRequest.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKMapItemRequest.g.cs
@@ -97,12 +97,12 @@ namespace MapKit {
}
[Export ("getMapItemWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetMapItem ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V107))]global::System.Action<MKMapItem, NSError> completionHandler)
+ public unsafe virtual void GetMapItem ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V108))]global::System.Action<MKMapItem, NSError> completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V107.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V108.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("getMapItemWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/maccatalyst/generated-sources/MediaPlayer/MPMediaLibrary.g.cs b/new/dotnet/maccatalyst/generated-sources/MediaPlayer/MPMediaLibrary.g.cs
index 1308fdb..a75272c 100644
--- a/old/dotnet/maccatalyst/generated-sources/MediaPlayer/MPMediaLibrary.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/MediaPlayer/MPMediaLibrary.g.cs
@@ -101,12 +101,12 @@ namespace MediaPlayer {
[UnsupportedOSPlatform ("macos")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddItem (string productID, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V108))]global::System.Action<MPMediaEntity[], NSError>? completionHandler)
+ public unsafe virtual void AddItem (string productID, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V109))]global::System.Action<MPMediaEntity[], NSError>? completionHandler)
{
if (productID is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (productID));
var nsproductID = CFString.CreateNative (productID);
- using var block_completionHandler = Trampolines.SDActionArity2V108.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V109.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -174,13 +174,13 @@ namespace MediaPlayer {
[UnsupportedOSPlatform ("macos")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetPlaylist (NSUuid uuid, MPMediaPlaylistCreationMetadata? creationMetadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V109))]global::System.Action<MPMediaPlaylist, NSError> completionHandler)
+ public unsafe virtual void GetPlaylist (NSUuid uuid, MPMediaPlaylistCreationMetadata? creationMetadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V110))]global::System.Action<MPMediaPlaylist, NSError> completionHandler)
{
var uuid__handle__ = uuid!.GetNonNullHandle (nameof (uuid));
var creationMetadata__handle__ = creationMetadata.GetHandle ();
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V109.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V110.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("getPlaylistWithUUID:creationMetadata:completionHandler:"), uuid__handle__, creationMetadata__handle__, (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/maccatalyst/generated-sources/MediaPlayer/MPMusicPlayerApplicationController.g.cs b/new/dotnet/maccatalyst/generated-sources/MediaPlayer/MPMusicPlayerApplicationController.g.cs
index 6b128f9..5b5e092 100644
--- a/old/dotnet/maccatalyst/generated-sources/MediaPlayer/MPMusicPlayerApplicationController.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/MediaPlayer/MPMusicPlayerApplicationController.g.cs
@@ -84,7 +84,7 @@ namespace MediaPlayer {
[Export ("performQueueTransaction:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void Perform ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V194))]global::System.Action<MPMusicPlayerControllerMutableQueue> queueTransaction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V110))]global::System.Action<MPMusicPlayerControllerQueue, NSError> completionHandler)
+ public unsafe virtual void Perform ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V194))]global::System.Action<MPMusicPlayerControllerMutableQueue> queueTransaction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V111))]global::System.Action<MPMusicPlayerControllerQueue, NSError> completionHandler)
{
if (queueTransaction is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (queueTransaction));
@@ -92,7 +92,7 @@ namespace MediaPlayer {
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
using var block_queueTransaction = Trampolines.SDActionArity1V194.CreateBlock (queueTransaction);
BlockLiteral *block_ptr_queueTransaction = &block_queueTransaction;
- using var block_completionHandler = Trampolines.SDActionArity2V110.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V111.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("performQueueTransaction:completionHandler:"), (IntPtr) block_ptr_queueTransaction, (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/maccatalyst/generated-sources/MediaPlayer/MPPlayableContentDataSource.g.cs b/new/dotnet/maccatalyst/generated-sources/MediaPlayer/MPPlayableContentDataSource.g.cs
index 45f7db2..23118ab 100644
--- a/old/dotnet/maccatalyst/generated-sources/MediaPlayer/MPPlayableContentDataSource.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/MediaPlayer/MPPlayableContentDataSource.g.cs
@@ -58,7 +58,7 @@ namespace MediaPlayer {
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "BeginLoadingChildItems", Selector = "beginLoadingChildItemsAtIndexPath:completionHandler:", ParameterType = new Type [] { typeof (NSIndexPath), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V17) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ChildItemsDisplayPlaybackProgress", Selector = "childItemsDisplayPlaybackProgressAtIndexPath:", ReturnType = typeof (bool), ParameterType = new Type [] { typeof (NSIndexPath) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "NumberOfChildItems", Selector = "numberOfChildItemsAtIndexPath:", ReturnType = typeof (IntPtr), ParameterType = new Type [] { typeof (NSIndexPath) }, ParameterByRef = new bool [] { false })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "GetContentItem", Selector = "contentItemForIdentifier:completionHandler:", ParameterType = new Type [] { typeof (string), typeof (global::System.Action<global::MediaPlayer.MPContentItem, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V111) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "GetContentItem", Selector = "contentItemForIdentifier:completionHandler:", ParameterType = new Type [] { typeof (string), typeof (global::System.Action<global::MediaPlayer.MPContentItem, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V112) })]
public partial interface IMPPlayableContentDataSource : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -94,14 +94,14 @@ namespace MediaPlayer {
[ObsoletedOSPlatform ("maccatalyst14.0", "Use 'CarPlay' API instead.")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void GetContentItem (this IMPPlayableContentDataSource This, string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V111))]global::System.Action<MPContentItem, NSError> completionHandler)
+ public unsafe static void GetContentItem (this IMPPlayableContentDataSource This, string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V112))]global::System.Action<MPContentItem, NSError> completionHandler)
{
if (identifier is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (identifier));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
var nsidentifier = CFString.CreateNative (identifier);
- using var block_completionHandler = Trampolines.SDActionArity2V111.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V112.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("contentItemForIdentifier:completionHandler:"), nsidentifier, (IntPtr) block_ptr_completionHandler);
CFString.ReleaseNative (nsidentifier);
@@ -205,7 +205,7 @@ namespace MediaPlayer {
[ObsoletedOSPlatform ("maccatalyst14.0", "Use 'CarPlay' API instead.")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetContentItem (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V111))]global::System.Action<MPContentItem, NSError> completionHandler)
+ public unsafe virtual void GetContentItem (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V112))]global::System.Action<MPContentItem, NSError> completionHandler)
{
throw new You_Should_Not_Call_base_In_This_Method ();
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Metal/MTLDevice.g.cs b/new/dotnet/maccatalyst/generated-sources/Metal/MTLDevice.g.cs
index c4d72ff..185c255 100644
--- a/old/dotnet/maccatalyst/generated-sources/Metal/MTLDevice.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Metal/MTLDevice.g.cs
@@ -72,14 +72,14 @@ namespace Metal {
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateLibrary", Selector = "newLibraryWithFile:error:", ReturnType = typeof (IMTLLibrary), ParameterType = new Type [] { typeof (string), typeof (NSError) }, ParameterByRef = new bool [] { false, true })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateLibrary", Selector = "newLibraryWithData:error:", ReturnType = typeof (IMTLLibrary), ParameterType = new Type [] { typeof (DispatchData), typeof (NSError) }, ParameterByRef = new bool [] { false, true })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateLibrary", Selector = "newLibraryWithSource:options:error:", ReturnType = typeof (IMTLLibrary), ParameterType = new Type [] { typeof (string), typeof (MTLCompileOptions), typeof (NSError) }, ParameterByRef = new bool [] { false, false, true })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateLibrary", Selector = "newLibraryWithSource:options:completionHandler:", ParameterType = new Type [] { typeof (string), typeof (MTLCompileOptions), typeof (global::System.Action<global::Metal.IMTLLibrary, NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V112) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateLibrary", Selector = "newLibraryWithSource:options:completionHandler:", ParameterType = new Type [] { typeof (string), typeof (MTLCompileOptions), typeof (global::System.Action<global::Metal.IMTLLibrary, NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V113) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateDefaultLibrary", Selector = "newDefaultLibraryWithBundle:error:", ReturnType = typeof (IMTLLibrary), ParameterType = new Type [] { typeof (NSBundle), typeof (NSError) }, ParameterByRef = new bool [] { false, true })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateRenderPipelineState", Selector = "newRenderPipelineStateWithDescriptor:error:", ReturnType = typeof (IMTLRenderPipelineState), ParameterType = new Type [] { typeof (MTLRenderPipelineDescriptor), typeof (NSError) }, ParameterByRef = new bool [] { false, true })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateRenderPipelineState", Selector = "newRenderPipelineStateWithDescriptor:completionHandler:", ParameterType = new Type [] { typeof (MTLRenderPipelineDescriptor), typeof (global::System.Action<global::Metal.IMTLRenderPipelineState, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V113) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateRenderPipelineState", Selector = "newRenderPipelineStateWithDescriptor:completionHandler:", ParameterType = new Type [] { typeof (MTLRenderPipelineDescriptor), typeof (global::System.Action<global::Metal.IMTLRenderPipelineState, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V114) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateRenderPipelineState", Selector = "newRenderPipelineStateWithDescriptor:options:reflection:error:", ReturnType = typeof (IMTLRenderPipelineState), ParameterType = new Type [] { typeof (MTLRenderPipelineDescriptor), typeof (MTLPipelineOption), typeof (MTLRenderPipelineReflection), typeof (NSError) }, ParameterByRef = new bool [] { false, false, true, true })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateRenderPipelineState", Selector = "newRenderPipelineStateWithDescriptor:options:completionHandler:", ParameterType = new Type [] { typeof (MTLRenderPipelineDescriptor), typeof (MTLPipelineOption), typeof (global::System.Action<global::Metal.IMTLRenderPipelineState, global::Metal.MTLRenderPipelineReflection, NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity3V15) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateComputePipelineState", Selector = "newComputePipelineStateWithFunction:options:reflection:error:", ReturnType = typeof (IMTLComputePipelineState), ParameterType = new Type [] { typeof (IMTLFunction), typeof (MTLPipelineOption), typeof (MTLComputePipelineReflection), typeof (NSError) }, ParameterByRef = new bool [] { false, false, true, true })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateComputePipelineState", Selector = "newComputePipelineStateWithFunction:completionHandler:", ParameterType = new Type [] { typeof (IMTLFunction), typeof (global::System.Action<global::Metal.IMTLComputePipelineState, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V114) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateComputePipelineState", Selector = "newComputePipelineStateWithFunction:completionHandler:", ParameterType = new Type [] { typeof (IMTLFunction), typeof (global::System.Action<global::Metal.IMTLComputePipelineState, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V115) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateComputePipelineState", Selector = "newComputePipelineStateWithFunction:error:", ReturnType = typeof (IMTLComputePipelineState), ParameterType = new Type [] { typeof (IMTLFunction), typeof (NSError) }, ParameterByRef = new bool [] { false, true })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateComputePipelineState", Selector = "newComputePipelineStateWithFunction:options:completionHandler:", ParameterType = new Type [] { typeof (IMTLFunction), typeof (MTLPipelineOption), typeof (global::System.Action<global::Metal.IMTLComputePipelineState, global::Metal.MTLComputePipelineReflection, NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity3V16) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateComputePipelineState", Selector = "newComputePipelineStateWithDescriptor:options:reflection:error:", ReturnType = typeof (IMTLComputePipelineState), ParameterType = new Type [] { typeof (MTLComputePipelineDescriptor), typeof (MTLPipelineOption), typeof (MTLComputePipelineReflection), typeof (NSError) }, ParameterByRef = new bool [] { false, false, true, true })]
@@ -115,7 +115,7 @@ namespace Metal {
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateAccelerationStructure", Selector = "newAccelerationStructureWithSize:", ReturnType = typeof (IMTLAccelerationStructure), ParameterType = new Type [] { typeof (UIntPtr) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateAccelerationStructure", Selector = "newAccelerationStructureWithDescriptor:", ReturnType = typeof (IMTLAccelerationStructure), ParameterType = new Type [] { typeof (MTLAccelerationStructureDescriptor) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateLibrary", Selector = "newLibraryWithStitchedDescriptor:error:", ReturnType = typeof (IMTLLibrary), ParameterType = new Type [] { typeof (MTLStitchedLibraryDescriptor), typeof (NSError) }, ParameterByRef = new bool [] { false, true })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateLibrary", Selector = "newLibraryWithStitchedDescriptor:completionHandler:", ParameterType = new Type [] { typeof (MTLStitchedLibraryDescriptor), typeof (global::System.Action<global::Metal.IMTLLibrary, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V112) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateLibrary", Selector = "newLibraryWithStitchedDescriptor:completionHandler:", ParameterType = new Type [] { typeof (MTLStitchedLibraryDescriptor), typeof (global::System.Action<global::Metal.IMTLLibrary, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V113) })]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "Name", Selector = "name", PropertyType = typeof (string), GetterSelector = "name", ArgumentSemantic = ArgumentSemantic.None)]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "MaxThreadsPerThreadgroup", Selector = "maxThreadsPerThreadgroup", PropertyType = typeof (MTLSize), GetterSelector = "maxThreadsPerThreadgroup", ArgumentSemantic = ArgumentSemantic.None)]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "LowPower", Selector = "lowPower", PropertyType = typeof (bool), GetterSelector = "isLowPower", ArgumentSemantic = ArgumentSemantic.None)]
@@ -263,7 +263,7 @@ namespace Metal {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newLibraryWithSource:options:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void CreateLibrary (string source, MTLCompileOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V112))]global::System.Action<IMTLLibrary, NSError> completionHandler);
+ unsafe void CreateLibrary (string source, MTLCompileOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V113))]global::System.Action<IMTLLibrary, NSError> completionHandler);
[return: ReleaseAttribute ()]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
@@ -281,7 +281,7 @@ namespace Metal {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newRenderPipelineStateWithDescriptor:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void CreateRenderPipelineState (MTLRenderPipelineDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V113))]global::System.Action<IMTLRenderPipelineState, NSError> completionHandler);
+ unsafe void CreateRenderPipelineState (MTLRenderPipelineDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V114))]global::System.Action<IMTLRenderPipelineState, NSError> completionHandler);
[return: ReleaseAttribute ()]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newRenderPipelineStateWithDescriptor:options:reflection:error:")]
@@ -299,7 +299,7 @@ namespace Metal {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newComputePipelineStateWithFunction:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void CreateComputePipelineState (IMTLFunction computeFunction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V114))]global::System.Action<IMTLComputePipelineState, NSError> completionHandler);
+ unsafe void CreateComputePipelineState (IMTLFunction computeFunction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V115))]global::System.Action<IMTLComputePipelineState, NSError> completionHandler);
[return: ReleaseAttribute ()]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newComputePipelineStateWithFunction:error:")]
@@ -577,7 +577,7 @@ namespace Metal {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newLibraryWithStitchedDescriptor:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void CreateLibrary (MTLStitchedLibraryDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V112))]global::System.Action<IMTLLibrary, NSError> completionHandler);
+ unsafe void CreateLibrary (MTLStitchedLibraryDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V113))]global::System.Action<IMTLLibrary, NSError> completionHandler);
[Preserve (Conditional = true)]
string Name {
[Export ("name")]
@@ -1122,7 +1122,7 @@ namespace Metal {
}
[Export ("newLibraryWithSource:options:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateLibrary (string source, MTLCompileOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V112))]global::System.Action<IMTLLibrary, NSError> completionHandler)
+ public unsafe void CreateLibrary (string source, MTLCompileOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V113))]global::System.Action<IMTLLibrary, NSError> completionHandler)
{
if (source is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (source));
@@ -1130,7 +1130,7 @@ namespace Metal {
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
var nssource = CFString.CreateNative (source);
- using var block_completionHandler = Trampolines.SDActionArity2V112.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V113.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("newLibraryWithSource:options:completionHandler:"), nssource, options__handle__, (IntPtr) block_ptr_completionHandler);
CFString.ReleaseNative (nssource);
@@ -1165,12 +1165,12 @@ namespace Metal {
}
[Export ("newRenderPipelineStateWithDescriptor:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateRenderPipelineState (MTLRenderPipelineDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V113))]global::System.Action<IMTLRenderPipelineState, NSError> completionHandler)
+ public unsafe void CreateRenderPipelineState (MTLRenderPipelineDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V114))]global::System.Action<IMTLRenderPipelineState, NSError> completionHandler)
{
var descriptor__handle__ = descriptor!.GetNonNullHandle (nameof (descriptor));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V113.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V114.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("newRenderPipelineStateWithDescriptor:completionHandler:"), descriptor__handle__, (IntPtr) block_ptr_completionHandler);
}
@@ -1219,12 +1219,12 @@ namespace Metal {
}
[Export ("newComputePipelineStateWithFunction:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateComputePipelineState (IMTLFunction computeFunction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V114))]global::System.Action<IMTLComputePipelineState, NSError> completionHandler)
+ public unsafe void CreateComputePipelineState (IMTLFunction computeFunction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V115))]global::System.Action<IMTLComputePipelineState, NSError> completionHandler)
{
var computeFunction__handle__ = computeFunction!.GetNonNullHandle (nameof (computeFunction));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V114.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V115.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("newComputePipelineStateWithFunction:completionHandler:"), computeFunction__handle__, (IntPtr) block_ptr_completionHandler);
}
@@ -1585,12 +1585,12 @@ namespace Metal {
}
[Export ("newLibraryWithStitchedDescriptor:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateLibrary (MTLStitchedLibraryDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V112))]global::System.Action<IMTLLibrary, NSError> completionHandler)
+ public unsafe void CreateLibrary (MTLStitchedLibraryDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V113))]global::System.Action<IMTLLibrary, NSError> completionHandler)
{
var descriptor__handle__ = descriptor!.GetNonNullHandle (nameof (descriptor));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V112.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V113.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("newLibraryWithStitchedDescriptor:completionHandler:"), descriptor__handle__, (IntPtr) block_ptr_completionHandler);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Metal/MTLLibrary.g.cs b/new/dotnet/maccatalyst/generated-sources/Metal/MTLLibrary.g.cs
index 73bc63e..fdb5da5 100644
--- a/old/dotnet/maccatalyst/generated-sources/Metal/MTLLibrary.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Metal/MTLLibrary.g.cs
@@ -56,10 +56,10 @@ namespace Metal {
[Protocol (Name = "MTLLibrary", WrapperType = typeof (MTLLibraryWrapper))]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateFunction", Selector = "newFunctionWithName:", ReturnType = typeof (IMTLFunction), ParameterType = new Type [] { typeof (string) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateFunction", Selector = "newFunctionWithName:constantValues:error:", ReturnType = typeof (IMTLFunction), ParameterType = new Type [] { typeof (string), typeof (MTLFunctionConstantValues), typeof (NSError) }, ParameterByRef = new bool [] { false, false, true })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateFunction", Selector = "newFunctionWithName:constantValues:completionHandler:", ParameterType = new Type [] { typeof (string), typeof (MTLFunctionConstantValues), typeof (global::System.Action<global::Metal.IMTLFunction, NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V115) })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateFunction", Selector = "newFunctionWithDescriptor:completionHandler:", ParameterType = new Type [] { typeof (MTLFunctionDescriptor), typeof (global::System.Action<global::Metal.IMTLFunction, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V115) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateFunction", Selector = "newFunctionWithName:constantValues:completionHandler:", ParameterType = new Type [] { typeof (string), typeof (MTLFunctionConstantValues), typeof (global::System.Action<global::Metal.IMTLFunction, NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V116) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateFunction", Selector = "newFunctionWithDescriptor:completionHandler:", ParameterType = new Type [] { typeof (MTLFunctionDescriptor), typeof (global::System.Action<global::Metal.IMTLFunction, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V116) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateFunction", Selector = "newFunctionWithDescriptor:error:", ReturnType = typeof (IMTLFunction), ParameterType = new Type [] { typeof (MTLFunctionDescriptor), typeof (NSError) }, ParameterByRef = new bool [] { false, true })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateIntersectionFunction", Selector = "newIntersectionFunctionWithDescriptor:completionHandler:", ParameterType = new Type [] { typeof (MTLIntersectionFunctionDescriptor), typeof (global::System.Action<global::Metal.IMTLFunction, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V115) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateIntersectionFunction", Selector = "newIntersectionFunctionWithDescriptor:completionHandler:", ParameterType = new Type [] { typeof (MTLIntersectionFunctionDescriptor), typeof (global::System.Action<global::Metal.IMTLFunction, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V116) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CreateIntersectionFunction", Selector = "newIntersectionFunctionWithDescriptor:error:", ReturnType = typeof (IMTLFunction), ParameterType = new Type [] { typeof (MTLIntersectionFunctionDescriptor), typeof (NSError) }, ParameterByRef = new bool [] { false, true })]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "Label", Selector = "label", PropertyType = typeof (string), GetterSelector = "label", SetterSelector = "setLabel:", ArgumentSemantic = ArgumentSemantic.None)]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "Device", Selector = "device", PropertyType = typeof (IMTLDevice), GetterSelector = "device", ArgumentSemantic = ArgumentSemantic.None)]
@@ -89,7 +89,7 @@ namespace Metal {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newFunctionWithName:constantValues:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void CreateFunction (string name, MTLFunctionConstantValues constantValues, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V115))]global::System.Action<IMTLFunction, NSError> completionHandler);
+ unsafe void CreateFunction (string name, MTLFunctionConstantValues constantValues, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V116))]global::System.Action<IMTLFunction, NSError> completionHandler);
[SupportedOSPlatform ("macos11.0")]
[SupportedOSPlatform ("ios14.0")]
[SupportedOSPlatform ("tvos14.0")]
@@ -97,7 +97,7 @@ namespace Metal {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newFunctionWithDescriptor:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void CreateFunction (MTLFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V115))]global::System.Action<IMTLFunction, NSError> completionHandler);
+ unsafe void CreateFunction (MTLFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V116))]global::System.Action<IMTLFunction, NSError> completionHandler);
[return: ReleaseAttribute ()]
[SupportedOSPlatform ("macos11.0")]
[SupportedOSPlatform ("ios14.0")]
@@ -114,7 +114,7 @@ namespace Metal {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newIntersectionFunctionWithDescriptor:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void CreateIntersectionFunction (MTLIntersectionFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V115))]global::System.Action<IMTLFunction, NSError> completionHandler);
+ unsafe void CreateIntersectionFunction (MTLIntersectionFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V116))]global::System.Action<IMTLFunction, NSError> completionHandler);
[return: ReleaseAttribute ()]
[SupportedOSPlatform ("macos11.0")]
[SupportedOSPlatform ("ios14.0")]
@@ -219,7 +219,7 @@ namespace Metal {
}
[Export ("newFunctionWithName:constantValues:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateFunction (string name, MTLFunctionConstantValues constantValues, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V115))]global::System.Action<IMTLFunction, NSError> completionHandler)
+ public unsafe void CreateFunction (string name, MTLFunctionConstantValues constantValues, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V116))]global::System.Action<IMTLFunction, NSError> completionHandler)
{
if (name is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (name));
@@ -227,19 +227,19 @@ namespace Metal {
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
var nsname = CFString.CreateNative (name);
- using var block_completionHandler = Trampolines.SDActionArity2V115.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V116.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("newFunctionWithName:constantValues:completionHandler:"), nsname, constantValues__handle__, (IntPtr) block_ptr_completionHandler);
CFString.ReleaseNative (nsname);
}
[Export ("newFunctionWithDescriptor:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateFunction (MTLFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V115))]global::System.Action<IMTLFunction, NSError> completionHandler)
+ public unsafe void CreateFunction (MTLFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V116))]global::System.Action<IMTLFunction, NSError> completionHandler)
{
var descriptor__handle__ = descriptor!.GetNonNullHandle (nameof (descriptor));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V115.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V116.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("newFunctionWithDescriptor:completionHandler:"), descriptor__handle__, (IntPtr) block_ptr_completionHandler);
}
@@ -259,12 +259,12 @@ namespace Metal {
}
[Export ("newIntersectionFunctionWithDescriptor:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateIntersectionFunction (MTLIntersectionFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V115))]global::System.Action<IMTLFunction, NSError> completionHandler)
+ public unsafe void CreateIntersectionFunction (MTLIntersectionFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V116))]global::System.Action<IMTLFunction, NSError> completionHandler)
{
var descriptor__handle__ = descriptor!.GetNonNullHandle (nameof (descriptor));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V115.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V116.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("newIntersectionFunctionWithDescriptor:completionHandler:"), descriptor__handle__, (IntPtr) block_ptr_completionHandler);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/MetalPerformanceShaders/MPSNNGraph.g.cs b/new/dotnet/maccatalyst/generated-sources/MetalPerformanceShaders/MPSNNGraph.g.cs
index 35c9e03..0381ee6 100644
--- a/old/dotnet/maccatalyst/generated-sources/MetalPerformanceShaders/MPSNNGraph.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/MetalPerformanceShaders/MPSNNGraph.g.cs
@@ -287,14 +287,14 @@ namespace MetalPerformanceShaders {
}
[Export ("executeAsyncWithSourceImages:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual MPSImage Execute (MPSImage[] sourceImages, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V116))]global::System.Action<MPSImage, NSError> handler)
+ public unsafe virtual MPSImage Execute (MPSImage[] sourceImages, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V117))]global::System.Action<MPSImage, NSError> handler)
{
if (sourceImages is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (sourceImages));
if (handler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler));
var nsa_sourceImages = NSArray.FromNSObjects (sourceImages);
- using var block_handler = Trampolines.SDActionArity2V116.CreateBlock (handler);
+ using var block_handler = Trampolines.SDActionArity2V117.CreateBlock (handler);
BlockLiteral *block_ptr_handler = &block_handler;
MPSImage? ret;
if (IsDirectBinding) {
diff --git a/old/dotnet/maccatalyst/generated-sources/NaturalLanguage/NLTagger.g.cs b/new/dotnet/maccatalyst/generated-sources/NaturalLanguage/NLTagger.g.cs
index 8ec376e..0b5e771 100644
--- a/old/dotnet/maccatalyst/generated-sources/NaturalLanguage/NLTagger.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/NaturalLanguage/NLTagger.g.cs
@@ -278,13 +278,13 @@ namespace NaturalLanguage {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void RequestAssets (NSString language, NSString tagScheme, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V117))]global::System.Action<NLTaggerAssetsResult, NSError> completionHandler)
+ public unsafe static void RequestAssets (NSString language, NSString tagScheme, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V118))]global::System.Action<NLTaggerAssetsResult, NSError> completionHandler)
{
var language__handle__ = language!.GetNonNullHandle (nameof (language));
var tagScheme__handle__ = tagScheme!.GetNonNullHandle (nameof (tagScheme));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V117.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V118.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("requestAssetsForLanguage:tagScheme:completionHandler:"), language__handle__, tagScheme__handle__, (IntPtr) block_ptr_completionHandler);
}
@@ -310,7 +310,7 @@ namespace NaturalLanguage {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void RequestAssets (NLLanguage language, NLTagScheme tagScheme, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V117))]global::System.Action<NLTaggerAssetsResult, NSError> completionHandler)
+ public unsafe static void RequestAssets (NLLanguage language, NLTagScheme tagScheme, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V118))]global::System.Action<NLTaggerAssetsResult, NSError> completionHandler)
{
RequestAssets (language.GetConstant ()!, tagScheme.GetConstant ()!, completionHandler);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/NetworkExtension/NEAppProxyProviderManager.g.cs b/new/dotnet/maccatalyst/generated-sources/NetworkExtension/NEAppProxyProviderManager.g.cs
index 074389f..7be0b17 100644
--- a/old/dotnet/maccatalyst/generated-sources/NetworkExtension/NEAppProxyProviderManager.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/NetworkExtension/NEAppProxyProviderManager.g.cs
@@ -71,11 +71,11 @@ namespace NetworkExtension {
[Export ("loadAllFromPreferencesWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void LoadAllFromPreferences ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V118))]global::System.Action<NSArray, NSError> completionHandler)
+ public unsafe static void LoadAllFromPreferences ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V119))]global::System.Action<NSArray, NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V118.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V119.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, Selector.GetHandle ("loadAllFromPreferencesWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/NetworkExtension/NEAppPushManager.g.cs b/new/dotnet/maccatalyst/generated-sources/NetworkExtension/NEAppPushManager.g.cs
index 5990f9b..613bdb8 100644
--- a/old/dotnet/maccatalyst/generated-sources/NetworkExtension/NEAppPushManager.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/NetworkExtension/NEAppPushManager.g.cs
@@ -84,11 +84,11 @@ namespace NetworkExtension {
[Export ("loadAllFromPreferencesWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void LoadAllFromPreferences ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V119))]global::System.Action<NEAppPushManager[], NSError> completionHandler)
+ public unsafe static void LoadAllFromPreferences ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V120))]global::System.Action<NEAppPushManager[], NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V119.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V120.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, Selector.GetHandle ("loadAllFromPreferencesWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/NetworkExtension/NEPacketTunnelFlow.g.cs b/new/dotnet/maccatalyst/generated-sources/NetworkExtension/NEPacketTunnelFlow.g.cs
index c294dab..59affc6 100644
--- a/old/dotnet/maccatalyst/generated-sources/NetworkExtension/NEPacketTunnelFlow.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/NetworkExtension/NEPacketTunnelFlow.g.cs
@@ -112,11 +112,11 @@ namespace NetworkExtension {
}
[Export ("readPacketsWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ReadPackets ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V120))]global::System.Action<NSData[], NSNumber[]> completionHandler)
+ public unsafe virtual void ReadPackets ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V121))]global::System.Action<NSData[], NSNumber[]> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V120.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V121.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("readPacketsWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/maccatalyst/generated-sources/NetworkExtension/NETunnelProviderManager.g.cs b/new/dotnet/maccatalyst/generated-sources/NetworkExtension/NETunnelProviderManager.g.cs
index 0ea4819..3f364bf 100644
--- a/old/dotnet/maccatalyst/generated-sources/NetworkExtension/NETunnelProviderManager.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/NetworkExtension/NETunnelProviderManager.g.cs
@@ -103,11 +103,11 @@ namespace NetworkExtension {
}
[Export ("loadAllFromPreferencesWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void LoadAllFromPreferences ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V118))]global::System.Action<NSArray, NSError> completionHandler)
+ public unsafe static void LoadAllFromPreferences ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V119))]global::System.Action<NSArray, NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity2V118.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity2V119.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, Selector.GetHandle ("loadAllFromPreferencesWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/NetworkExtension/NWTcpConnectionAuthenticationDelegate.g.cs b/new/dotnet/maccatalyst/generated-sources/NetworkExtension/NWTcpConnectionAuthenticationDelegate.g.cs
index 3c09055..a4b799f 100644
--- a/old/dotnet/maccatalyst/generated-sources/NetworkExtension/NWTcpConnectionAuthenticationDelegate.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/NetworkExtension/NWTcpConnectionAuthenticationDelegate.g.cs
@@ -54,7 +54,7 @@ namespace NetworkExtension {
[SupportedOSPlatform ("maccatalyst")]
[Protocol (Name = "NWTCPConnectionAuthenticationDelegate", WrapperType = typeof (NWTcpConnectionAuthenticationDelegateWrapper))]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ShouldProvideIdentity", Selector = "shouldProvideIdentityForConnection:", ReturnType = typeof (bool), ParameterType = new Type [] { typeof (NWTcpConnection) }, ParameterByRef = new bool [] { false })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ProvideIdentity", Selector = "provideIdentityForConnection:completionHandler:", ParameterType = new Type [] { typeof (NWTcpConnection), typeof (global::System.Action<global::Security.SecIdentity, NSArray>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V121) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ProvideIdentity", Selector = "provideIdentityForConnection:completionHandler:", ParameterType = new Type [] { typeof (NWTcpConnection), typeof (global::System.Action<global::Security.SecIdentity, NSArray>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V122) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ShouldEvaluateTrust", Selector = "shouldEvaluateTrustForConnection:", ReturnType = typeof (bool), ParameterType = new Type [] { typeof (NWTcpConnection) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "EvaluateTrust", Selector = "evaluateTrustForConnection:peerCertificateChain:completionHandler:", ParameterType = new Type [] { typeof (NWTcpConnection), typeof (NSArray), typeof (global::System.Action<global::Security.SecTrust>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V200) })]
public partial interface INWTcpConnectionAuthenticationDelegate : INativeObject, IDisposable
@@ -68,12 +68,12 @@ namespace NetworkExtension {
return global::ObjCRuntime.Messaging.bool_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("shouldProvideIdentityForConnection:"), connection__handle__);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ProvideIdentity (this INWTcpConnectionAuthenticationDelegate This, NWTcpConnection connection, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V121))]global::System.Action<global::Security.SecIdentity, NSArray> completion)
+ public unsafe static void ProvideIdentity (this INWTcpConnectionAuthenticationDelegate This, NWTcpConnection connection, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V122))]global::System.Action<global::Security.SecIdentity, NSArray> completion)
{
var connection__handle__ = connection!.GetNonNullHandle (nameof (connection));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity2V121.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V122.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("provideIdentityForConnection:completionHandler:"), connection__handle__, (IntPtr) block_ptr_completion);
}
@@ -151,7 +151,7 @@ namespace NetworkExtension {
}
[Export ("provideIdentityForConnection:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ProvideIdentity (NWTcpConnection connection, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V121))]global::System.Action<global::Security.SecIdentity, NSArray> completion)
+ public unsafe virtual void ProvideIdentity (NWTcpConnection connection, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V122))]global::System.Action<global::Security.SecIdentity, NSArray> completion)
{
throw new You_Should_Not_Call_base_In_This_Method ();
}
diff --git a/old/dotnet/maccatalyst/generated-sources/NetworkExtension/NWUdpSession.g.cs b/new/dotnet/maccatalyst/generated-sources/NetworkExtension/NWUdpSession.g.cs
index 0c33a3e..791eb82 100644
--- a/old/dotnet/maccatalyst/generated-sources/NetworkExtension/NWUdpSession.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/NetworkExtension/NWUdpSession.g.cs
@@ -105,11 +105,11 @@ namespace NetworkExtension {
}
[Export ("setReadHandler:maxDatagrams:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SetReadHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V118))]global::System.Action<NSArray, NSError> handler, nuint maxDatagrams)
+ public unsafe virtual void SetReadHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V119))]global::System.Action<NSArray, NSError> handler, nuint maxDatagrams)
{
if (handler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler));
- using var block_handler = Trampolines.SDActionArity2V118.CreateBlock (handler);
+ using var block_handler = Trampolines.SDActionArity2V119.CreateBlock (handler);
BlockLiteral *block_ptr_handler = &block_handler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_UIntPtr (this.Handle, Selector.GetHandle ("setReadHandler:maxDatagrams:"), (IntPtr) block_ptr_handler, maxDatagrams);
diff --git a/old/dotnet/maccatalyst/generated-sources/ObjCRuntime/Trampolines.g.cs b/new/dotnet/maccatalyst/generated-sources/ObjCRuntime/Trampolines.g.cs
index 4aba034..14c9fe1 100644
--- a/old/dotnet/maccatalyst/generated-sources/ObjCRuntime/Trampolines.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/ObjCRuntime/Trampolines.g.cs
@@ -32069,11 +32069,11 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V64 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<INSItemProviderReading, NSError>))]
- unsafe internal delegate void DActionArity2V70 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V71 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V70 {
+ static internal class SDActionArity2V71 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -32092,15 +32092,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<INSItemProviderReading, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V70), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V71), nameof (Invoke));
}
- } /* class SDActionArity2V70 */
- internal sealed class NIDActionArity2V70 : TrampolineBlockBase {
- DActionArity2V70 invoker;
+ } /* class SDActionArity2V71 */
+ internal sealed class NIDActionArity2V71 : TrampolineBlockBase {
+ DActionArity2V71 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V70 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V71 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V70> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V71> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -32109,7 +32109,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<INSItemProviderReading, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V70 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V71 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (INSItemProviderReading arg1, NSError arg2)
@@ -32118,14 +32118,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V70 */
+ } /* class NIDActionArity2V71 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSArray, NSError>))]
- unsafe internal delegate void DActionArity2V118 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V119 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V118 {
+ static internal class SDActionArity2V119 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -32144,15 +32144,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSArray, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V118), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V119), nameof (Invoke));
}
- } /* class SDActionArity2V118 */
- internal sealed class NIDActionArity2V118 : TrampolineBlockBase {
- DActionArity2V118 invoker;
+ } /* class SDActionArity2V119 */
+ internal sealed class NIDActionArity2V119 : TrampolineBlockBase {
+ DActionArity2V119 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V118 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V119 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V118> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V119> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -32161,7 +32161,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSArray, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V118 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V119 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSArray arg1, NSError arg2)
@@ -32170,7 +32170,7 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V118 */
+ } /* class NIDActionArity2V119 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSArray<global::AVFoundation.AVAssetTrack>, NSError>))]
unsafe internal delegate void DActionArity2V11 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
@@ -32697,11 +32697,11 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V62 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSData[], NSNumber[]>))]
- unsafe internal delegate void DActionArity2V120 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V121 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V120 {
+ static internal class SDActionArity2V121 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -32720,15 +32720,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSData[], NSNumber[]> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V120), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V121), nameof (Invoke));
}
- } /* class SDActionArity2V120 */
- internal sealed class NIDActionArity2V120 : TrampolineBlockBase {
- DActionArity2V120 invoker;
+ } /* class SDActionArity2V121 */
+ internal sealed class NIDActionArity2V121 : TrampolineBlockBase {
+ DActionArity2V121 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V120 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V121 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V120> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V121> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -32737,7 +32737,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSData[], NSNumber[]>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V120 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V121 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSData[] arg1, NSNumber[] arg2)
@@ -32754,14 +32754,14 @@ namespace ObjCRuntime {
if (nsa_arg2 is not null)
nsa_arg2.Dispose ();
}
- } /* class NIDActionArity2V120 */
+ } /* class NIDActionArity2V121 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSDictionary, NSError>))]
- unsafe internal delegate void DActionArity2V93 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V94 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V93 {
+ static internal class SDActionArity2V94 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -32780,15 +32780,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSDictionary, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V93), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V94), nameof (Invoke));
}
- } /* class SDActionArity2V93 */
- internal sealed class NIDActionArity2V93 : TrampolineBlockBase {
- DActionArity2V93 invoker;
+ } /* class SDActionArity2V94 */
+ internal sealed class NIDActionArity2V94 : TrampolineBlockBase {
+ DActionArity2V94 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V93 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V94 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V93> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V94> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -32797,7 +32797,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSDictionary, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V93 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V94 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSDictionary arg1, NSError arg2)
@@ -32806,7 +32806,7 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V93 */
+ } /* class NIDActionArity2V94 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSDictionary<NSString, NSFileProviderService>, NSError>))]
unsafe internal delegate void DActionArity2V68 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
@@ -32861,11 +32861,11 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V68 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSDictionary<NSString, NSObject>, NSError>))]
- unsafe internal delegate void DActionArity2V151 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V152 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V151 {
+ static internal class SDActionArity2V152 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -32884,15 +32884,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSDictionary<NSString, NSObject>, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V151), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V152), nameof (Invoke));
}
- } /* class SDActionArity2V151 */
- internal sealed class NIDActionArity2V151 : TrampolineBlockBase {
- DActionArity2V151 invoker;
+ } /* class SDActionArity2V152 */
+ internal sealed class NIDActionArity2V152 : TrampolineBlockBase {
+ DActionArity2V152 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V151 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V152 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V151> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V152> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -32901,7 +32901,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSDictionary<NSString, NSObject>, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V151 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V152 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSDictionary<NSString, NSObject> arg1, NSError arg2)
@@ -32910,14 +32910,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V151 */
+ } /* class NIDActionArity2V152 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSDictionary<NSString, NSObject>[], NSError>))]
- unsafe internal delegate void DActionArity2V152 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V153 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V152 {
+ static internal class SDActionArity2V153 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -32936,15 +32936,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSDictionary<NSString, NSObject>[], NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V152), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V153), nameof (Invoke));
}
- } /* class SDActionArity2V152 */
- internal sealed class NIDActionArity2V152 : TrampolineBlockBase {
- DActionArity2V152 invoker;
+ } /* class SDActionArity2V153 */
+ internal sealed class NIDActionArity2V153 : TrampolineBlockBase {
+ DActionArity2V153 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V152 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V153 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V152> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V153> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -32953,7 +32953,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSDictionary<NSString, NSObject>[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V152 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V153 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSDictionary<NSString, NSObject>[] arg1, NSError arg2)
@@ -32966,7 +32966,7 @@ namespace ObjCRuntime {
if (nsa_arg1 is not null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V152 */
+ } /* class NIDActionArity2V153 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSDictionary<NSString, NSOperation>, NSError>))]
unsafe internal delegate void DActionArity2V36 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
@@ -33077,11 +33077,11 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V65 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSObject, NSError>))]
- unsafe internal delegate void DActionArity2V69 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V70 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V69 {
+ static internal class SDActionArity2V70 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -33100,15 +33100,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSObject, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V69), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V70), nameof (Invoke));
}
- } /* class SDActionArity2V69 */
- internal sealed class NIDActionArity2V69 : TrampolineBlockBase {
- DActionArity2V69 invoker;
+ } /* class SDActionArity2V70 */
+ internal sealed class NIDActionArity2V70 : TrampolineBlockBase {
+ DActionArity2V70 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V69 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V70 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V69> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V70> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -33117,7 +33117,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSObject, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V69 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V70 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSObject arg1, NSError arg2)
@@ -33126,14 +33126,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V69 */
+ } /* class NIDActionArity2V70 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSObject, NSString>))]
- unsafe internal delegate void DActionArity2V157 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V158 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V157 {
+ static internal class SDActionArity2V158 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -33152,15 +33152,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSObject, NSString> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V157), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V158), nameof (Invoke));
}
- } /* class SDActionArity2V157 */
- internal sealed class NIDActionArity2V157 : TrampolineBlockBase {
- DActionArity2V157 invoker;
+ } /* class SDActionArity2V158 */
+ internal sealed class NIDActionArity2V158 : TrampolineBlockBase {
+ DActionArity2V158 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V157 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V158 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V157> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V158> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -33169,7 +33169,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSObject, NSString>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V157 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V158 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSObject arg1, NSString arg2)
@@ -33178,14 +33178,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V157 */
+ } /* class NIDActionArity2V158 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSSet<NSString>, NSError>))]
- unsafe internal delegate void DActionArity2V149 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V150 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V149 {
+ static internal class SDActionArity2V150 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -33204,15 +33204,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSSet<NSString>, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V149), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V150), nameof (Invoke));
}
- } /* class SDActionArity2V149 */
- internal sealed class NIDActionArity2V149 : TrampolineBlockBase {
- DActionArity2V149 invoker;
+ } /* class SDActionArity2V150 */
+ internal sealed class NIDActionArity2V150 : TrampolineBlockBase {
+ DActionArity2V150 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V149 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V150 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V149> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V150> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -33221,7 +33221,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSSet<NSString>, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V149 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V150 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSSet<NSString> arg1, NSError arg2)
@@ -33230,14 +33230,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V149 */
+ } /* class NIDActionArity2V150 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSSet<NSString>[], NSError>))]
- unsafe internal delegate void DActionArity2V150 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V151 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V150 {
+ static internal class SDActionArity2V151 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -33256,15 +33256,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSSet<NSString>[], NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V150), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V151), nameof (Invoke));
}
- } /* class SDActionArity2V150 */
- internal sealed class NIDActionArity2V150 : TrampolineBlockBase {
- DActionArity2V150 invoker;
+ } /* class SDActionArity2V151 */
+ internal sealed class NIDActionArity2V151 : TrampolineBlockBase {
+ DActionArity2V151 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V150 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V151 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V150> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V151> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -33273,7 +33273,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSSet<NSString>[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V150 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V151 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSSet<NSString>[] arg1, NSError arg2)
@@ -33286,14 +33286,14 @@ namespace ObjCRuntime {
if (nsa_arg1 is not null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V150 */
+ } /* class NIDActionArity2V151 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSSet<global::ThreadNetwork.THCredentials>, NSError>))]
- unsafe internal delegate void DActionArity2V144 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V145 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V144 {
+ static internal class SDActionArity2V145 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -33312,15 +33312,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSSet<global::ThreadNetwork.THCredentials>, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V144), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V145), nameof (Invoke));
}
- } /* class SDActionArity2V144 */
- internal sealed class NIDActionArity2V144 : TrampolineBlockBase {
- DActionArity2V144 invoker;
+ } /* class SDActionArity2V145 */
+ internal sealed class NIDActionArity2V145 : TrampolineBlockBase {
+ DActionArity2V145 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V144 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V145 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V144> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V145> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -33329,7 +33329,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSSet<global::ThreadNetwork.THCredentials>, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V144 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V145 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSSet<global::ThreadNetwork.THCredentials> arg1, NSError arg2)
@@ -33338,14 +33338,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V144 */
+ } /* class NIDActionArity2V145 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSString, NSError>))]
- unsafe internal delegate void DActionArity2V141 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V142 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V141 {
+ static internal class SDActionArity2V142 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -33364,15 +33364,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSString, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V141), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V142), nameof (Invoke));
}
- } /* class SDActionArity2V141 */
- internal sealed class NIDActionArity2V141 : TrampolineBlockBase {
- DActionArity2V141 invoker;
+ } /* class SDActionArity2V142 */
+ internal sealed class NIDActionArity2V142 : TrampolineBlockBase {
+ DActionArity2V142 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V141 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V142 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V141> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V142> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -33381,7 +33381,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSString, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V141 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V142 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSString arg1, NSError arg2)
@@ -33390,14 +33390,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V141 */
+ } /* class NIDActionArity2V142 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSString, bool>))]
- unsafe internal delegate void DActionArity2V147 (IntPtr block, NativeHandle arg1, byte arg2);
+ unsafe internal delegate void DActionArity2V148 (IntPtr block, NativeHandle arg1, byte arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V147 {
+ static internal class SDActionArity2V148 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, byte arg2) {
@@ -33416,15 +33416,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSString, bool> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, byte, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V147), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V148), nameof (Invoke));
}
- } /* class SDActionArity2V147 */
- internal sealed class NIDActionArity2V147 : TrampolineBlockBase {
- DActionArity2V147 invoker;
+ } /* class SDActionArity2V148 */
+ internal sealed class NIDActionArity2V148 : TrampolineBlockBase {
+ DActionArity2V148 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V147 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V148 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V147> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V148> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -33433,7 +33433,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSString, bool>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V147 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V148 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSString arg1, bool arg2)
@@ -33441,7 +33441,7 @@ namespace ObjCRuntime {
var arg1__handle__ = arg1.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2 ? (byte) 1 : (byte) 0);
}
- } /* class NIDActionArity2V147 */
+ } /* class NIDActionArity2V148 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSUrl, NSError>))]
unsafe internal delegate void DActionArity2V55 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
@@ -33496,11 +33496,11 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V55 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSUrl, global::UIKit.UIDocumentBrowserImportMode>))]
- unsafe internal delegate void DActionArity2V148 (IntPtr block, NativeHandle arg1, UIntPtr arg2);
+ unsafe internal delegate void DActionArity2V149 (IntPtr block, NativeHandle arg1, UIntPtr arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V148 {
+ static internal class SDActionArity2V149 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, UIntPtr arg2) {
@@ -33519,15 +33519,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSUrl, global::UIKit.UIDocumentBrowserImportMode> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, UIntPtr, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V148), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V149), nameof (Invoke));
}
- } /* class SDActionArity2V148 */
- internal sealed class NIDActionArity2V148 : TrampolineBlockBase {
- DActionArity2V148 invoker;
+ } /* class SDActionArity2V149 */
+ internal sealed class NIDActionArity2V149 : TrampolineBlockBase {
+ DActionArity2V149 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V148 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V149 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V148> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V149> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -33536,7 +33536,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSUrl, global::UIKit.UIDocumentBrowserImportMode>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V148 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V149 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSUrl arg1, global::UIKit.UIDocumentBrowserImportMode arg2)
@@ -33544,7 +33544,7 @@ namespace ObjCRuntime {
var arg1__handle__ = arg1.GetHandle ();
invoker (BlockPointer, arg1__handle__, (UIntPtr) (ulong) arg2);
}
- } /* class NIDActionArity2V148 */
+ } /* class NIDActionArity2V149 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSUrlSessionAuthChallengeDisposition, NSUrlCredential>))]
unsafe internal delegate void DActionArity2V7 (IntPtr block, IntPtr arg1, NativeHandle arg2);
@@ -33649,11 +33649,11 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V8 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSUrlSessionWebSocketMessage, NSError>))]
- unsafe internal delegate void DActionArity2V71 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V72 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V71 {
+ static internal class SDActionArity2V72 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -33672,15 +33672,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSUrlSessionWebSocketMessage, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V71), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V72), nameof (Invoke));
}
- } /* class SDActionArity2V71 */
- internal sealed class NIDActionArity2V71 : TrampolineBlockBase {
- DActionArity2V71 invoker;
+ } /* class SDActionArity2V72 */
+ internal sealed class NIDActionArity2V72 : TrampolineBlockBase {
+ DActionArity2V72 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V71 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V72 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V71> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V72> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -33689,7 +33689,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSUrlSessionWebSocketMessage, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V71 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V72 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSUrlSessionWebSocketMessage arg1, NSError arg2)
@@ -33698,14 +33698,66 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V71 */
+ } /* class NIDActionArity2V72 */
+ [UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
+ [UserDelegateType (typeof (global::System.Action<NSXpcConnection, NSError>))]
+ unsafe internal delegate void DActionArity2V69 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ //
+ // This class bridges native block invocations that call into C#
+ //
+ static internal class SDActionArity2V69 {
+ [Preserve (Conditional = true)]
+ [UnmanagedCallersOnly]
+ internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
+ var del = BlockLiteral.GetTarget<global::System.Action<NSXpcConnection, NSError>> (block);
+ if (del is not null) {
+ del ( Runtime.GetNSObject<NSXpcConnection> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
+ }
+ }
+ internal static unsafe BlockLiteral CreateNullableBlock (global::System.Action<NSXpcConnection, NSError>? callback)
+ {
+ if (callback is null)
+ return default (BlockLiteral);
+ return CreateBlock (callback);
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSXpcConnection, NSError> callback)
+ {
+ delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V69), nameof (Invoke));
+ }
+ } /* class SDActionArity2V69 */
+ internal sealed class NIDActionArity2V69 : TrampolineBlockBase {
+ DActionArity2V69 invoker;
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe NIDActionArity2V69 (BlockLiteral *block) : base (block)
+ {
+ invoker = block->GetDelegateForBlock<DActionArity2V69> ();
+ }
+ [Preserve (Conditional=true)]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe static global::System.Action<NSXpcConnection, NSError>? Create (IntPtr block)
+ {
+ if (block == IntPtr.Zero)
+ return null;
+ var del = (global::System.Action<NSXpcConnection, NSError>) GetExistingManagedDelegate (block);
+ return del ?? new NIDActionArity2V69 ((BlockLiteral *) block).Invoke;
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ unsafe void Invoke (NSXpcConnection arg1, NSError arg2)
+ {
+ var arg1__handle__ = arg1.GetHandle ();
+ var arg2__handle__ = arg2.GetHandle ();
+ invoker (BlockPointer, arg1__handle__, arg2__handle__);
+ }
+ } /* class NIDActionArity2V69 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameController.GCPhysicalInputProfile, global::GameController.GCControllerElement>))]
- unsafe internal delegate void DActionArity2V72 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V73 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V72 {
+ static internal class SDActionArity2V73 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -33724,15 +33776,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameController.GCPhysicalInputProfile, global::GameController.GCControllerElement> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V72), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V73), nameof (Invoke));
}
- } /* class SDActionArity2V72 */
- internal sealed class NIDActionArity2V72 : TrampolineBlockBase {
- DActionArity2V72 invoker;
+ } /* class SDActionArity2V73 */
+ internal sealed class NIDActionArity2V73 : TrampolineBlockBase {
+ DActionArity2V73 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V72 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V73 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V72> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V73> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -33741,7 +33793,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameController.GCPhysicalInputProfile, global::GameController.GCControllerElement>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V72 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V73 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameController.GCPhysicalInputProfile arg1, global::GameController.GCControllerElement arg2)
@@ -33750,14 +33802,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V72 */
+ } /* class NIDActionArity2V73 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKChallenge[], NSError>))]
- unsafe internal delegate void DActionArity2V75 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V76 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V75 {
+ static internal class SDActionArity2V76 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -33776,15 +33828,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKChallenge[], NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V75), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V76), nameof (Invoke));
}
- } /* class SDActionArity2V75 */
- internal sealed class NIDActionArity2V75 : TrampolineBlockBase {
- DActionArity2V75 invoker;
+ } /* class SDActionArity2V76 */
+ internal sealed class NIDActionArity2V76 : TrampolineBlockBase {
+ DActionArity2V76 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V75 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V76 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V75> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V76> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -33793,7 +33845,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKChallenge[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V75 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V76 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKChallenge[] arg1, NSError arg2)
@@ -33806,14 +33858,14 @@ namespace ObjCRuntime {
if (nsa_arg1 is not null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V75 */
+ } /* class NIDActionArity2V76 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKCloudPlayer, NSError>))]
- unsafe internal delegate void DActionArity2V76 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V77 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V76 {
+ static internal class SDActionArity2V77 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -33832,15 +33884,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKCloudPlayer, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V76), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V77), nameof (Invoke));
}
- } /* class SDActionArity2V76 */
- internal sealed class NIDActionArity2V76 : TrampolineBlockBase {
- DActionArity2V76 invoker;
+ } /* class SDActionArity2V77 */
+ internal sealed class NIDActionArity2V77 : TrampolineBlockBase {
+ DActionArity2V77 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V76 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V77 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V76> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V77> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -33849,7 +33901,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKCloudPlayer, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V76 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V77 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKCloudPlayer arg1, NSError arg2)
@@ -33858,14 +33910,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V76 */
+ } /* class NIDActionArity2V77 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKFriendsAuthorizationStatus, NSError>))]
- unsafe internal delegate void DActionArity2V81 (IntPtr block, IntPtr arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V82 (IntPtr block, IntPtr arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V81 {
+ static internal class SDActionArity2V82 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, IntPtr arg1, NativeHandle arg2) {
@@ -33884,15 +33936,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKFriendsAuthorizationStatus, NSError> callback)
{
delegate* unmanaged<IntPtr, IntPtr, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V81), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V82), nameof (Invoke));
}
- } /* class SDActionArity2V81 */
- internal sealed class NIDActionArity2V81 : TrampolineBlockBase {
- DActionArity2V81 invoker;
+ } /* class SDActionArity2V82 */
+ internal sealed class NIDActionArity2V82 : TrampolineBlockBase {
+ DActionArity2V82 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V81 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V82 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V81> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V82> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -33901,7 +33953,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKFriendsAuthorizationStatus, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V81 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V82 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKFriendsAuthorizationStatus arg1, NSError arg2)
@@ -33909,14 +33961,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, (IntPtr) (long) arg1, arg2__handle__);
}
- } /* class NIDActionArity2V81 */
+ } /* class NIDActionArity2V82 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKGameSession, NSError>))]
- unsafe internal delegate void DActionArity2V77 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V78 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V77 {
+ static internal class SDActionArity2V78 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -33935,15 +33987,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKGameSession, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V77), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V78), nameof (Invoke));
}
- } /* class SDActionArity2V77 */
- internal sealed class NIDActionArity2V77 : TrampolineBlockBase {
- DActionArity2V77 invoker;
+ } /* class SDActionArity2V78 */
+ internal sealed class NIDActionArity2V78 : TrampolineBlockBase {
+ DActionArity2V78 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V77 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V78 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V77> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V78> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -33952,7 +34004,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKGameSession, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V77 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V78 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKGameSession arg1, NSError arg2)
@@ -33961,14 +34013,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V77 */
+ } /* class NIDActionArity2V78 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKGameSession[], NSError>))]
- unsafe internal delegate void DActionArity2V78 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V79 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V78 {
+ static internal class SDActionArity2V79 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -33987,15 +34039,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKGameSession[], NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V78), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V79), nameof (Invoke));
}
- } /* class SDActionArity2V78 */
- internal sealed class NIDActionArity2V78 : TrampolineBlockBase {
- DActionArity2V78 invoker;
+ } /* class SDActionArity2V79 */
+ internal sealed class NIDActionArity2V79 : TrampolineBlockBase {
+ DActionArity2V79 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V78 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V79 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V78> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V79> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -34004,7 +34056,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKGameSession[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V78 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V79 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKGameSession[] arg1, NSError arg2)
@@ -34017,14 +34069,14 @@ namespace ObjCRuntime {
if (nsa_arg1 is not null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V78 */
+ } /* class NIDActionArity2V79 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKLeaderboard[], NSError>))]
- unsafe internal delegate void DActionArity2V79 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V80 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V79 {
+ static internal class SDActionArity2V80 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -34043,15 +34095,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKLeaderboard[], NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V79), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V80), nameof (Invoke));
}
- } /* class SDActionArity2V79 */
- internal sealed class NIDActionArity2V79 : TrampolineBlockBase {
- DActionArity2V79 invoker;
+ } /* class SDActionArity2V80 */
+ internal sealed class NIDActionArity2V80 : TrampolineBlockBase {
+ DActionArity2V80 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V79 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V80 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V79> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V80> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -34060,7 +34112,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKLeaderboard[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V79 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V80 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKLeaderboard[] arg1, NSError arg2)
@@ -34073,14 +34125,14 @@ namespace ObjCRuntime {
if (nsa_arg1 is not null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V79 */
+ } /* class NIDActionArity2V80 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKMatch, NSError>))]
- unsafe internal delegate void DActionArity2V84 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V85 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V84 {
+ static internal class SDActionArity2V85 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -34099,15 +34151,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKMatch, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V84), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V85), nameof (Invoke));
}
- } /* class SDActionArity2V84 */
- internal sealed class NIDActionArity2V84 : TrampolineBlockBase {
- DActionArity2V84 invoker;
+ } /* class SDActionArity2V85 */
+ internal sealed class NIDActionArity2V85 : TrampolineBlockBase {
+ DActionArity2V85 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V84 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V85 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V84> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V85> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -34116,7 +34168,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKMatch, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V84 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V85 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKMatch arg1, NSError arg2)
@@ -34125,14 +34177,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V84 */
+ } /* class NIDActionArity2V85 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKPlayer, global::GameKit.GKInviteRecipientResponse>))]
- unsafe internal delegate void DActionArity2V86 (IntPtr block, NativeHandle arg1, IntPtr arg2);
+ unsafe internal delegate void DActionArity2V87 (IntPtr block, NativeHandle arg1, IntPtr arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V86 {
+ static internal class SDActionArity2V87 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, IntPtr arg2) {
@@ -34151,15 +34203,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKPlayer, global::GameKit.GKInviteRecipientResponse> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, IntPtr, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V86), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V87), nameof (Invoke));
}
- } /* class SDActionArity2V86 */
- internal sealed class NIDActionArity2V86 : TrampolineBlockBase {
- DActionArity2V86 invoker;
+ } /* class SDActionArity2V87 */
+ internal sealed class NIDActionArity2V87 : TrampolineBlockBase {
+ DActionArity2V87 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V86 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V87 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V86> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V87> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -34168,7 +34220,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKPlayer, global::GameKit.GKInviteRecipientResponse>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V86 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V87 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKPlayer arg1, global::GameKit.GKInviteRecipientResponse arg2)
@@ -34176,14 +34228,14 @@ namespace ObjCRuntime {
var arg1__handle__ = arg1.GetHandle ();
invoker (BlockPointer, arg1__handle__, (IntPtr) (long) arg2);
}
- } /* class NIDActionArity2V86 */
+ } /* class NIDActionArity2V87 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKPlayer, global::GameKit.GKVoiceChatPlayerState>))]
- unsafe internal delegate void DActionArity2V91 (IntPtr block, NativeHandle arg1, IntPtr arg2);
+ unsafe internal delegate void DActionArity2V92 (IntPtr block, NativeHandle arg1, IntPtr arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V91 {
+ static internal class SDActionArity2V92 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, IntPtr arg2) {
@@ -34202,15 +34254,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKPlayer, global::GameKit.GKVoiceChatPlayerState> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, IntPtr, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V91), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V92), nameof (Invoke));
}
- } /* class SDActionArity2V91 */
- internal sealed class NIDActionArity2V91 : TrampolineBlockBase {
- DActionArity2V91 invoker;
+ } /* class SDActionArity2V92 */
+ internal sealed class NIDActionArity2V92 : TrampolineBlockBase {
+ DActionArity2V92 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V91 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V92 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V91> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V92> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -34219,7 +34271,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKPlayer, global::GameKit.GKVoiceChatPlayerState>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V91 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V92 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKPlayer arg1, global::GameKit.GKVoiceChatPlayerState arg2)
@@ -34227,14 +34279,14 @@ namespace ObjCRuntime {
var arg1__handle__ = arg1.GetHandle ();
invoker (BlockPointer, arg1__handle__, (IntPtr) (long) arg2);
}
- } /* class NIDActionArity2V91 */
+ } /* class NIDActionArity2V92 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKPlayer, bool>))]
- unsafe internal delegate void DActionArity2V88 (IntPtr block, NativeHandle arg1, byte arg2);
+ unsafe internal delegate void DActionArity2V89 (IntPtr block, NativeHandle arg1, byte arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V88 {
+ static internal class SDActionArity2V89 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, byte arg2) {
@@ -34253,15 +34305,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKPlayer, bool> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, byte, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V88), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V89), nameof (Invoke));
}
- } /* class SDActionArity2V88 */
- internal sealed class NIDActionArity2V88 : TrampolineBlockBase {
- DActionArity2V88 invoker;
+ } /* class SDActionArity2V89 */
+ internal sealed class NIDActionArity2V89 : TrampolineBlockBase {
+ DActionArity2V89 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V88 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V89 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V88> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V89> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -34270,7 +34322,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKPlayer, bool>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V88 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V89 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKPlayer arg1, bool arg2)
@@ -34278,14 +34330,14 @@ namespace ObjCRuntime {
var arg1__handle__ = arg1.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2 ? (byte) 1 : (byte) 0);
}
- } /* class NIDActionArity2V88 */
+ } /* class NIDActionArity2V89 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKPlayer[], NSError>))]
- unsafe internal delegate void DActionArity2V74 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V75 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V74 {
+ static internal class SDActionArity2V75 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -34304,15 +34356,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKPlayer[], NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V74), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V75), nameof (Invoke));
}
- } /* class SDActionArity2V74 */
- internal sealed class NIDActionArity2V74 : TrampolineBlockBase {
- DActionArity2V74 invoker;
+ } /* class SDActionArity2V75 */
+ internal sealed class NIDActionArity2V75 : TrampolineBlockBase {
+ DActionArity2V75 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V74 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V75 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V74> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V75> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -34321,7 +34373,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKPlayer[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V74 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V75 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKPlayer[] arg1, NSError arg2)
@@ -34334,14 +34386,14 @@ namespace ObjCRuntime {
if (nsa_arg1 is not null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V74 */
+ } /* class NIDActionArity2V75 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKSavedGame, NSError>))]
- unsafe internal delegate void DActionArity2V82 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V83 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V82 {
+ static internal class SDActionArity2V83 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -34360,15 +34412,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKSavedGame, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V82), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V83), nameof (Invoke));
}
- } /* class SDActionArity2V82 */
- internal sealed class NIDActionArity2V82 : TrampolineBlockBase {
- DActionArity2V82 invoker;
+ } /* class SDActionArity2V83 */
+ internal sealed class NIDActionArity2V83 : TrampolineBlockBase {
+ DActionArity2V83 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V82 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V83 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V82> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V83> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -34377,7 +34429,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKSavedGame, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V82 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V83 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKSavedGame arg1, NSError arg2)
@@ -34386,14 +34438,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V82 */
+ } /* class NIDActionArity2V83 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKSavedGame[], NSError>))]
- unsafe internal delegate void DActionArity2V80 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V81 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V80 {
+ static internal class SDActionArity2V81 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -34412,15 +34464,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKSavedGame[], NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V80), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V81), nameof (Invoke));
}
- } /* class SDActionArity2V80 */
- internal sealed class NIDActionArity2V80 : TrampolineBlockBase {
- DActionArity2V80 invoker;
+ } /* class SDActionArity2V81 */
+ internal sealed class NIDActionArity2V81 : TrampolineBlockBase {
+ DActionArity2V81 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V80 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V81 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V80> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V81> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -34429,7 +34481,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKSavedGame[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V80 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V81 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKSavedGame[] arg1, NSError arg2)
@@ -34442,14 +34494,14 @@ namespace ObjCRuntime {
if (nsa_arg1 is not null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V80 */
+ } /* class NIDActionArity2V81 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKTurnBasedExchange, NSError>))]
- unsafe internal delegate void DActionArity2V90 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V91 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V90 {
+ static internal class SDActionArity2V91 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -34468,15 +34520,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKTurnBasedExchange, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V90), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V91), nameof (Invoke));
}
- } /* class SDActionArity2V90 */
- internal sealed class NIDActionArity2V90 : TrampolineBlockBase {
- DActionArity2V90 invoker;
+ } /* class SDActionArity2V91 */
+ internal sealed class NIDActionArity2V91 : TrampolineBlockBase {
+ DActionArity2V91 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V90 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V91 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V90> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V91> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -34485,7 +34537,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKTurnBasedExchange, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V90 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V91 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKTurnBasedExchange arg1, NSError arg2)
@@ -34494,14 +34546,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V90 */
+ } /* class NIDActionArity2V91 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKTurnBasedMatch, NSError>))]
- unsafe internal delegate void DActionArity2V89 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V90 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V89 {
+ static internal class SDActionArity2V90 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -34520,15 +34572,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKTurnBasedMatch, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V89), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V90), nameof (Invoke));
}
- } /* class SDActionArity2V89 */
- internal sealed class NIDActionArity2V89 : TrampolineBlockBase {
- DActionArity2V89 invoker;
+ } /* class SDActionArity2V90 */
+ internal sealed class NIDActionArity2V90 : TrampolineBlockBase {
+ DActionArity2V90 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V89 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V90 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V89> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V90> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -34537,7 +34589,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::GameKit.GKTurnBasedMatch, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V89 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V90 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::GameKit.GKTurnBasedMatch arg1, NSError arg2)
@@ -34546,14 +34598,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V89 */
+ } /* class NIDActionArity2V90 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::HealthKit.HKAttachment, NSError>))]
- unsafe internal delegate void DActionArity2V92 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V93 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V92 {
+ static internal class SDActionArity2V93 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -34572,15 +34624,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::HealthKit.HKAttachment, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V92), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V93), nameof (Invoke));
}
- } /* class SDActionArity2V92 */
- internal sealed class NIDActionArity2V92 : TrampolineBlockBase {
- DActionArity2V92 invoker;
+ } /* class SDActionArity2V93 */
+ internal sealed class NIDActionArity2V93 : TrampolineBlockBase {
+ DActionArity2V93 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V92 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V93 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V92> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V93> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -34589,7 +34641,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::HealthKit.HKAttachment, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V92 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V93 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::HealthKit.HKAttachment arg1, NSError arg2)
@@ -34598,14 +34650,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V92 */
+ } /* class NIDActionArity2V93 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::HealthKit.HKHeartbeatSeriesSample, NSError>))]
- unsafe internal delegate void DActionArity2V94 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V95 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V94 {
+ static internal class SDActionArity2V95 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -34624,15 +34676,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::HealthKit.HKHeartbeatSeriesSample, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V94), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V95), nameof (Invoke));
}
- } /* class SDActionArity2V94 */
- internal sealed class NIDActionArity2V94 : TrampolineBlockBase {
- DActionArity2V94 invoker;
+ } /* class SDActionArity2V95 */
+ internal sealed class NIDActionArity2V95 : TrampolineBlockBase {
+ DActionArity2V95 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V94 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V95 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V94> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V95> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -34641,7 +34693,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::HealthKit.HKHeartbeatSeriesSample, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V94 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V95 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::HealthKit.HKHeartbeatSeriesSample arg1, NSError arg2)
@@ -34650,14 +34702,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V94 */
+ } /* class NIDActionArity2V95 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::HealthKit.HKWorkoutRoute, NSError>))]
- unsafe internal delegate void DActionArity2V95 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V96 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V95 {
+ static internal class SDActionArity2V96 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -34676,15 +34728,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::HealthKit.HKWorkoutRoute, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V95), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V96), nameof (Invoke));
}
- } /* class SDActionArity2V95 */
- internal sealed class NIDActionArity2V95 : TrampolineBlockBase {
- DActionArity2V95 invoker;
+ } /* class SDActionArity2V96 */
+ internal sealed class NIDActionArity2V96 : TrampolineBlockBase {
+ DActionArity2V96 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V95 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V96 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V95> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V96> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -34693,7 +34745,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::HealthKit.HKWorkoutRoute, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V95 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V96 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::HealthKit.HKWorkoutRoute arg1, NSError arg2)
@@ -34702,14 +34754,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V95 */
+ } /* class NIDActionArity2V96 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::HomeKit.HMActionSet, NSError>))]
- unsafe internal delegate void DActionArity2V96 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V97 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V96 {
+ static internal class SDActionArity2V97 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -34728,15 +34780,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::HomeKit.HMActionSet, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V96), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V97), nameof (Invoke));
}
- } /* class SDActionArity2V96 */
- internal sealed class NIDActionArity2V96 : TrampolineBlockBase {
- DActionArity2V96 invoker;
+ } /* class SDActionArity2V97 */
+ internal sealed class NIDActionArity2V97 : TrampolineBlockBase {
+ DActionArity2V97 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V96 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V97 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V96> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V97> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -34745,7 +34797,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::HomeKit.HMActionSet, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V96 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V97 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::HomeKit.HMActionSet arg1, NSError arg2)
@@ -34754,14 +34806,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V96 */
+ } /* class NIDActionArity2V97 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::HomeKit.HMHome, NSError>))]
- unsafe internal delegate void DActionArity2V101 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V102 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V101 {
+ static internal class SDActionArity2V102 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -34780,15 +34832,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::HomeKit.HMHome, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V101), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V102), nameof (Invoke));
}
- } /* class SDActionArity2V101 */
- internal sealed class NIDActionArity2V101 : TrampolineBlockBase {
- DActionArity2V101 invoker;
+ } /* class SDActionArity2V102 */
+ internal sealed class NIDActionArity2V102 : TrampolineBlockBase {
+ DActionArity2V102 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V101 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V102 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V101> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V102> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -34797,7 +34849,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::HomeKit.HMHome, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V101 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V102 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::HomeKit.HMHome arg1, NSError arg2)
@@ -34806,14 +34858,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V101 */
+ } /* class NIDActionArity2V102 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::HomeKit.HMRoom, NSError>))]
- unsafe internal delegate void DActionArity2V97 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V98 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V97 {
+ static internal class SDActionArity2V98 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -34832,15 +34884,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::HomeKit.HMRoom, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V97), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V98), nameof (Invoke));
}
- } /* class SDActionArity2V97 */
- internal sealed class NIDActionArity2V97 : TrampolineBlockBase {
- DActionArity2V97 invoker;
+ } /* class SDActionArity2V98 */
+ internal sealed class NIDActionArity2V98 : TrampolineBlockBase {
+ DActionArity2V98 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V97 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V98 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V97> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V98> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -34849,7 +34901,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::HomeKit.HMRoom, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V97 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V98 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::HomeKit.HMRoom arg1, NSError arg2)
@@ -34858,14 +34910,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V97 */
+ } /* class NIDActionArity2V98 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::HomeKit.HMServiceGroup, NSError>))]
- unsafe internal delegate void DActionArity2V98 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V99 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V98 {
+ static internal class SDActionArity2V99 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -34884,15 +34936,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::HomeKit.HMServiceGroup, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V98), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V99), nameof (Invoke));
}
- } /* class SDActionArity2V98 */
- internal sealed class NIDActionArity2V98 : TrampolineBlockBase {
- DActionArity2V98 invoker;
+ } /* class SDActionArity2V99 */
+ internal sealed class NIDActionArity2V99 : TrampolineBlockBase {
+ DActionArity2V99 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V98 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V99 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V98> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V99> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -34901,7 +34953,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::HomeKit.HMServiceGroup, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V98 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V99 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::HomeKit.HMServiceGroup arg1, NSError arg2)
@@ -34910,14 +34962,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V98 */
+ } /* class NIDActionArity2V99 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::HomeKit.HMUser, NSError>))]
- unsafe internal delegate void DActionArity2V99 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V100 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V99 {
+ static internal class SDActionArity2V100 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -34936,15 +34988,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::HomeKit.HMUser, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V99), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V100), nameof (Invoke));
}
- } /* class SDActionArity2V99 */
- internal sealed class NIDActionArity2V99 : TrampolineBlockBase {
- DActionArity2V99 invoker;
+ } /* class SDActionArity2V100 */
+ internal sealed class NIDActionArity2V100 : TrampolineBlockBase {
+ DActionArity2V100 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V99 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V100 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V99> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V100> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -34953,7 +35005,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::HomeKit.HMUser, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V99 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V100 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::HomeKit.HMUser arg1, NSError arg2)
@@ -34962,14 +35014,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V99 */
+ } /* class NIDActionArity2V100 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::HomeKit.HMZone, NSError>))]
- unsafe internal delegate void DActionArity2V100 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V101 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V100 {
+ static internal class SDActionArity2V101 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -34988,15 +35040,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::HomeKit.HMZone, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V100), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V101), nameof (Invoke));
}
- } /* class SDActionArity2V100 */
- internal sealed class NIDActionArity2V100 : TrampolineBlockBase {
- DActionArity2V100 invoker;
+ } /* class SDActionArity2V101 */
+ internal sealed class NIDActionArity2V101 : TrampolineBlockBase {
+ DActionArity2V101 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V100 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V101 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V100> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V101> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35005,7 +35057,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::HomeKit.HMZone, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V100 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V101 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::HomeKit.HMZone arg1, NSError arg2)
@@ -35014,14 +35066,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V100 */
+ } /* class NIDActionArity2V101 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::IdentityLookup.ILNetworkResponse, NSError>))]
- unsafe internal delegate void DActionArity2V102 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V103 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V102 {
+ static internal class SDActionArity2V103 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35040,15 +35092,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::IdentityLookup.ILNetworkResponse, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V102), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V103), nameof (Invoke));
}
- } /* class SDActionArity2V102 */
- internal sealed class NIDActionArity2V102 : TrampolineBlockBase {
- DActionArity2V102 invoker;
+ } /* class SDActionArity2V103 */
+ internal sealed class NIDActionArity2V103 : TrampolineBlockBase {
+ DActionArity2V103 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V102 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V103 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V102> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V103> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35057,7 +35109,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::IdentityLookup.ILNetworkResponse, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V102 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V103 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::IdentityLookup.ILNetworkResponse arg1, NSError arg2)
@@ -35066,14 +35118,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V102 */
+ } /* class NIDActionArity2V103 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Intents.INVoiceShortcut, NSError>))]
- unsafe internal delegate void DActionArity2V103 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V104 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V103 {
+ static internal class SDActionArity2V104 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35092,15 +35144,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Intents.INVoiceShortcut, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V103), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V104), nameof (Invoke));
}
- } /* class SDActionArity2V103 */
- internal sealed class NIDActionArity2V103 : TrampolineBlockBase {
- DActionArity2V103 invoker;
+ } /* class SDActionArity2V104 */
+ internal sealed class NIDActionArity2V104 : TrampolineBlockBase {
+ DActionArity2V104 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V103 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V104 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V103> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V104> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35109,7 +35161,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Intents.INVoiceShortcut, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V103 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V104 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Intents.INVoiceShortcut arg1, NSError arg2)
@@ -35118,14 +35170,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V103 */
+ } /* class NIDActionArity2V104 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::LinkPresentation.LPLinkMetadata, NSError>))]
- unsafe internal delegate void DActionArity2V104 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V105 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V104 {
+ static internal class SDActionArity2V105 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35144,15 +35196,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::LinkPresentation.LPLinkMetadata, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V104), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V105), nameof (Invoke));
}
- } /* class SDActionArity2V104 */
- internal sealed class NIDActionArity2V104 : TrampolineBlockBase {
- DActionArity2V104 invoker;
+ } /* class SDActionArity2V105 */
+ internal sealed class NIDActionArity2V105 : TrampolineBlockBase {
+ DActionArity2V105 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V104 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V105 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V104> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V105> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35161,7 +35213,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::LinkPresentation.LPLinkMetadata, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V104 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V105 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::LinkPresentation.LPLinkMetadata arg1, NSError arg2)
@@ -35170,14 +35222,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V104 */
+ } /* class NIDActionArity2V105 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::MapKit.MKLookAroundScene, NSError>))]
- unsafe internal delegate void DActionArity2V105 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V106 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V105 {
+ static internal class SDActionArity2V106 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35196,15 +35248,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::MapKit.MKLookAroundScene, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V105), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V106), nameof (Invoke));
}
- } /* class SDActionArity2V105 */
- internal sealed class NIDActionArity2V105 : TrampolineBlockBase {
- DActionArity2V105 invoker;
+ } /* class SDActionArity2V106 */
+ internal sealed class NIDActionArity2V106 : TrampolineBlockBase {
+ DActionArity2V106 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V105 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V106 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V105> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V106> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35213,7 +35265,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::MapKit.MKLookAroundScene, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V105 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V106 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::MapKit.MKLookAroundScene arg1, NSError arg2)
@@ -35222,14 +35274,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V105 */
+ } /* class NIDActionArity2V106 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::MapKit.MKLookAroundSnapshot, NSError>))]
- unsafe internal delegate void DActionArity2V106 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V107 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V106 {
+ static internal class SDActionArity2V107 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35248,15 +35300,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::MapKit.MKLookAroundSnapshot, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V106), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V107), nameof (Invoke));
}
- } /* class SDActionArity2V106 */
- internal sealed class NIDActionArity2V106 : TrampolineBlockBase {
- DActionArity2V106 invoker;
+ } /* class SDActionArity2V107 */
+ internal sealed class NIDActionArity2V107 : TrampolineBlockBase {
+ DActionArity2V107 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V106 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V107 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V106> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V107> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35265,7 +35317,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::MapKit.MKLookAroundSnapshot, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V106 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V107 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::MapKit.MKLookAroundSnapshot arg1, NSError arg2)
@@ -35274,14 +35326,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V106 */
+ } /* class NIDActionArity2V107 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::MapKit.MKMapItem, NSError>))]
- unsafe internal delegate void DActionArity2V107 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V108 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V107 {
+ static internal class SDActionArity2V108 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35300,15 +35352,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::MapKit.MKMapItem, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V107), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V108), nameof (Invoke));
}
- } /* class SDActionArity2V107 */
- internal sealed class NIDActionArity2V107 : TrampolineBlockBase {
- DActionArity2V107 invoker;
+ } /* class SDActionArity2V108 */
+ internal sealed class NIDActionArity2V108 : TrampolineBlockBase {
+ DActionArity2V108 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V107 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V108 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V107> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V108> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35317,7 +35369,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::MapKit.MKMapItem, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V107 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V108 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::MapKit.MKMapItem arg1, NSError arg2)
@@ -35326,14 +35378,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V107 */
+ } /* class NIDActionArity2V108 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::MediaPlayer.MPContentItem, NSError>))]
- unsafe internal delegate void DActionArity2V111 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V112 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V111 {
+ static internal class SDActionArity2V112 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35352,15 +35404,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::MediaPlayer.MPContentItem, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V111), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V112), nameof (Invoke));
}
- } /* class SDActionArity2V111 */
- internal sealed class NIDActionArity2V111 : TrampolineBlockBase {
- DActionArity2V111 invoker;
+ } /* class SDActionArity2V112 */
+ internal sealed class NIDActionArity2V112 : TrampolineBlockBase {
+ DActionArity2V112 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V111 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V112 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V111> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V112> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35369,7 +35421,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::MediaPlayer.MPContentItem, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V111 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V112 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::MediaPlayer.MPContentItem arg1, NSError arg2)
@@ -35378,14 +35430,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V111 */
+ } /* class NIDActionArity2V112 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::MediaPlayer.MPMediaEntity[], NSError>))]
- unsafe internal delegate void DActionArity2V108 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V109 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V108 {
+ static internal class SDActionArity2V109 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35404,15 +35456,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::MediaPlayer.MPMediaEntity[], NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V108), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V109), nameof (Invoke));
}
- } /* class SDActionArity2V108 */
- internal sealed class NIDActionArity2V108 : TrampolineBlockBase {
- DActionArity2V108 invoker;
+ } /* class SDActionArity2V109 */
+ internal sealed class NIDActionArity2V109 : TrampolineBlockBase {
+ DActionArity2V109 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V108 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V109 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V108> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V109> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35421,7 +35473,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::MediaPlayer.MPMediaEntity[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V108 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V109 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::MediaPlayer.MPMediaEntity[] arg1, NSError arg2)
@@ -35434,14 +35486,14 @@ namespace ObjCRuntime {
if (nsa_arg1 is not null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V108 */
+ } /* class NIDActionArity2V109 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::MediaPlayer.MPMediaPlaylist, NSError>))]
- unsafe internal delegate void DActionArity2V109 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V110 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V109 {
+ static internal class SDActionArity2V110 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35460,15 +35512,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::MediaPlayer.MPMediaPlaylist, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V109), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V110), nameof (Invoke));
}
- } /* class SDActionArity2V109 */
- internal sealed class NIDActionArity2V109 : TrampolineBlockBase {
- DActionArity2V109 invoker;
+ } /* class SDActionArity2V110 */
+ internal sealed class NIDActionArity2V110 : TrampolineBlockBase {
+ DActionArity2V110 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V109 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V110 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V109> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V110> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35477,7 +35529,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::MediaPlayer.MPMediaPlaylist, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V109 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V110 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::MediaPlayer.MPMediaPlaylist arg1, NSError arg2)
@@ -35486,14 +35538,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V109 */
+ } /* class NIDActionArity2V110 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::MediaPlayer.MPMusicPlayerControllerQueue, NSError>))]
- unsafe internal delegate void DActionArity2V110 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V111 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V110 {
+ static internal class SDActionArity2V111 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35512,15 +35564,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::MediaPlayer.MPMusicPlayerControllerQueue, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V110), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V111), nameof (Invoke));
}
- } /* class SDActionArity2V110 */
- internal sealed class NIDActionArity2V110 : TrampolineBlockBase {
- DActionArity2V110 invoker;
+ } /* class SDActionArity2V111 */
+ internal sealed class NIDActionArity2V111 : TrampolineBlockBase {
+ DActionArity2V111 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V110 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V111 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V110> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V111> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35529,7 +35581,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::MediaPlayer.MPMusicPlayerControllerQueue, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V110 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V111 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::MediaPlayer.MPMusicPlayerControllerQueue arg1, NSError arg2)
@@ -35538,14 +35590,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V110 */
+ } /* class NIDActionArity2V111 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Metal.IMTLComputePipelineState, NSError>))]
- unsafe internal delegate void DActionArity2V114 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V115 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V114 {
+ static internal class SDActionArity2V115 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35564,15 +35616,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Metal.IMTLComputePipelineState, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V114), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V115), nameof (Invoke));
}
- } /* class SDActionArity2V114 */
- internal sealed class NIDActionArity2V114 : TrampolineBlockBase {
- DActionArity2V114 invoker;
+ } /* class SDActionArity2V115 */
+ internal sealed class NIDActionArity2V115 : TrampolineBlockBase {
+ DActionArity2V115 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V114 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V115 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V114> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V115> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35581,7 +35633,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Metal.IMTLComputePipelineState, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V114 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V115 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Metal.IMTLComputePipelineState arg1, NSError arg2)
@@ -35590,14 +35642,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V114 */
+ } /* class NIDActionArity2V115 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Metal.IMTLFunction, NSError>))]
- unsafe internal delegate void DActionArity2V115 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V116 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V115 {
+ static internal class SDActionArity2V116 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35616,15 +35668,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Metal.IMTLFunction, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V115), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V116), nameof (Invoke));
}
- } /* class SDActionArity2V115 */
- internal sealed class NIDActionArity2V115 : TrampolineBlockBase {
- DActionArity2V115 invoker;
+ } /* class SDActionArity2V116 */
+ internal sealed class NIDActionArity2V116 : TrampolineBlockBase {
+ DActionArity2V116 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V115 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V116 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V115> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V116> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35633,7 +35685,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Metal.IMTLFunction, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V115 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V116 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Metal.IMTLFunction arg1, NSError arg2)
@@ -35642,14 +35694,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V115 */
+ } /* class NIDActionArity2V116 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Metal.IMTLLibrary, NSError>))]
- unsafe internal delegate void DActionArity2V112 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V113 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V112 {
+ static internal class SDActionArity2V113 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35668,15 +35720,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Metal.IMTLLibrary, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V112), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V113), nameof (Invoke));
}
- } /* class SDActionArity2V112 */
- internal sealed class NIDActionArity2V112 : TrampolineBlockBase {
- DActionArity2V112 invoker;
+ } /* class SDActionArity2V113 */
+ internal sealed class NIDActionArity2V113 : TrampolineBlockBase {
+ DActionArity2V113 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V112 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V113 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V112> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V113> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35685,7 +35737,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Metal.IMTLLibrary, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V112 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V113 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Metal.IMTLLibrary arg1, NSError arg2)
@@ -35694,14 +35746,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V112 */
+ } /* class NIDActionArity2V113 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Metal.IMTLRenderPipelineState, NSError>))]
- unsafe internal delegate void DActionArity2V113 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V114 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V113 {
+ static internal class SDActionArity2V114 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35720,15 +35772,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Metal.IMTLRenderPipelineState, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V113), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V114), nameof (Invoke));
}
- } /* class SDActionArity2V113 */
- internal sealed class NIDActionArity2V113 : TrampolineBlockBase {
- DActionArity2V113 invoker;
+ } /* class SDActionArity2V114 */
+ internal sealed class NIDActionArity2V114 : TrampolineBlockBase {
+ DActionArity2V114 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V113 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V114 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V113> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V114> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35737,7 +35789,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Metal.IMTLRenderPipelineState, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V113 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V114 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Metal.IMTLRenderPipelineState arg1, NSError arg2)
@@ -35746,14 +35798,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V113 */
+ } /* class NIDActionArity2V114 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::MetalPerformanceShaders.MPSImage, NSError>))]
- unsafe internal delegate void DActionArity2V116 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V117 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V116 {
+ static internal class SDActionArity2V117 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35772,15 +35824,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::MetalPerformanceShaders.MPSImage, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V116), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V117), nameof (Invoke));
}
- } /* class SDActionArity2V116 */
- internal sealed class NIDActionArity2V116 : TrampolineBlockBase {
- DActionArity2V116 invoker;
+ } /* class SDActionArity2V117 */
+ internal sealed class NIDActionArity2V117 : TrampolineBlockBase {
+ DActionArity2V117 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V116 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V117 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V116> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V117> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35789,7 +35841,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::MetalPerformanceShaders.MPSImage, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V116 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V117 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::MetalPerformanceShaders.MPSImage arg1, NSError arg2)
@@ -35798,14 +35850,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V116 */
+ } /* class NIDActionArity2V117 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::NaturalLanguage.NLTaggerAssetsResult, NSError>))]
- unsafe internal delegate void DActionArity2V117 (IntPtr block, IntPtr arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V118 (IntPtr block, IntPtr arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V117 {
+ static internal class SDActionArity2V118 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, IntPtr arg1, NativeHandle arg2) {
@@ -35824,15 +35876,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::NaturalLanguage.NLTaggerAssetsResult, NSError> callback)
{
delegate* unmanaged<IntPtr, IntPtr, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V117), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V118), nameof (Invoke));
}
- } /* class SDActionArity2V117 */
- internal sealed class NIDActionArity2V117 : TrampolineBlockBase {
- DActionArity2V117 invoker;
+ } /* class SDActionArity2V118 */
+ internal sealed class NIDActionArity2V118 : TrampolineBlockBase {
+ DActionArity2V118 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V117 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V118 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V117> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V118> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35841,7 +35893,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::NaturalLanguage.NLTaggerAssetsResult, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V117 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V118 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::NaturalLanguage.NLTaggerAssetsResult arg1, NSError arg2)
@@ -35849,14 +35901,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, (IntPtr) (long) arg1, arg2__handle__);
}
- } /* class NIDActionArity2V117 */
+ } /* class NIDActionArity2V118 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::NetworkExtension.NEAppPushManager[], NSError>))]
- unsafe internal delegate void DActionArity2V119 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V120 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V119 {
+ static internal class SDActionArity2V120 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35875,15 +35927,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::NetworkExtension.NEAppPushManager[], NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V119), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V120), nameof (Invoke));
}
- } /* class SDActionArity2V119 */
- internal sealed class NIDActionArity2V119 : TrampolineBlockBase {
- DActionArity2V119 invoker;
+ } /* class SDActionArity2V120 */
+ internal sealed class NIDActionArity2V120 : TrampolineBlockBase {
+ DActionArity2V120 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V119 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V120 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V119> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V120> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35892,7 +35944,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::NetworkExtension.NEAppPushManager[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V119 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V120 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::NetworkExtension.NEAppPushManager[] arg1, NSError arg2)
@@ -35905,14 +35957,14 @@ namespace ObjCRuntime {
if (nsa_arg1 is not null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V119 */
+ } /* class NIDActionArity2V120 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::PassKit.PKAddShareablePassConfiguration, NSError>))]
- unsafe internal delegate void DActionArity2V122 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V123 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V122 {
+ static internal class SDActionArity2V123 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35931,15 +35983,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::PassKit.PKAddShareablePassConfiguration, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V122), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V123), nameof (Invoke));
}
- } /* class SDActionArity2V122 */
- internal sealed class NIDActionArity2V122 : TrampolineBlockBase {
- DActionArity2V122 invoker;
+ } /* class SDActionArity2V123 */
+ internal sealed class NIDActionArity2V123 : TrampolineBlockBase {
+ DActionArity2V123 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V122 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V123 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V122> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V123> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -35948,7 +36000,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::PassKit.PKAddShareablePassConfiguration, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V122 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V123 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::PassKit.PKAddShareablePassConfiguration arg1, NSError arg2)
@@ -35957,14 +36009,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V122 */
+ } /* class NIDActionArity2V123 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::PassKit.PKIdentityDocument, NSError>))]
- unsafe internal delegate void DActionArity2V123 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V124 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V123 {
+ static internal class SDActionArity2V124 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -35983,15 +36035,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::PassKit.PKIdentityDocument, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V123), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V124), nameof (Invoke));
}
- } /* class SDActionArity2V123 */
- internal sealed class NIDActionArity2V123 : TrampolineBlockBase {
- DActionArity2V123 invoker;
+ } /* class SDActionArity2V124 */
+ internal sealed class NIDActionArity2V124 : TrampolineBlockBase {
+ DActionArity2V124 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V123 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V124 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V123> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V124> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36000,7 +36052,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::PassKit.PKIdentityDocument, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V123 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V124 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::PassKit.PKIdentityDocument arg1, NSError arg2)
@@ -36009,14 +36061,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V123 */
+ } /* class NIDActionArity2V124 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::PassKit.PKPaymentAuthorizationStatus, global::PassKit.PKPaymentSummaryItem[]>))]
- unsafe internal delegate void DActionArity2V124 (IntPtr block, IntPtr arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V125 (IntPtr block, IntPtr arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V124 {
+ static internal class SDActionArity2V125 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, IntPtr arg1, NativeHandle arg2) {
@@ -36035,15 +36087,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::PassKit.PKPaymentAuthorizationStatus, global::PassKit.PKPaymentSummaryItem[]> callback)
{
delegate* unmanaged<IntPtr, IntPtr, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V124), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V125), nameof (Invoke));
}
- } /* class SDActionArity2V124 */
- internal sealed class NIDActionArity2V124 : TrampolineBlockBase {
- DActionArity2V124 invoker;
+ } /* class SDActionArity2V125 */
+ internal sealed class NIDActionArity2V125 : TrampolineBlockBase {
+ DActionArity2V125 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V124 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V125 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V124> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V125> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36052,7 +36104,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::PassKit.PKPaymentAuthorizationStatus, global::PassKit.PKPaymentSummaryItem[]>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V124 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V125 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::PassKit.PKPaymentAuthorizationStatus arg1, global::PassKit.PKPaymentSummaryItem[] arg2)
@@ -36064,14 +36116,14 @@ namespace ObjCRuntime {
if (nsa_arg2 is not null)
nsa_arg2.Dispose ();
}
- } /* class NIDActionArity2V124 */
+ } /* class NIDActionArity2V125 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::PassKit.PKVehicleConnectionSession, NSError>))]
- unsafe internal delegate void DActionArity2V125 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V126 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V125 {
+ static internal class SDActionArity2V126 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36090,15 +36142,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::PassKit.PKVehicleConnectionSession, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V125), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V126), nameof (Invoke));
}
- } /* class SDActionArity2V125 */
- internal sealed class NIDActionArity2V125 : TrampolineBlockBase {
- DActionArity2V125 invoker;
+ } /* class SDActionArity2V126 */
+ internal sealed class NIDActionArity2V126 : TrampolineBlockBase {
+ DActionArity2V126 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V125 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V126 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V125> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V126> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36107,7 +36159,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::PassKit.PKVehicleConnectionSession, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V125 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V126 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::PassKit.PKVehicleConnectionSession arg1, NSError arg2)
@@ -36116,14 +36168,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V125 */
+ } /* class NIDActionArity2V126 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Photos.PHLivePhoto, NSDictionary>))]
- unsafe internal delegate void DActionArity2V126 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V127 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V126 {
+ static internal class SDActionArity2V127 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36142,15 +36194,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Photos.PHLivePhoto, NSDictionary> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V126), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V127), nameof (Invoke));
}
- } /* class SDActionArity2V126 */
- internal sealed class NIDActionArity2V126 : TrampolineBlockBase {
- DActionArity2V126 invoker;
+ } /* class SDActionArity2V127 */
+ internal sealed class NIDActionArity2V127 : TrampolineBlockBase {
+ DActionArity2V127 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V126 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V127 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V126> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V127> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36159,7 +36211,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Photos.PHLivePhoto, NSDictionary>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V126 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V127 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Photos.PHLivePhoto arg1, NSDictionary arg2)
@@ -36168,14 +36220,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V126 */
+ } /* class NIDActionArity2V127 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Photos.PHLivePhoto, NSError>))]
- unsafe internal delegate void DActionArity2V127 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V128 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V127 {
+ static internal class SDActionArity2V128 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36194,15 +36246,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Photos.PHLivePhoto, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V127), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V128), nameof (Invoke));
}
- } /* class SDActionArity2V127 */
- internal sealed class NIDActionArity2V127 : TrampolineBlockBase {
- DActionArity2V127 invoker;
+ } /* class SDActionArity2V128 */
+ internal sealed class NIDActionArity2V128 : TrampolineBlockBase {
+ DActionArity2V128 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V127 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V128 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V127> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V128> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36211,7 +36263,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Photos.PHLivePhoto, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V127 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V128 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Photos.PHLivePhoto arg1, NSError arg2)
@@ -36220,14 +36272,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V127 */
+ } /* class NIDActionArity2V128 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::QuickLook.QLPreviewReply, NSError>))]
- unsafe internal delegate void DActionArity2V128 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V129 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V128 {
+ static internal class SDActionArity2V129 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36246,15 +36298,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::QuickLook.QLPreviewReply, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V128), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V129), nameof (Invoke));
}
- } /* class SDActionArity2V128 */
- internal sealed class NIDActionArity2V128 : TrampolineBlockBase {
- DActionArity2V128 invoker;
+ } /* class SDActionArity2V129 */
+ internal sealed class NIDActionArity2V129 : TrampolineBlockBase {
+ DActionArity2V129 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V128 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V129 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V128> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V129> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36263,7 +36315,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::QuickLook.QLPreviewReply, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V128 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V129 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::QuickLook.QLPreviewReply arg1, NSError arg2)
@@ -36272,14 +36324,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V128 */
+ } /* class NIDActionArity2V129 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::QuickLookThumbnailing.QLThumbnailReply, NSError>))]
- unsafe internal delegate void DActionArity2V130 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V131 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V130 {
+ static internal class SDActionArity2V131 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36298,15 +36350,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::QuickLookThumbnailing.QLThumbnailReply, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V130), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V131), nameof (Invoke));
}
- } /* class SDActionArity2V130 */
- internal sealed class NIDActionArity2V130 : TrampolineBlockBase {
- DActionArity2V130 invoker;
+ } /* class SDActionArity2V131 */
+ internal sealed class NIDActionArity2V131 : TrampolineBlockBase {
+ DActionArity2V131 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V130 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V131 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V130> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V131> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36315,7 +36367,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::QuickLookThumbnailing.QLThumbnailReply, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V130 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V131 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::QuickLookThumbnailing.QLThumbnailReply arg1, NSError arg2)
@@ -36324,14 +36376,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V130 */
+ } /* class NIDActionArity2V131 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::QuickLookThumbnailing.QLThumbnailRepresentation, NSError>))]
- unsafe internal delegate void DActionArity2V129 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V130 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V129 {
+ static internal class SDActionArity2V130 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36350,15 +36402,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::QuickLookThumbnailing.QLThumbnailRepresentation, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V129), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V130), nameof (Invoke));
}
- } /* class SDActionArity2V129 */
- internal sealed class NIDActionArity2V129 : TrampolineBlockBase {
- DActionArity2V129 invoker;
+ } /* class SDActionArity2V130 */
+ internal sealed class NIDActionArity2V130 : TrampolineBlockBase {
+ DActionArity2V130 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V129 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V130 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V129> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V130> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36367,7 +36419,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::QuickLookThumbnailing.QLThumbnailRepresentation, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V129 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V130 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::QuickLookThumbnailing.QLThumbnailRepresentation arg1, NSError arg2)
@@ -36376,14 +36428,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V129 */
+ } /* class NIDActionArity2V130 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::ReplayKit.RPBroadcastActivityViewController, NSError>))]
- unsafe internal delegate void DActionArity2V131 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V132 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V131 {
+ static internal class SDActionArity2V132 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36402,15 +36454,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::ReplayKit.RPBroadcastActivityViewController, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V131), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V132), nameof (Invoke));
}
- } /* class SDActionArity2V131 */
- internal sealed class NIDActionArity2V131 : TrampolineBlockBase {
- DActionArity2V131 invoker;
+ } /* class SDActionArity2V132 */
+ internal sealed class NIDActionArity2V132 : TrampolineBlockBase {
+ DActionArity2V132 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V131 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V132 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V131> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V132> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36419,7 +36471,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::ReplayKit.RPBroadcastActivityViewController, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V131 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V132 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::ReplayKit.RPBroadcastActivityViewController arg1, NSError arg2)
@@ -36428,14 +36480,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V131 */
+ } /* class NIDActionArity2V132 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::ReplayKit.RPPreviewViewController, NSError>))]
- unsafe internal delegate void DActionArity2V132 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V133 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V132 {
+ static internal class SDActionArity2V133 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36454,15 +36506,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::ReplayKit.RPPreviewViewController, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V132), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V133), nameof (Invoke));
}
- } /* class SDActionArity2V132 */
- internal sealed class NIDActionArity2V132 : TrampolineBlockBase {
- DActionArity2V132 invoker;
+ } /* class SDActionArity2V133 */
+ internal sealed class NIDActionArity2V133 : TrampolineBlockBase {
+ DActionArity2V133 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V132 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V133 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V132> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V133> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36471,7 +36523,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::ReplayKit.RPPreviewViewController, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V132 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V133 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::ReplayKit.RPPreviewViewController arg1, NSError arg2)
@@ -36480,14 +36532,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V132 */
+ } /* class NIDActionArity2V133 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::SafariServices.SFContentBlockerState, NSError>))]
- unsafe internal delegate void DActionArity2V133 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V134 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V133 {
+ static internal class SDActionArity2V134 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36506,15 +36558,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::SafariServices.SFContentBlockerState, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V133), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V134), nameof (Invoke));
}
- } /* class SDActionArity2V133 */
- internal sealed class NIDActionArity2V133 : TrampolineBlockBase {
- DActionArity2V133 invoker;
+ } /* class SDActionArity2V134 */
+ internal sealed class NIDActionArity2V134 : TrampolineBlockBase {
+ DActionArity2V134 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V133 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V134 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V133> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V134> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36523,7 +36575,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::SafariServices.SFContentBlockerState, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V133 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V134 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::SafariServices.SFContentBlockerState arg1, NSError arg2)
@@ -36532,14 +36584,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V133 */
+ } /* class NIDActionArity2V134 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Security.SecIdentity, NSArray>))]
- unsafe internal delegate void DActionArity2V121 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V122 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V121 {
+ static internal class SDActionArity2V122 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36558,15 +36610,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Security.SecIdentity, NSArray> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V121), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V122), nameof (Invoke));
}
- } /* class SDActionArity2V121 */
- internal sealed class NIDActionArity2V121 : TrampolineBlockBase {
- DActionArity2V121 invoker;
+ } /* class SDActionArity2V122 */
+ internal sealed class NIDActionArity2V122 : TrampolineBlockBase {
+ DActionArity2V122 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V121 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V122 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V121> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V122> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36575,7 +36627,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Security.SecIdentity, NSArray>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V121 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V122 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Security.SecIdentity arg1, NSArray arg2)
@@ -36584,14 +36636,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V121 */
+ } /* class NIDActionArity2V122 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::SharedWithYou.SWCollaborationHighlight, NSError>))]
- unsafe internal delegate void DActionArity2V134 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V135 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V134 {
+ static internal class SDActionArity2V135 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36610,15 +36662,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::SharedWithYou.SWCollaborationHighlight, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V134), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V135), nameof (Invoke));
}
- } /* class SDActionArity2V134 */
- internal sealed class NIDActionArity2V134 : TrampolineBlockBase {
- DActionArity2V134 invoker;
+ } /* class SDActionArity2V135 */
+ internal sealed class NIDActionArity2V135 : TrampolineBlockBase {
+ DActionArity2V135 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V134 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V135 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V134> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V135> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36627,7 +36679,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::SharedWithYou.SWCollaborationHighlight, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V134 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V135 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::SharedWithYou.SWCollaborationHighlight arg1, NSError arg2)
@@ -36636,14 +36688,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V134 */
+ } /* class NIDActionArity2V135 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::SharedWithYou.SWHighlight, NSError>))]
- unsafe internal delegate void DActionArity2V135 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V136 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V135 {
+ static internal class SDActionArity2V136 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36662,15 +36714,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::SharedWithYou.SWHighlight, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V135), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V136), nameof (Invoke));
}
- } /* class SDActionArity2V135 */
- internal sealed class NIDActionArity2V135 : TrampolineBlockBase {
- DActionArity2V135 invoker;
+ } /* class SDActionArity2V136 */
+ internal sealed class NIDActionArity2V136 : TrampolineBlockBase {
+ DActionArity2V136 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V135 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V136 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V135> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V136> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36679,7 +36731,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::SharedWithYou.SWHighlight, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V135 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V136 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::SharedWithYou.SWHighlight arg1, NSError arg2)
@@ -36688,14 +36740,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V135 */
+ } /* class NIDActionArity2V136 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::SharedWithYouCore.SWSignedPersonIdentityProof, NSError>))]
- unsafe internal delegate void DActionArity2V136 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V137 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V136 {
+ static internal class SDActionArity2V137 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36714,15 +36766,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::SharedWithYouCore.SWSignedPersonIdentityProof, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V136), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V137), nameof (Invoke));
}
- } /* class SDActionArity2V136 */
- internal sealed class NIDActionArity2V136 : TrampolineBlockBase {
- DActionArity2V136 invoker;
+ } /* class SDActionArity2V137 */
+ internal sealed class NIDActionArity2V137 : TrampolineBlockBase {
+ DActionArity2V137 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V136 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V137 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V136> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V137> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36731,7 +36783,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::SharedWithYouCore.SWSignedPersonIdentityProof, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V136 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V137 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::SharedWithYouCore.SWSignedPersonIdentityProof arg1, NSError arg2)
@@ -36740,14 +36792,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V136 */
+ } /* class NIDActionArity2V137 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::ShazamKit.SHMediaItem, NSError>))]
- unsafe internal delegate void DActionArity2V137 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V138 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V137 {
+ static internal class SDActionArity2V138 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36766,15 +36818,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::ShazamKit.SHMediaItem, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V137), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V138), nameof (Invoke));
}
- } /* class SDActionArity2V137 */
- internal sealed class NIDActionArity2V137 : TrampolineBlockBase {
- DActionArity2V137 invoker;
+ } /* class SDActionArity2V138 */
+ internal sealed class NIDActionArity2V138 : TrampolineBlockBase {
+ DActionArity2V138 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V137 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V138 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V137> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V138> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36783,7 +36835,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::ShazamKit.SHMediaItem, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V137 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V138 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::ShazamKit.SHMediaItem arg1, NSError arg2)
@@ -36792,14 +36844,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V137 */
+ } /* class NIDActionArity2V138 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::ShazamKit.SHSignature, NSError>))]
- unsafe internal delegate void DActionArity2V138 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V139 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V138 {
+ static internal class SDActionArity2V139 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36818,15 +36870,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::ShazamKit.SHSignature, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V138), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V139), nameof (Invoke));
}
- } /* class SDActionArity2V138 */
- internal sealed class NIDActionArity2V138 : TrampolineBlockBase {
- DActionArity2V138 invoker;
+ } /* class SDActionArity2V139 */
+ internal sealed class NIDActionArity2V139 : TrampolineBlockBase {
+ DActionArity2V139 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V138 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V139 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V138> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V139> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36835,7 +36887,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::ShazamKit.SHSignature, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V138 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V139 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::ShazamKit.SHSignature arg1, NSError arg2)
@@ -36844,14 +36896,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V138 */
+ } /* class NIDActionArity2V139 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Speech.SFSpeechRecognitionResult, NSError>))]
- unsafe internal delegate void DActionArity2V139 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V140 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V139 {
+ static internal class SDActionArity2V140 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -36870,15 +36922,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Speech.SFSpeechRecognitionResult, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V139), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V140), nameof (Invoke));
}
- } /* class SDActionArity2V139 */
- internal sealed class NIDActionArity2V139 : TrampolineBlockBase {
- DActionArity2V139 invoker;
+ } /* class SDActionArity2V140 */
+ internal sealed class NIDActionArity2V140 : TrampolineBlockBase {
+ DActionArity2V140 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V139 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V140 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V139> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V140> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36887,7 +36939,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Speech.SFSpeechRecognitionResult, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V139 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V140 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Speech.SFSpeechRecognitionResult arg1, NSError arg2)
@@ -36896,14 +36948,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V139 */
+ } /* class NIDActionArity2V140 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::StoreKit.SKCloudServiceCapability, NSError>))]
- unsafe internal delegate void DActionArity2V140 (IntPtr block, UIntPtr arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V141 (IntPtr block, UIntPtr arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V140 {
+ static internal class SDActionArity2V141 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, UIntPtr arg1, NativeHandle arg2) {
@@ -36922,15 +36974,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::StoreKit.SKCloudServiceCapability, NSError> callback)
{
delegate* unmanaged<IntPtr, UIntPtr, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V140), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V141), nameof (Invoke));
}
- } /* class SDActionArity2V140 */
- internal sealed class NIDActionArity2V140 : TrampolineBlockBase {
- DActionArity2V140 invoker;
+ } /* class SDActionArity2V141 */
+ internal sealed class NIDActionArity2V141 : TrampolineBlockBase {
+ DActionArity2V141 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V140 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V141 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V140> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V141> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36939,7 +36991,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::StoreKit.SKCloudServiceCapability, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V140 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V141 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::StoreKit.SKCloudServiceCapability arg1, NSError arg2)
@@ -36947,14 +36999,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, (UIntPtr) (ulong) arg1, arg2__handle__);
}
- } /* class NIDActionArity2V140 */
+ } /* class NIDActionArity2V141 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::StoreKit.SKProductStorePromotionVisibility, NSError>))]
- unsafe internal delegate void DActionArity2V143 (IntPtr block, IntPtr arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V144 (IntPtr block, IntPtr arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V143 {
+ static internal class SDActionArity2V144 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, IntPtr arg1, NativeHandle arg2) {
@@ -36973,15 +37025,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::StoreKit.SKProductStorePromotionVisibility, NSError> callback)
{
delegate* unmanaged<IntPtr, IntPtr, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V143), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V144), nameof (Invoke));
}
- } /* class SDActionArity2V143 */
- internal sealed class NIDActionArity2V143 : TrampolineBlockBase {
- DActionArity2V143 invoker;
+ } /* class SDActionArity2V144 */
+ internal sealed class NIDActionArity2V144 : TrampolineBlockBase {
+ DActionArity2V144 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V143 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V144 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V143> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V144> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -36990,7 +37042,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::StoreKit.SKProductStorePromotionVisibility, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V143 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V144 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::StoreKit.SKProductStorePromotionVisibility arg1, NSError arg2)
@@ -36998,14 +37050,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, (IntPtr) (long) arg1, arg2__handle__);
}
- } /* class NIDActionArity2V143 */
+ } /* class NIDActionArity2V144 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::StoreKit.SKProduct[], NSError>))]
- unsafe internal delegate void DActionArity2V142 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V143 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V142 {
+ static internal class SDActionArity2V143 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -37024,15 +37076,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::StoreKit.SKProduct[], NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V142), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V143), nameof (Invoke));
}
- } /* class SDActionArity2V142 */
- internal sealed class NIDActionArity2V142 : TrampolineBlockBase {
- DActionArity2V142 invoker;
+ } /* class SDActionArity2V143 */
+ internal sealed class NIDActionArity2V143 : TrampolineBlockBase {
+ DActionArity2V143 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V142 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V143 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V142> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V143> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37041,7 +37093,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::StoreKit.SKProduct[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V142 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V143 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::StoreKit.SKProduct[] arg1, NSError arg2)
@@ -37054,7 +37106,7 @@ namespace ObjCRuntime {
if (nsa_arg1 is not null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V142 */
+ } /* class NIDActionArity2V143 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<bool, global::AVKit.AVAudioSessionRouteSelection>))]
unsafe internal delegate void DActionArity2V22 (IntPtr block, byte arg1, IntPtr arg2);
@@ -37466,11 +37518,11 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V66 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<string, global::GameKit.GKInviteeResponse>))]
- unsafe internal delegate void DActionArity2V85 (IntPtr block, NativeHandle arg1, IntPtr arg2);
+ unsafe internal delegate void DActionArity2V86 (IntPtr block, NativeHandle arg1, IntPtr arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V85 {
+ static internal class SDActionArity2V86 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, IntPtr arg2) {
@@ -37489,15 +37541,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<string, global::GameKit.GKInviteeResponse> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, IntPtr, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V85), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V86), nameof (Invoke));
}
- } /* class SDActionArity2V85 */
- internal sealed class NIDActionArity2V85 : TrampolineBlockBase {
- DActionArity2V85 invoker;
+ } /* class SDActionArity2V86 */
+ internal sealed class NIDActionArity2V86 : TrampolineBlockBase {
+ DActionArity2V86 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V85 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V86 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V85> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V86> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37506,7 +37558,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<string, global::GameKit.GKInviteeResponse>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V85 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V86 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (string arg1, global::GameKit.GKInviteeResponse arg2)
@@ -37517,14 +37569,14 @@ namespace ObjCRuntime {
invoker (BlockPointer, nsarg1, (IntPtr) (long) arg2);
CFString.ReleaseNative (nsarg1);
}
- } /* class NIDActionArity2V85 */
+ } /* class NIDActionArity2V86 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<string, bool>))]
- unsafe internal delegate void DActionArity2V87 (IntPtr block, NativeHandle arg1, byte arg2);
+ unsafe internal delegate void DActionArity2V88 (IntPtr block, NativeHandle arg1, byte arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V87 {
+ static internal class SDActionArity2V88 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, byte arg2) {
@@ -37543,15 +37595,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<string, bool> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, byte, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V87), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V88), nameof (Invoke));
}
- } /* class SDActionArity2V87 */
- internal sealed class NIDActionArity2V87 : TrampolineBlockBase {
- DActionArity2V87 invoker;
+ } /* class SDActionArity2V88 */
+ internal sealed class NIDActionArity2V88 : TrampolineBlockBase {
+ DActionArity2V88 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V87 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V88 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V87> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V88> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37560,7 +37612,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<string, bool>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V87 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V88 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (string arg1, bool arg2)
@@ -37571,14 +37623,14 @@ namespace ObjCRuntime {
invoker (BlockPointer, nsarg1, arg2 ? (byte) 1 : (byte) 0);
CFString.ReleaseNative (nsarg1);
}
- } /* class NIDActionArity2V87 */
+ } /* class NIDActionArity2V88 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<string[], NSError>))]
- unsafe internal delegate void DActionArity2V73 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V74 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V73 {
+ static internal class SDActionArity2V74 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -37597,15 +37649,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<string[], NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V73), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V74), nameof (Invoke));
}
- } /* class SDActionArity2V73 */
- internal sealed class NIDActionArity2V73 : TrampolineBlockBase {
- DActionArity2V73 invoker;
+ } /* class SDActionArity2V74 */
+ internal sealed class NIDActionArity2V74 : TrampolineBlockBase {
+ DActionArity2V74 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V73 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V74 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V73> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V74> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37614,7 +37666,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<string[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V73 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V74 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (string[] arg1, NSError arg2)
@@ -37627,14 +37679,14 @@ namespace ObjCRuntime {
if (nsa_arg1 is not null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V73 */
+ } /* class NIDActionArity2V74 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::ThreadNetwork.THCredentials, NSError>))]
- unsafe internal delegate void DActionArity2V145 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V146 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V145 {
+ static internal class SDActionArity2V146 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -37653,15 +37705,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::ThreadNetwork.THCredentials, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V145), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V146), nameof (Invoke));
}
- } /* class SDActionArity2V145 */
- internal sealed class NIDActionArity2V145 : TrampolineBlockBase {
- DActionArity2V145 invoker;
+ } /* class SDActionArity2V146 */
+ internal sealed class NIDActionArity2V146 : TrampolineBlockBase {
+ DActionArity2V146 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V145 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V146 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V145> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V146> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37670,7 +37722,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::ThreadNetwork.THCredentials, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V145 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V146 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::ThreadNetwork.THCredentials arg1, NSError arg2)
@@ -37679,14 +37731,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V145 */
+ } /* class NIDActionArity2V146 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::UIKit.NSTextLayoutManager, global::UIKit.NSTextLayoutFragment>))]
- unsafe internal delegate void DActionArity2V146 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V147 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V146 {
+ static internal class SDActionArity2V147 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -37705,15 +37757,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::UIKit.NSTextLayoutManager, global::UIKit.NSTextLayoutFragment> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V146), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V147), nameof (Invoke));
}
- } /* class SDActionArity2V146 */
- internal sealed class NIDActionArity2V146 : TrampolineBlockBase {
- DActionArity2V146 invoker;
+ } /* class SDActionArity2V147 */
+ internal sealed class NIDActionArity2V147 : TrampolineBlockBase {
+ DActionArity2V147 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V146 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V147 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V146> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V147> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37722,7 +37774,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::UIKit.NSTextLayoutManager, global::UIKit.NSTextLayoutFragment>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V146 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V147 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::UIKit.NSTextLayoutManager arg1, global::UIKit.NSTextLayoutFragment arg2)
@@ -37731,14 +37783,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V146 */
+ } /* class NIDActionArity2V147 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::UIKit.UIImage, NSError>))]
- unsafe internal delegate void DActionArity2V158 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V159 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V158 {
+ static internal class SDActionArity2V159 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -37757,15 +37809,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::UIKit.UIImage, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V158), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V159), nameof (Invoke));
}
- } /* class SDActionArity2V158 */
- internal sealed class NIDActionArity2V158 : TrampolineBlockBase {
- DActionArity2V158 invoker;
+ } /* class SDActionArity2V159 */
+ internal sealed class NIDActionArity2V159 : TrampolineBlockBase {
+ DActionArity2V159 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V158 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V159 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V158> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V159> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37774,7 +37826,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::UIKit.UIImage, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V158 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V159 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::UIKit.UIImage arg1, NSError arg2)
@@ -37783,14 +37835,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V158 */
+ } /* class NIDActionArity2V159 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::UIKit.UISpringLoadedInteraction, global::UIKit.IUISpringLoadedInteractionContext>))]
- unsafe internal delegate void DActionArity2V153 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V154 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V153 {
+ static internal class SDActionArity2V154 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -37809,15 +37861,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::UIKit.UISpringLoadedInteraction, global::UIKit.IUISpringLoadedInteractionContext> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V153), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V154), nameof (Invoke));
}
- } /* class SDActionArity2V153 */
- internal sealed class NIDActionArity2V153 : TrampolineBlockBase {
- DActionArity2V153 invoker;
+ } /* class SDActionArity2V154 */
+ internal sealed class NIDActionArity2V154 : TrampolineBlockBase {
+ DActionArity2V154 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V153 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V154 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V153> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V154> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37826,7 +37878,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::UIKit.UISpringLoadedInteraction, global::UIKit.IUISpringLoadedInteractionContext>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V153 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V154 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::UIKit.UISpringLoadedInteraction arg1, global::UIKit.IUISpringLoadedInteractionContext arg2)
@@ -37835,14 +37887,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V153 */
+ } /* class NIDActionArity2V154 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::UIKit.UITableViewRowAction, NSIndexPath>))]
- unsafe internal delegate void DActionArity2V154 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V155 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V154 {
+ static internal class SDActionArity2V155 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -37861,15 +37913,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::UIKit.UITableViewRowAction, NSIndexPath> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V154), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V155), nameof (Invoke));
}
- } /* class SDActionArity2V154 */
- internal sealed class NIDActionArity2V154 : TrampolineBlockBase {
- DActionArity2V154 invoker;
+ } /* class SDActionArity2V155 */
+ internal sealed class NIDActionArity2V155 : TrampolineBlockBase {
+ DActionArity2V155 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V154 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V155 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V154> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V155> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37878,7 +37930,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::UIKit.UITableViewRowAction, NSIndexPath>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V154 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V155 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::UIKit.UITableViewRowAction arg1, NSIndexPath arg2)
@@ -37887,14 +37939,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V154 */
+ } /* class NIDActionArity2V155 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::UIKit.UIViewController, NSError>))]
- unsafe internal delegate void DActionArity2V83 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V84 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V83 {
+ static internal class SDActionArity2V84 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -37913,15 +37965,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::UIKit.UIViewController, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V83), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V84), nameof (Invoke));
}
- } /* class SDActionArity2V83 */
- internal sealed class NIDActionArity2V83 : TrampolineBlockBase {
- DActionArity2V83 invoker;
+ } /* class SDActionArity2V84 */
+ internal sealed class NIDActionArity2V84 : TrampolineBlockBase {
+ DActionArity2V84 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V83 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V84 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V83> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V84> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37930,7 +37982,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::UIKit.UIViewController, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V83 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V84 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::UIKit.UIViewController arg1, NSError arg2)
@@ -37939,14 +37991,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V83 */
+ } /* class NIDActionArity2V84 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::WebKit.WKContentRuleList, NSError>))]
- unsafe internal delegate void DActionArity2V155 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V156 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V155 {
+ static internal class SDActionArity2V156 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
@@ -37965,15 +38017,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::WebKit.WKContentRuleList, NSError> callback)
{
delegate* unmanaged<IntPtr, NativeHandle, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V155), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V156), nameof (Invoke));
}
- } /* class SDActionArity2V155 */
- internal sealed class NIDActionArity2V155 : TrampolineBlockBase {
- DActionArity2V155 invoker;
+ } /* class SDActionArity2V156 */
+ internal sealed class NIDActionArity2V156 : TrampolineBlockBase {
+ DActionArity2V156 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V155 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V156 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V155> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V156> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -37982,7 +38034,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::WebKit.WKContentRuleList, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V155 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V156 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::WebKit.WKContentRuleList arg1, NSError arg2)
@@ -37991,14 +38043,14 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V155 */
+ } /* class NIDActionArity2V156 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::WebKit.WKNavigationActionPolicy, global::WebKit.WKWebpagePreferences>))]
- unsafe internal delegate void DActionArity2V156 (IntPtr block, IntPtr arg1, NativeHandle arg2);
+ unsafe internal delegate void DActionArity2V157 (IntPtr block, IntPtr arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V156 {
+ static internal class SDActionArity2V157 {
[Preserve (Conditional = true)]
[UnmanagedCallersOnly]
internal static unsafe void Invoke (IntPtr block, IntPtr arg1, NativeHandle arg2) {
@@ -38017,15 +38069,15 @@ namespace ObjCRuntime {
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::WebKit.WKNavigationActionPolicy, global::WebKit.WKWebpagePreferences> callback)
{
delegate* unmanaged<IntPtr, IntPtr, NativeHandle, void> trampoline = &Invoke;
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V156), nameof (Invoke));
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity2V157), nameof (Invoke));
}
- } /* class SDActionArity2V156 */
- internal sealed class NIDActionArity2V156 : TrampolineBlockBase {
- DActionArity2V156 invoker;
+ } /* class SDActionArity2V157 */
+ internal sealed class NIDActionArity2V157 : TrampolineBlockBase {
+ DActionArity2V157 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V156 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V157 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V156> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V157> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -38034,7 +38086,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::WebKit.WKNavigationActionPolicy, global::WebKit.WKWebpagePreferences>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V156 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V157 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::WebKit.WKNavigationActionPolicy arg1, global::WebKit.WKWebpagePreferences arg2)
@@ -38042,7 +38094,7 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, (IntPtr) (long) arg1, arg2__handle__);
}
- } /* class NIDActionArity2V156 */
+ } /* class NIDActionArity2V157 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::CloudKit.CKRecord, global::CloudKit.CKRecordID, NSError>))]
unsafe internal delegate void DActionArity3V1 (IntPtr block, NativeHandle arg1, NativeHandle arg2, NativeHandle arg3);
diff --git a/old/dotnet/maccatalyst/generated-sources/PassKit/PKAddShareablePassConfiguration.g.cs b/new/dotnet/maccatalyst/generated-sources/PassKit/PKAddShareablePassConfiguration.g.cs
index e2dec26..553f37e 100644
--- a/old/dotnet/maccatalyst/generated-sources/PassKit/PKAddShareablePassConfiguration.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/PassKit/PKAddShareablePassConfiguration.g.cs
@@ -72,7 +72,7 @@ namespace PassKit {
[Export ("configurationForPassMetadata:provisioningPolicyIdentifier:primaryAction:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void GetConfiguration (PKShareablePassMetadata[] passMetadata, string provisioningPolicyIdentifier, PKAddShareablePassConfigurationPrimaryAction action, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V122))]global::System.Action<PKAddShareablePassConfiguration, NSError> completion)
+ public unsafe static void GetConfiguration (PKShareablePassMetadata[] passMetadata, string provisioningPolicyIdentifier, PKAddShareablePassConfigurationPrimaryAction action, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V123))]global::System.Action<PKAddShareablePassConfiguration, NSError> completion)
{
if (passMetadata is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (passMetadata));
@@ -82,7 +82,7 @@ namespace PassKit {
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nsa_passMetadata = NSArray.FromNSObjects (passMetadata);
var nsprovisioningPolicyIdentifier = CFString.CreateNative (provisioningPolicyIdentifier);
- using var block_completion = Trampolines.SDActionArity2V122.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V123.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_UIntPtr_NativeHandle (class_ptr, Selector.GetHandle ("configurationForPassMetadata:provisioningPolicyIdentifier:primaryAction:completion:"), nsa_passMetadata.Handle, nsprovisioningPolicyIdentifier, (UIntPtr) (ulong) action, (IntPtr) block_ptr_completion);
nsa_passMetadata.Dispose ();
@@ -106,14 +106,14 @@ namespace PassKit {
[SupportedOSPlatform ("macos13.0")]
[SupportedOSPlatform ("maccatalyst16.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void GetConfiguration (PKShareablePassMetadata[] passMetadata, PKAddShareablePassConfigurationPrimaryAction action, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V122))]global::System.Action<PKAddShareablePassConfiguration, NSError> completion)
+ public unsafe static void GetConfiguration (PKShareablePassMetadata[] passMetadata, PKAddShareablePassConfigurationPrimaryAction action, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V123))]global::System.Action<PKAddShareablePassConfiguration, NSError> completion)
{
if (passMetadata is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (passMetadata));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nsa_passMetadata = NSArray.FromNSObjects (passMetadata);
- using var block_completion = Trampolines.SDActionArity2V122.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V123.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_UIntPtr_NativeHandle (class_ptr, Selector.GetHandle ("configurationForPassMetadata:primaryAction:completion:"), nsa_passMetadata.Handle, (UIntPtr) (ulong) action, (IntPtr) block_ptr_completion);
nsa_passMetadata.Dispose ();
diff --git a/old/dotnet/maccatalyst/generated-sources/PassKit/PKIdentityAuthorizationController.g.cs b/new/dotnet/maccatalyst/generated-sources/PassKit/PKIdentityAuthorizationController.g.cs
index 3583a79..d4a69fe 100644
--- a/old/dotnet/maccatalyst/generated-sources/PassKit/PKIdentityAuthorizationController.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/PassKit/PKIdentityAuthorizationController.g.cs
@@ -118,12 +118,12 @@ namespace PassKit {
}
[Export ("requestDocument:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RequestDocument (PKIdentityRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V123))]global::System.Action<PKIdentityDocument, NSError> completion)
+ public unsafe virtual void RequestDocument (PKIdentityRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V124))]global::System.Action<PKIdentityDocument, NSError> completion)
{
var request__handle__ = request!.GetNonNullHandle (nameof (request));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity2V123.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V124.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("requestDocument:completion:"), request__handle__, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/maccatalyst/generated-sources/PassKit/PKPassLibrary.g.cs b/new/dotnet/maccatalyst/generated-sources/PassKit/PKPassLibrary.g.cs
index c4e900e..6e243cc 100644
--- a/old/dotnet/maccatalyst/generated-sources/PassKit/PKPassLibrary.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/PassKit/PKPassLibrary.g.cs
@@ -278,12 +278,12 @@ namespace PassKit {
[SupportedOSPlatform ("macos13.0")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetEncryptedServiceProviderData (PKSecureElementPass secureElementPass, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V93))]global::System.Action<NSDictionary, NSError> completion)
+ public unsafe virtual void GetEncryptedServiceProviderData (PKSecureElementPass secureElementPass, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V94))]global::System.Action<NSDictionary, NSError> completion)
{
var secureElementPass__handle__ = secureElementPass!.GetNonNullHandle (nameof (secureElementPass));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity2V93.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity2V94.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("encryptedServiceProviderDataForSecureElementPass:completion:"), secureElementPass__handle__, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/maccatalyst/generated-sources/PassKit/PKPaymentAuthorizationControllerDelegate.g.cs b/new/dotnet/maccatalyst/generated-sources/PassKit/PKPaymentAuthorizationControllerDelegate.g.cs
index c8023dd..40452a1 100644
--- a/old/dotnet/maccatalyst/generated-sources/PassKit/PKPaymentAuthorizationControllerDelegate.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/PassKit/PKPaymentAuthorizationControllerDelegate.g.cs
@@ -57,7 +57,7 @@ namespace PassKit {
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidAuthorizePayment", Selector = "paymentAuthorizationController:didAuthorizePayment:handler:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController), typeof (PassKit.PKPayment), typeof (global::System.Action<global::PassKit.PKPaymentAuthorizationResult>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V206) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "DidFinish", Selector = "paymentAuthorizationControllerDidFinish:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WillAuthorizePayment", Selector = "paymentAuthorizationControllerWillAuthorizePayment:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController) }, ParameterByRef = new bool [] { false })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidSelectShippingMethod", Selector = "paymentAuthorizationController:didSelectShippingMethod:completion:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController), typeof (PassKit.PKShippingMethod), typeof (global::System.Action<global::PassKit.PKPaymentAuthorizationStatus, global::PassKit.PKPaymentSummaryItem[]>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V124) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidSelectShippingMethod", Selector = "paymentAuthorizationController:didSelectShippingMethod:completion:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController), typeof (PassKit.PKShippingMethod), typeof (global::System.Action<global::PassKit.PKPaymentAuthorizationStatus, global::PassKit.PKPaymentSummaryItem[]>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V125) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidSelectShippingMethod", Selector = "paymentAuthorizationController:didSelectShippingMethod:handler:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController), typeof (PassKit.PKPaymentMethod), typeof (global::System.Action<global::PassKit.PKPaymentRequestPaymentMethodUpdate>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V207) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidSelectShippingContact", Selector = "paymentAuthorizationController:didSelectShippingContact:completion:", ParameterType = new Type [] {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment