Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created October 11, 2022 17:48
Show Gist options
  • Save vs-mobiletools-engineering-service2/36b02539744e1eb07fc981f934cff2c5 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/36b02539744e1eb07fc981f934cff2c5 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/MapKit/MKDirectionsRequest.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKDirectionsRequest.g.cs
index d0ff768..45b736a 100644
--- a/old/dotnet/ios/generated-sources/MapKit/MKDirectionsRequest.g.cs
+++ b/new/dotnet/ios/generated-sources/MapKit/MKDirectionsRequest.g.cs
@@ -221,6 +221,49 @@ namespace MapKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public virtual MKDirectionsRoutePreference HighwayPreference {
+ [Export ("highwayPreference", ArgumentSemantic.UnsafeUnretained)]
+ [SupportedOSPlatform ("tvos9.2")]
+ [SupportedOSPlatform ("macos10.9")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKDirectionsRoutePreference ret;
+ if (IsDirectBinding) {
+ ret = (MKDirectionsRoutePreference) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("highwayPreference"));
+ } else {
+ ret = (MKDirectionsRoutePreference) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("highwayPreference"));
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setHighwayPreference:", ArgumentSemantic.UnsafeUnretained)]
+ [SupportedOSPlatform ("tvos9.2")]
+ [SupportedOSPlatform ("macos10.9")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("setHighwayPreference:"), (IntPtr) (long) value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("setHighwayPreference:"), (IntPtr) (long) value);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("ios7.0")]
[SupportedOSPlatform ("maccatalyst7.0")]
[SupportedOSPlatform ("tvos9.2")]
@@ -290,6 +333,49 @@ namespace MapKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public virtual MKDirectionsRoutePreference TollPreference {
+ [Export ("tollPreference", ArgumentSemantic.UnsafeUnretained)]
+ [SupportedOSPlatform ("tvos9.2")]
+ [SupportedOSPlatform ("macos10.9")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKDirectionsRoutePreference ret;
+ if (IsDirectBinding) {
+ ret = (MKDirectionsRoutePreference) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("tollPreference"));
+ } else {
+ ret = (MKDirectionsRoutePreference) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("tollPreference"));
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setTollPreference:", ArgumentSemantic.UnsafeUnretained)]
+ [SupportedOSPlatform ("tvos9.2")]
+ [SupportedOSPlatform ("macos10.9")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("setTollPreference:"), (IntPtr) (long) value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("setTollPreference:"), (IntPtr) (long) value);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("ios7.0")]
[SupportedOSPlatform ("maccatalyst7.0")]
[SupportedOSPlatform ("tvos9.2")]
diff --git a/new/dotnet/ios/generated-sources/MapKit/MKDirectionsRoutePreference.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKDirectionsRoutePreference.g.cs
new file mode 100644
index 0000000..08b7dc5
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/MapKit/MKDirectionsRoutePreference.g.cs
@@ -0,0 +1,61 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using GLKit;
+using Metal;
+using CoreML;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using NewsstandKit;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [Native]
+ public enum MKDirectionsRoutePreference : long {
+ Any = 0,
+ Avoid = 1,
+ }
+}
diff --git a/new/dotnet/ios/generated-sources/MapKit/MKHybridMapConfiguration.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKHybridMapConfiguration.g.cs
new file mode 100644
index 0000000..860e199
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/MapKit/MKHybridMapConfiguration.g.cs
@@ -0,0 +1,221 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using GLKit;
+using Metal;
+using CoreML;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using NewsstandKit;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [Register("MKHybridMapConfiguration", true)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public unsafe partial class MKHybridMapConfiguration : MKMapConfiguration {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if ARCH_32
+ #pragma warning disable 649
+ static readonly NativeHandle class_ptr;
+ #pragma warning restore 649
+ #else
+ static readonly NativeHandle class_ptr = Class.GetHandle ("MKHybridMapConfiguration");
+ #endif
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [DesignatedInitializer]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("init")]
+ public MKHybridMapConfiguration () : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ }
+ #endif
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [DesignatedInitializer]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("initWithCoder:")]
+ public MKHybridMapConfiguration (NSCoder coder) : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ }
+ #endif
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKHybridMapConfiguration (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKHybridMapConfiguration (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("initWithElevationStyle:")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public MKHybridMapConfiguration (MKMapElevationStyle elevationStyle)
+ : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("initWithElevationStyle:"), (IntPtr) (long) elevationStyle), "initWithElevationStyle:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithElevationStyle:"), (IntPtr) (long) elevationStyle), "initWithElevationStyle:");
+ }
+ #endif
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public virtual MKPointOfInterestFilter? PointOfInterestFilter {
+ [Export ("pointOfInterestFilter", ArgumentSemantic.Copy)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKPointOfInterestFilter? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<MKPointOfInterestFilter> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("pointOfInterestFilter")))!;
+ } else {
+ ret = Runtime.GetNSObject<MKPointOfInterestFilter> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("pointOfInterestFilter")))!;
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setPointOfInterestFilter:", ArgumentSemantic.Copy)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var value__handle__ = value.GetHandle ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setPointOfInterestFilter:"), value__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setPointOfInterestFilter:"), value__handle__);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public virtual bool ShowsTraffic {
+ [Export ("showsTraffic")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("showsTraffic"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("showsTraffic"));
+ }
+ #endif
+ }
+ [Export ("setShowsTraffic:")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_bool (this.Handle, Selector.GetHandle ("setShowsTraffic:"), value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, Selector.GetHandle ("setShowsTraffic:"), value);
+ }
+ #endif
+ }
+ }
+ } /* class MKHybridMapConfiguration */
+}
diff --git a/new/dotnet/ios/generated-sources/MapKit/MKIconStyle.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKIconStyle.g.cs
new file mode 100644
index 0000000..43cec11
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/MapKit/MKIconStyle.g.cs
@@ -0,0 +1,132 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using GLKit;
+using Metal;
+using CoreML;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using NewsstandKit;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [Register("MKIconStyle", true)]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ public unsafe partial class MKIconStyle : NSObject {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if ARCH_32
+ #pragma warning disable 649
+ static readonly NativeHandle class_ptr;
+ #pragma warning restore 649
+ #else
+ static readonly NativeHandle class_ptr = Class.GetHandle ("MKIconStyle");
+ #endif
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKIconStyle (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKIconStyle (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual global::UIKit.UIColor BackgroundColor {
+ [Export ("backgroundColor")]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ global::UIKit.UIColor? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<global::UIKit.UIColor> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("backgroundColor")))!;
+ } else {
+ ret = Runtime.GetNSObject<global::UIKit.UIColor> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("backgroundColor")))!;
+ }
+ return ret!;
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual global::UIKit.UIImage Image {
+ [Export ("image")]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ global::UIKit.UIImage? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<global::UIKit.UIImage> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("image")))!;
+ } else {
+ ret = Runtime.GetNSObject<global::UIKit.UIImage> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("image")))!;
+ }
+ return ret!;
+ #endif
+ }
+ }
+ } /* class MKIconStyle */
+}
diff --git a/new/dotnet/ios/generated-sources/MapKit/MKImageryMapConfiguration.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKImageryMapConfiguration.g.cs
new file mode 100644
index 0000000..31bd4f1
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/MapKit/MKImageryMapConfiguration.g.cs
@@ -0,0 +1,136 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using GLKit;
+using Metal;
+using CoreML;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using NewsstandKit;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [Register("MKImageryMapConfiguration", true)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public unsafe partial class MKImageryMapConfiguration : MKMapConfiguration {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if ARCH_32
+ #pragma warning disable 649
+ static readonly NativeHandle class_ptr;
+ #pragma warning restore 649
+ #else
+ static readonly NativeHandle class_ptr = Class.GetHandle ("MKImageryMapConfiguration");
+ #endif
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [DesignatedInitializer]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("init")]
+ public MKImageryMapConfiguration () : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ }
+ #endif
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [DesignatedInitializer]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("initWithCoder:")]
+ public MKImageryMapConfiguration (NSCoder coder) : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ }
+ #endif
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKImageryMapConfiguration (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKImageryMapConfiguration (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("initWithElevationStyle:")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public MKImageryMapConfiguration (MKMapElevationStyle elevationStyle)
+ : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("initWithElevationStyle:"), (IntPtr) (long) elevationStyle), "initWithElevationStyle:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithElevationStyle:"), (IntPtr) (long) elevationStyle), "initWithElevationStyle:");
+ }
+ #endif
+ }
+ } /* class MKImageryMapConfiguration */
+}
diff --git a/new/dotnet/ios/generated-sources/MapKit/MKLookAroundBadgePosition.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKLookAroundBadgePosition.g.cs
new file mode 100644
index 0000000..b6e016b
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/MapKit/MKLookAroundBadgePosition.g.cs
@@ -0,0 +1,62 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using GLKit;
+using Metal;
+using CoreML;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using NewsstandKit;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [Native]
+ public enum MKLookAroundBadgePosition : long {
+ TopLeading = 0,
+ TopTrailing = 1,
+ BottomTrailing = 2,
+ }
+}
diff --git a/new/dotnet/ios/generated-sources/MapKit/MKLookAroundScene.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKLookAroundScene.g.cs
new file mode 100644
index 0000000..8976dfd
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/MapKit/MKLookAroundScene.g.cs
@@ -0,0 +1,101 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using GLKit;
+using Metal;
+using CoreML;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using NewsstandKit;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [Register("MKLookAroundScene", true)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ public unsafe partial class MKLookAroundScene : NSObject, INSCopying {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if ARCH_32
+ #pragma warning disable 649
+ static readonly NativeHandle class_ptr;
+ #pragma warning restore 649
+ #else
+ static readonly NativeHandle class_ptr = Class.GetHandle ("MKLookAroundScene");
+ #endif
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKLookAroundScene (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKLookAroundScene (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("copyWithZone:")]
+ [return: ReleaseAttribute ()]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual NSObject Copy (NSZone? zone)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var zone__handle__ = zone.GetHandle ();
+ NSObject? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ } else {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ }
+ if (ret != null)
+ global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release"));
+ return ret!;
+ }
+ } /* class MKLookAroundScene */
+}
diff --git a/new/dotnet/ios/generated-sources/MapKit/MKLookAroundSceneRequest.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKLookAroundSceneRequest.g.cs
new file mode 100644
index 0000000..090caaf
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/MapKit/MKLookAroundSceneRequest.g.cs
@@ -0,0 +1,301 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using GLKit;
+using Metal;
+using CoreML;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using NewsstandKit;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [Register("MKLookAroundSceneRequest", true)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ public unsafe partial class MKLookAroundSceneRequest : NSObject {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if ARCH_32
+ #pragma warning disable 649
+ static readonly NativeHandle class_ptr;
+ #pragma warning restore 649
+ #else
+ static readonly NativeHandle class_ptr = Class.GetHandle ("MKLookAroundSceneRequest");
+ #endif
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKLookAroundSceneRequest (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKLookAroundSceneRequest (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("initWithCoordinate:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [DesignatedInitializer]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public MKLookAroundSceneRequest (global::CoreLocation.CLLocationCoordinate2D coordinate)
+ : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_CLLocationCoordinate2D (this.Handle, Selector.GetHandle ("initWithCoordinate:"), coordinate), "initWithCoordinate:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_CLLocationCoordinate2D (this.SuperHandle, Selector.GetHandle ("initWithCoordinate:"), coordinate), "initWithCoordinate:");
+ }
+ #endif
+ }
+ [Export ("initWithMapItem:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [DesignatedInitializer]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public MKLookAroundSceneRequest (MKMapItem mapItem)
+ : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var mapItem__handle__ = mapItem!.GetNonNullHandle (nameof (mapItem));
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("initWithMapItem:"), mapItem__handle__), "initWithMapItem:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithMapItem:"), mapItem__handle__), "initWithMapItem:");
+ }
+ #endif
+ }
+ [Export ("cancel")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void Cancel ()
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend (this.Handle, Selector.GetHandle ("cancel"));
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("cancel"));
+ }
+ #endif
+ }
+ [Export ("getSceneWithCompletionHandler:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual void GetScene ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V113))]global::System.Action<MKLookAroundScene, NSError> completionHandler)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (completionHandler is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
+ BlockLiteral *block_ptr_completionHandler;
+ BlockLiteral block_completionHandler;
+ block_completionHandler = new BlockLiteral ();
+ block_ptr_completionHandler = &block_completionHandler;
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V113.Handler, completionHandler);
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("getSceneWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("getSceneWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
+ }
+ block_ptr_completionHandler->CleanupBlock ();
+ #endif
+ }
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual Task<MKLookAroundScene> GetSceneAsync ()
+ {
+ var tcs = new TaskCompletionSource<MKLookAroundScene> ();
+ GetScene((arg1_, arg2_) => {
+ if (arg2_ != null)
+ tcs.SetException (new NSErrorException(arg2_));
+ else
+ tcs.SetResult (arg1_!);
+ });
+ return tcs.Task;
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual global::CoreLocation.CLLocationCoordinate2D Coordinate {
+ [Export ("coordinate")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ global::CoreLocation.CLLocationCoordinate2D ret;
+ if (IsDirectBinding) {
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) {
+ ret = global::ObjCRuntime.Messaging.CLLocationCoordinate2D_objc_msgSend (this.Handle, Selector.GetHandle ("coordinate"));
+ } else if (IntPtr.Size == 8) {
+ ret = global::ObjCRuntime.Messaging.CLLocationCoordinate2D_objc_msgSend (this.Handle, Selector.GetHandle ("coordinate"));
+ } else if (Runtime.Arch == Arch.DEVICE) {
+ global::ObjCRuntime.Messaging.CLLocationCoordinate2D_objc_msgSend_stret (out ret, this.Handle, Selector.GetHandle ("coordinate"));
+ } else {
+ global::ObjCRuntime.Messaging.CLLocationCoordinate2D_objc_msgSend_stret (out ret, this.Handle, Selector.GetHandle ("coordinate"));
+ }
+ } else {
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) {
+ ret = global::ObjCRuntime.Messaging.CLLocationCoordinate2D_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("coordinate"));
+ } else if (IntPtr.Size == 8) {
+ ret = global::ObjCRuntime.Messaging.CLLocationCoordinate2D_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("coordinate"));
+ } else if (Runtime.Arch == Arch.DEVICE) {
+ global::ObjCRuntime.Messaging.CLLocationCoordinate2D_objc_msgSendSuper_stret (out ret, this.SuperHandle, Selector.GetHandle ("coordinate"));
+ } else {
+ global::ObjCRuntime.Messaging.CLLocationCoordinate2D_objc_msgSendSuper_stret (out ret, this.SuperHandle, Selector.GetHandle ("coordinate"));
+ }
+ }
+ return ret!;
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual bool IsCancelled {
+ [Export ("isCancelled")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("isCancelled"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("isCancelled"));
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual bool IsLoading {
+ [Export ("isLoading")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("isLoading"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("isLoading"));
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual MKMapItem? MapItem {
+ [Export ("mapItem")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKMapItem? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<MKMapItem> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("mapItem")))!;
+ } else {
+ ret = Runtime.GetNSObject<MKMapItem> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("mapItem")))!;
+ }
+ return ret!;
+ #endif
+ }
+ }
+ } /* class MKLookAroundSceneRequest */
+}
diff --git a/new/dotnet/ios/generated-sources/MapKit/MKLookAroundSnapshot.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKLookAroundSnapshot.g.cs
new file mode 100644
index 0000000..412161d
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/MapKit/MKLookAroundSnapshot.g.cs
@@ -0,0 +1,106 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using GLKit;
+using Metal;
+using CoreML;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using NewsstandKit;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [Register("MKLookAroundSnapshot", true)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ public unsafe partial class MKLookAroundSnapshot : NSObject {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if ARCH_32
+ #pragma warning disable 649
+ static readonly NativeHandle class_ptr;
+ #pragma warning restore 649
+ #else
+ static readonly NativeHandle class_ptr = Class.GetHandle ("MKLookAroundSnapshot");
+ #endif
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKLookAroundSnapshot (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKLookAroundSnapshot (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual global::UIKit.UIImage Image {
+ [Export ("image")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ global::UIKit.UIImage? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<global::UIKit.UIImage> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("image")))!;
+ } else {
+ ret = Runtime.GetNSObject<global::UIKit.UIImage> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("image")))!;
+ }
+ return ret!;
+ #endif
+ }
+ }
+ } /* class MKLookAroundSnapshot */
+}
diff --git a/new/dotnet/ios/generated-sources/MapKit/MKLookAroundSnapshotOptions.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKLookAroundSnapshotOptions.g.cs
new file mode 100644
index 0000000..556c976
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/MapKit/MKLookAroundSnapshotOptions.g.cs
@@ -0,0 +1,244 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using GLKit;
+using Metal;
+using CoreML;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using NewsstandKit;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [Register("MKLookAroundSnapshotOptions", true)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ public unsafe partial class MKLookAroundSnapshotOptions : NSObject {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if ARCH_32
+ #pragma warning disable 649
+ static readonly NativeHandle class_ptr;
+ #pragma warning restore 649
+ #else
+ static readonly NativeHandle class_ptr = Class.GetHandle ("MKLookAroundSnapshotOptions");
+ #endif
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("init")]
+ public MKLookAroundSnapshotOptions () : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ }
+ #endif
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKLookAroundSnapshotOptions (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKLookAroundSnapshotOptions (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual MKPointOfInterestFilter? PointOfInterestFilter {
+ [Export ("pointOfInterestFilter", ArgumentSemantic.Copy)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKPointOfInterestFilter? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<MKPointOfInterestFilter> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("pointOfInterestFilter")))!;
+ } else {
+ ret = Runtime.GetNSObject<MKPointOfInterestFilter> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("pointOfInterestFilter")))!;
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setPointOfInterestFilter:", ArgumentSemantic.Copy)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var value__handle__ = value.GetHandle ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setPointOfInterestFilter:"), value__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setPointOfInterestFilter:"), value__handle__);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual CGSize Size {
+ [Export ("size", ArgumentSemantic.UnsafeUnretained)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ CGSize ret;
+ if (IsDirectBinding) {
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) {
+ ret = global::ObjCRuntime.Messaging.CGSize_objc_msgSend (this.Handle, Selector.GetHandle ("size"));
+ } else if (IntPtr.Size == 8) {
+ ret = global::ObjCRuntime.Messaging.CGSize_objc_msgSend (this.Handle, Selector.GetHandle ("size"));
+ } else if (Runtime.Arch == Arch.DEVICE) {
+ global::ObjCRuntime.Messaging.CGSize_objc_msgSend_stret (out ret, this.Handle, Selector.GetHandle ("size"));
+ } else {
+ ret = global::ObjCRuntime.Messaging.CGSize_objc_msgSend (this.Handle, Selector.GetHandle ("size"));
+ }
+ } else {
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) {
+ ret = global::ObjCRuntime.Messaging.CGSize_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("size"));
+ } else if (IntPtr.Size == 8) {
+ ret = global::ObjCRuntime.Messaging.CGSize_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("size"));
+ } else if (Runtime.Arch == Arch.DEVICE) {
+ global::ObjCRuntime.Messaging.CGSize_objc_msgSendSuper_stret (out ret, this.SuperHandle, Selector.GetHandle ("size"));
+ } else {
+ ret = global::ObjCRuntime.Messaging.CGSize_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("size"));
+ }
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setSize:", ArgumentSemantic.UnsafeUnretained)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_CGSize (this.Handle, Selector.GetHandle ("setSize:"), value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_CGSize (this.SuperHandle, Selector.GetHandle ("setSize:"), value);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ public virtual global::UIKit.UITraitCollection TraitCollection {
+ [Export ("traitCollection", ArgumentSemantic.Copy)]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ global::UIKit.UITraitCollection? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<global::UIKit.UITraitCollection> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("traitCollection")))!;
+ } else {
+ ret = Runtime.GetNSObject<global::UIKit.UITraitCollection> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("traitCollection")))!;
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setTraitCollection:", ArgumentSemantic.Copy)]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var value__handle__ = value!.GetNonNullHandle (nameof (value));
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setTraitCollection:"), value__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setTraitCollection:"), value__handle__);
+ }
+ #endif
+ }
+ }
+ } /* class MKLookAroundSnapshotOptions */
+}
diff --git a/new/dotnet/ios/generated-sources/MapKit/MKLookAroundSnapshotter.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKLookAroundSnapshotter.g.cs
new file mode 100644
index 0000000..dcdeda4
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/MapKit/MKLookAroundSnapshotter.g.cs
@@ -0,0 +1,189 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using GLKit;
+using Metal;
+using CoreML;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using NewsstandKit;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [Register("MKLookAroundSnapshotter", true)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ public unsafe partial class MKLookAroundSnapshotter : NSObject {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if ARCH_32
+ #pragma warning disable 649
+ static readonly NativeHandle class_ptr;
+ #pragma warning restore 649
+ #else
+ static readonly NativeHandle class_ptr = Class.GetHandle ("MKLookAroundSnapshotter");
+ #endif
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKLookAroundSnapshotter (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKLookAroundSnapshotter (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("initWithScene:options:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [DesignatedInitializer]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public MKLookAroundSnapshotter (MKLookAroundScene scene, MKLookAroundSnapshotOptions options)
+ : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var scene__handle__ = scene!.GetNonNullHandle (nameof (scene));
+ var options__handle__ = options!.GetNonNullHandle (nameof (options));
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initWithScene:options:"), scene__handle__, options__handle__), "initWithScene:options:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithScene:options:"), scene__handle__, options__handle__), "initWithScene:options:");
+ }
+ #endif
+ }
+ [Export ("cancel")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void Cancel ()
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend (this.Handle, Selector.GetHandle ("cancel"));
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("cancel"));
+ }
+ #endif
+ }
+ [Export ("getSnapshotWithCompletionHandler:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual void GetSnapshot ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V114))]global::System.Action<MKLookAroundSnapshot, NSError> completionHandler)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (completionHandler is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
+ BlockLiteral *block_ptr_completionHandler;
+ BlockLiteral block_completionHandler;
+ block_completionHandler = new BlockLiteral ();
+ block_ptr_completionHandler = &block_completionHandler;
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V114.Handler, completionHandler);
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("getSnapshotWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("getSnapshotWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
+ }
+ block_ptr_completionHandler->CleanupBlock ();
+ #endif
+ }
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual Task<MKLookAroundSnapshot> GetSnapshotAsync ()
+ {
+ var tcs = new TaskCompletionSource<MKLookAroundSnapshot> ();
+ GetSnapshot((arg1_, arg2_) => {
+ if (arg2_ != null)
+ tcs.SetException (new NSErrorException(arg2_));
+ else
+ tcs.SetResult (arg1_!);
+ });
+ return tcs.Task;
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual bool IsLoading {
+ [Export ("isLoading")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("isLoading"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("isLoading"));
+ }
+ #endif
+ }
+ }
+ } /* class MKLookAroundSnapshotter */
+}
diff --git a/new/dotnet/ios/generated-sources/MapKit/MKLookAroundViewController.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKLookAroundViewController.g.cs
new file mode 100644
index 0000000..e7a626b
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/MapKit/MKLookAroundViewController.g.cs
@@ -0,0 +1,472 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using GLKit;
+using Metal;
+using CoreML;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using NewsstandKit;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [Register("MKLookAroundViewController", true)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ public unsafe partial class MKLookAroundViewController : global::UIKit.UIViewController, INSCoding, INSSecureCoding {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if ARCH_32
+ #pragma warning disable 649
+ static readonly NativeHandle class_ptr;
+ #pragma warning restore 649
+ #else
+ static readonly NativeHandle class_ptr = Class.GetHandle ("MKLookAroundViewController");
+ #endif
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("init")]
+ public MKLookAroundViewController () : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ }
+ #endif
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [DesignatedInitializer]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("initWithCoder:")]
+ public MKLookAroundViewController (NSCoder coder) : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ }
+ #endif
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKLookAroundViewController (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKLookAroundViewController (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("initWithScene:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [DesignatedInitializer]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public MKLookAroundViewController (MKLookAroundScene scene)
+ : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var scene__handle__ = scene!.GetNonNullHandle (nameof (scene));
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("initWithScene:"), scene__handle__), "initWithScene:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithScene:"), scene__handle__), "initWithScene:");
+ }
+ #endif
+ }
+ [Export ("initWithNibName:bundle:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [DesignatedInitializer]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public MKLookAroundViewController (string? nibName, NSBundle? nibBundle)
+ : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var nibBundle__handle__ = nibBundle.GetHandle ();
+ var nsnibName = CFString.CreateNative (nibName);
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initWithNibName:bundle:"), nsnibName, nibBundle__handle__), "initWithNibName:bundle:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithNibName:bundle:"), nsnibName, nibBundle__handle__), "initWithNibName:bundle:");
+ }
+ CFString.ReleaseNative (nsnibName);
+ #endif
+ }
+ [Export ("encodeWithCoder:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public new virtual void EncodeTo (NSCoder encoder)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var encoder__handle__ = encoder!.GetNonNullHandle (nameof (encoder));
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual MKLookAroundBadgePosition BadgePosition {
+ [Export ("badgePosition", ArgumentSemantic.UnsafeUnretained)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKLookAroundBadgePosition ret;
+ if (IsDirectBinding) {
+ ret = (MKLookAroundBadgePosition) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("badgePosition"));
+ } else {
+ ret = (MKLookAroundBadgePosition) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("badgePosition"));
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setBadgePosition:", ArgumentSemantic.UnsafeUnretained)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("setBadgePosition:"), (IntPtr) (long) value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("setBadgePosition:"), (IntPtr) (long) value);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public IMKLookAroundViewControllerDelegate? Delegate {
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ return (WeakDelegate as IMKLookAroundViewControllerDelegate)!;
+ }
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ var rvalue = value as NSObject;
+ if (!(value is null) && rvalue is null)
+ throw new ArgumentException ("The object passed of type " + value.GetType () + " does not derive from NSObject");
+ WeakDelegate = rvalue;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual bool NavigationEnabled {
+ [Export ("isNavigationEnabled")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("isNavigationEnabled"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("isNavigationEnabled"));
+ }
+ #endif
+ }
+ [Export ("setNavigationEnabled:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_bool (this.Handle, Selector.GetHandle ("setNavigationEnabled:"), value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, Selector.GetHandle ("setNavigationEnabled:"), value);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual MKPointOfInterestFilter? PointOfInterestFilter {
+ [Export ("pointOfInterestFilter", ArgumentSemantic.Copy)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKPointOfInterestFilter? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<MKPointOfInterestFilter> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("pointOfInterestFilter")))!;
+ } else {
+ ret = Runtime.GetNSObject<MKPointOfInterestFilter> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("pointOfInterestFilter")))!;
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setPointOfInterestFilter:", ArgumentSemantic.Copy)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var value__handle__ = value.GetHandle ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setPointOfInterestFilter:"), value__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setPointOfInterestFilter:"), value__handle__);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual MKLookAroundScene? Scene {
+ [Export ("scene", ArgumentSemantic.Copy)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKLookAroundScene? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<MKLookAroundScene> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("scene")))!;
+ } else {
+ ret = Runtime.GetNSObject<MKLookAroundScene> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("scene")))!;
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setScene:", ArgumentSemantic.Copy)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var value__handle__ = value.GetHandle ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setScene:"), value__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setScene:"), value__handle__);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual bool ShowsRoadLabels {
+ [Export ("showsRoadLabels")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("showsRoadLabels"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("showsRoadLabels"));
+ }
+ #endif
+ }
+ [Export ("setShowsRoadLabels:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_bool (this.Handle, Selector.GetHandle ("setShowsRoadLabels:"), value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, Selector.GetHandle ("setShowsRoadLabels:"), value);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ object? __mt_WeakDelegate_var;
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual NSObject? WeakDelegate {
+ [Export ("delegate", ArgumentSemantic.Weak)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ NSObject? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("delegate")))!;
+ } else {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("delegate")))!;
+ }
+ MarkDirty ();
+ __mt_WeakDelegate_var = ret;
+ return ret!;
+ #endif
+ }
+ [Export ("setDelegate:", ArgumentSemantic.Weak)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var value__handle__ = value.GetHandle ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setDelegate:"), value__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setDelegate:"), value__handle__);
+ }
+ MarkDirty ();
+ __mt_WeakDelegate_var = value;
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ protected override void Dispose (bool disposing)
+ {
+ base.Dispose (disposing);
+ if (Handle == IntPtr.Zero) {
+ __mt_WeakDelegate_var = null;
+ }
+ }
+ } /* class MKLookAroundViewController */
+}
diff --git a/new/dotnet/ios/generated-sources/MapKit/MKLookAroundViewControllerDelegate.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKLookAroundViewControllerDelegate.g.cs
new file mode 100644
index 0000000..3c8e35e
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/MapKit/MKLookAroundViewControllerDelegate.g.cs
@@ -0,0 +1,288 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using GLKit;
+using Metal;
+using CoreML;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using NewsstandKit;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [Protocol (Name = "MKLookAroundViewControllerDelegate", WrapperType = typeof (MKLookAroundViewControllerDelegateWrapper))]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WillUpdateScene", Selector = "lookAroundViewControllerWillUpdateScene:", ParameterType = new Type [] { typeof (MKLookAroundViewController) }, ParameterByRef = new bool [] { false })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidUpdateScene", Selector = "lookAroundViewControllerDidUpdateScene:", ParameterType = new Type [] { typeof (MKLookAroundViewController) }, ParameterByRef = new bool [] { false })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WillPresentFullScreen", Selector = "lookAroundViewControllerWillPresentFullScreen:", ParameterType = new Type [] { typeof (MKLookAroundViewController) }, ParameterByRef = new bool [] { false })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidPresentFullScreen", Selector = "lookAroundViewControllerDidPresentFullScreen:", ParameterType = new Type [] { typeof (MKLookAroundViewController) }, ParameterByRef = new bool [] { false })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WillDismissFullScreen", Selector = "lookAroundViewControllerWillDismissFullScreen:", ParameterType = new Type [] { typeof (MKLookAroundViewController) }, ParameterByRef = new bool [] { false })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidDismissFullScreen", Selector = "lookAroundViewControllerDidDismissFullScreen:", ParameterType = new Type [] { typeof (MKLookAroundViewController) }, ParameterByRef = new bool [] { false })]
+ public partial interface IMKLookAroundViewControllerDelegate : INativeObject, IDisposable
+ {
+ }
+ public static partial class MKLookAroundViewControllerDelegate_Extensions {
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public static void WillUpdateScene (this IMKLookAroundViewControllerDelegate This, MKLookAroundViewController viewController)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var viewController__handle__ = viewController!.GetNonNullHandle (nameof (viewController));
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("lookAroundViewControllerWillUpdateScene:"), viewController__handle__);
+ #endif
+ }
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public static void DidUpdateScene (this IMKLookAroundViewControllerDelegate This, MKLookAroundViewController viewController)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var viewController__handle__ = viewController!.GetNonNullHandle (nameof (viewController));
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("lookAroundViewControllerDidUpdateScene:"), viewController__handle__);
+ #endif
+ }
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public static void WillPresentFullScreen (this IMKLookAroundViewControllerDelegate This, MKLookAroundViewController viewController)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var viewController__handle__ = viewController!.GetNonNullHandle (nameof (viewController));
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("lookAroundViewControllerWillPresentFullScreen:"), viewController__handle__);
+ #endif
+ }
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public static void DidPresentFullScreen (this IMKLookAroundViewControllerDelegate This, MKLookAroundViewController viewController)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var viewController__handle__ = viewController!.GetNonNullHandle (nameof (viewController));
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("lookAroundViewControllerDidPresentFullScreen:"), viewController__handle__);
+ #endif
+ }
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public static void WillDismissFullScreen (this IMKLookAroundViewControllerDelegate This, MKLookAroundViewController viewController)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var viewController__handle__ = viewController!.GetNonNullHandle (nameof (viewController));
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("lookAroundViewControllerWillDismissFullScreen:"), viewController__handle__);
+ #endif
+ }
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public static void DidDismissFullScreen (this IMKLookAroundViewControllerDelegate This, MKLookAroundViewController viewController)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var viewController__handle__ = viewController!.GetNonNullHandle (nameof (viewController));
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("lookAroundViewControllerDidDismissFullScreen:"), viewController__handle__);
+ #endif
+ }
+ }
+ internal sealed class MKLookAroundViewControllerDelegateWrapper : BaseWrapper, IMKLookAroundViewControllerDelegate {
+ [Preserve (Conditional = true)]
+ public MKLookAroundViewControllerDelegateWrapper (NativeHandle handle, bool owns)
+ : base (handle, owns)
+ {
+ }
+ }
+}
+namespace MapKit {
+ [Protocol()]
+ [Register("Microsoft_iOS__MapKit_MKLookAroundViewControllerDelegate", false)]
+ [Model]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ public unsafe partial class MKLookAroundViewControllerDelegate : NSObject, IMKLookAroundViewControllerDelegate {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("init")]
+ public MKLookAroundViewControllerDelegate () : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ IsDirectBinding = false;
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ #endif
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKLookAroundViewControllerDelegate (NSObjectFlag t) : base (t)
+ {
+ IsDirectBinding = false;
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKLookAroundViewControllerDelegate (NativeHandle handle) : base (handle)
+ {
+ IsDirectBinding = false;
+ }
+
+ [Export ("lookAroundViewControllerDidDismissFullScreen:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void DidDismissFullScreen (MKLookAroundViewController viewController)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ throw new You_Should_Not_Call_base_In_This_Method ();
+ #endif
+ }
+ [Export ("lookAroundViewControllerDidPresentFullScreen:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void DidPresentFullScreen (MKLookAroundViewController viewController)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ throw new You_Should_Not_Call_base_In_This_Method ();
+ #endif
+ }
+ [Export ("lookAroundViewControllerDidUpdateScene:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void DidUpdateScene (MKLookAroundViewController viewController)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ throw new You_Should_Not_Call_base_In_This_Method ();
+ #endif
+ }
+ [Export ("lookAroundViewControllerWillDismissFullScreen:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void WillDismissFullScreen (MKLookAroundViewController viewController)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ throw new You_Should_Not_Call_base_In_This_Method ();
+ #endif
+ }
+ [Export ("lookAroundViewControllerWillPresentFullScreen:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void WillPresentFullScreen (MKLookAroundViewController viewController)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ throw new You_Should_Not_Call_base_In_This_Method ();
+ #endif
+ }
+ [Export ("lookAroundViewControllerWillUpdateScene:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void WillUpdateScene (MKLookAroundViewController viewController)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ throw new You_Should_Not_Call_base_In_This_Method ();
+ #endif
+ }
+ } /* class MKLookAroundViewControllerDelegate */
+}
diff --git a/old/dotnet/ios/generated-sources/MapKit/MKMapCamera.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKMapCamera.g.cs
index e53fdd3..aa42861 100644
--- a/old/dotnet/ios/generated-sources/MapKit/MKMapCamera.g.cs
+++ b/new/dotnet/ios/generated-sources/MapKit/MKMapCamera.g.cs
@@ -97,6 +97,22 @@ namespace MapKit {
{
}
+ [Export ("cameraLookingAtMapItem:forViewSize:allowPitch:")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public static MKMapCamera CameraLookingAt (MKMapItem mapItem, CGSize viewSize, bool allowPitch)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var mapItem__handle__ = mapItem!.GetNonNullHandle (nameof (mapItem));
+ return Runtime.GetNSObject<MKMapCamera> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_CGSize_bool (class_ptr, Selector.GetHandle ("cameraLookingAtMapItem:forViewSize:allowPitch:"), mapItem__handle__, viewSize, allowPitch))!;
+ #endif
+ }
[Export ("cameraLookingAtCenterCoordinate:fromEyeCoordinate:eyeAltitude:")]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("ios7.0")]
diff --git a/new/dotnet/ios/generated-sources/MapKit/MKMapConfiguration.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKMapConfiguration.g.cs
new file mode 100644
index 0000000..4913420
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/MapKit/MKMapConfiguration.g.cs
@@ -0,0 +1,178 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using GLKit;
+using Metal;
+using CoreML;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using NewsstandKit;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [Register("MKMapConfiguration", true)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public unsafe partial class MKMapConfiguration : NSObject, INSCoding, INSCopying, INSSecureCoding {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if ARCH_32
+ #pragma warning disable 649
+ static readonly NativeHandle class_ptr;
+ #pragma warning restore 649
+ #else
+ static readonly NativeHandle class_ptr = Class.GetHandle ("MKMapConfiguration");
+ #endif
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [DesignatedInitializer]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("initWithCoder:")]
+ public MKMapConfiguration (NSCoder coder) : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ }
+ #endif
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKMapConfiguration (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKMapConfiguration (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("copyWithZone:")]
+ [return: ReleaseAttribute ()]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual NSObject Copy (NSZone? zone)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var zone__handle__ = zone.GetHandle ();
+ NSObject? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ } else {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ }
+ if (ret != null)
+ global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release"));
+ return ret!;
+ }
+ [Export ("encodeWithCoder:")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void EncodeTo (NSCoder encoder)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var encoder__handle__ = encoder!.GetNonNullHandle (nameof (encoder));
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public virtual MKMapElevationStyle ElevationStyle {
+ [Export ("elevationStyle", ArgumentSemantic.UnsafeUnretained)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKMapElevationStyle ret;
+ if (IsDirectBinding) {
+ ret = (MKMapElevationStyle) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("elevationStyle"));
+ } else {
+ ret = (MKMapElevationStyle) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("elevationStyle"));
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setElevationStyle:", ArgumentSemantic.UnsafeUnretained)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("setElevationStyle:"), (IntPtr) (long) value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("setElevationStyle:"), (IntPtr) (long) value);
+ }
+ #endif
+ }
+ }
+ } /* class MKMapConfiguration */
+}
diff --git a/new/dotnet/ios/generated-sources/MapKit/MKMapElevationStyle.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKMapElevationStyle.g.cs
new file mode 100644
index 0000000..13e5bd7
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/MapKit/MKMapElevationStyle.g.cs
@@ -0,0 +1,61 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using GLKit;
+using Metal;
+using CoreML;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using NewsstandKit;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [Native]
+ public enum MKMapElevationStyle : long {
+ Flat = 0,
+ Realistic = 1,
+ }
+}
diff --git a/new/dotnet/ios/generated-sources/MapKit/MKMapFeatureAnnotation.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKMapFeatureAnnotation.g.cs
new file mode 100644
index 0000000..f9483d0
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/MapKit/MKMapFeatureAnnotation.g.cs
@@ -0,0 +1,253 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using GLKit;
+using Metal;
+using CoreML;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using NewsstandKit;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [Register("MKMapFeatureAnnotation", true)]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ public unsafe partial class MKMapFeatureAnnotation : NSObject, IMKAnnotation {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if ARCH_32
+ #pragma warning disable 649
+ static readonly NativeHandle class_ptr;
+ #pragma warning restore 649
+ #else
+ static readonly NativeHandle class_ptr = Class.GetHandle ("MKMapFeatureAnnotation");
+ #endif
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKMapFeatureAnnotation (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKMapFeatureAnnotation (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("setCoordinate:")]
+ [SupportedOSPlatform ("macos10.9")]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void SetCoordinate (global::CoreLocation.CLLocationCoordinate2D value)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_CLLocationCoordinate2D (this.Handle, Selector.GetHandle ("setCoordinate:"), value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_CLLocationCoordinate2D (this.SuperHandle, Selector.GetHandle ("setCoordinate:"), value);
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual global::CoreLocation.CLLocationCoordinate2D Coordinate {
+ [Export ("coordinate")]
+ [SupportedOSPlatform ("macos10.9")]
+ [SupportedOSPlatform ("ios")]
+ [SupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("maccatalyst")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ global::CoreLocation.CLLocationCoordinate2D ret;
+ if (IsDirectBinding) {
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) {
+ ret = global::ObjCRuntime.Messaging.CLLocationCoordinate2D_objc_msgSend (this.Handle, Selector.GetHandle ("coordinate"));
+ } else if (IntPtr.Size == 8) {
+ ret = global::ObjCRuntime.Messaging.CLLocationCoordinate2D_objc_msgSend (this.Handle, Selector.GetHandle ("coordinate"));
+ } else if (Runtime.Arch == Arch.DEVICE) {
+ global::ObjCRuntime.Messaging.CLLocationCoordinate2D_objc_msgSend_stret (out ret, this.Handle, Selector.GetHandle ("coordinate"));
+ } else {
+ global::ObjCRuntime.Messaging.CLLocationCoordinate2D_objc_msgSend_stret (out ret, this.Handle, Selector.GetHandle ("coordinate"));
+ }
+ } else {
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) {
+ ret = global::ObjCRuntime.Messaging.CLLocationCoordinate2D_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("coordinate"));
+ } else if (IntPtr.Size == 8) {
+ ret = global::ObjCRuntime.Messaging.CLLocationCoordinate2D_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("coordinate"));
+ } else if (Runtime.Arch == Arch.DEVICE) {
+ global::ObjCRuntime.Messaging.CLLocationCoordinate2D_objc_msgSendSuper_stret (out ret, this.SuperHandle, Selector.GetHandle ("coordinate"));
+ } else {
+ global::ObjCRuntime.Messaging.CLLocationCoordinate2D_objc_msgSendSuper_stret (out ret, this.SuperHandle, Selector.GetHandle ("coordinate"));
+ }
+ }
+ return ret!;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual MKMapFeatureType FeatureType {
+ [Export ("featureType")]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKMapFeatureType ret;
+ if (IsDirectBinding) {
+ ret = (MKMapFeatureType) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("featureType"));
+ } else {
+ ret = (MKMapFeatureType) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("featureType"));
+ }
+ return ret!;
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual MKIconStyle? IconStyle {
+ [Export ("iconStyle")]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKIconStyle? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<MKIconStyle> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("iconStyle")))!;
+ } else {
+ ret = Runtime.GetNSObject<MKIconStyle> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("iconStyle")))!;
+ }
+ return ret!;
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindAs (typeof (MKPointOfInterestCategory), OriginalType = typeof (NSString))]
+ public virtual global::MapKit.MKPointOfInterestCategory PointOfInterestCategory {
+ [Export ("pointOfInterestCategory")]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ global::MapKit.MKPointOfInterestCategory ret;
+ if (IsDirectBinding) {
+ ret = global::MapKit.MKPointOfInterestCategoryExtensions.GetValue (Runtime.GetNSObject<NSString> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("pointOfInterestCategory")))!);
+ } else {
+ ret = global::MapKit.MKPointOfInterestCategoryExtensions.GetValue (Runtime.GetNSObject<NSString> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("pointOfInterestCategory")))!);
+ }
+ return ret!;
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual string? Subtitle {
+ [Export ("subtitle", ArgumentSemantic.Copy)]
+ [SupportedOSPlatform ("macos10.9")]
+ [SupportedOSPlatform ("ios")]
+ [SupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("maccatalyst")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("subtitle")))!;
+ } else {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("subtitle")))!;
+ }
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual string? Title {
+ [Export ("title", ArgumentSemantic.Copy)]
+ [SupportedOSPlatform ("macos10.9")]
+ [SupportedOSPlatform ("ios")]
+ [SupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("maccatalyst")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("title")))!;
+ } else {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("title")))!;
+ }
+ }
+ }
+ } /* class MKMapFeatureAnnotation */
+}
diff --git a/new/dotnet/ios/generated-sources/MapKit/MKMapFeatureOptions.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKMapFeatureOptions.g.cs
new file mode 100644
index 0000000..ef6534a
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/MapKit/MKMapFeatureOptions.g.cs
@@ -0,0 +1,63 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using GLKit;
+using Metal;
+using CoreML;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using NewsstandKit;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [Flags]
+ [Native]
+ public enum MKMapFeatureOptions : long {
+ PointsOfInterest = 1,
+ Territories = 2,
+ PhysicalFeatures = 4,
+ }
+}
diff --git a/new/dotnet/ios/generated-sources/MapKit/MKMapFeatureType.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKMapFeatureType.g.cs
new file mode 100644
index 0000000..571917e
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/MapKit/MKMapFeatureType.g.cs
@@ -0,0 +1,62 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using GLKit;
+using Metal;
+using CoreML;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using NewsstandKit;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [Native]
+ public enum MKMapFeatureType : long {
+ PointOfInterest = 0,
+ Territory = 1,
+ PhysicalFeature = 2,
+ }
+}
diff --git a/new/dotnet/ios/generated-sources/MapKit/MKMapItemRequest.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKMapItemRequest.g.cs
new file mode 100644
index 0000000..bfcf331
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/MapKit/MKMapItemRequest.g.cs
@@ -0,0 +1,238 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using GLKit;
+using Metal;
+using CoreML;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using NewsstandKit;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [Register("MKMapItemRequest", true)]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ public unsafe partial class MKMapItemRequest : NSObject {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if ARCH_32
+ #pragma warning disable 649
+ static readonly NativeHandle class_ptr;
+ #pragma warning restore 649
+ #else
+ static readonly NativeHandle class_ptr = Class.GetHandle ("MKMapItemRequest");
+ #endif
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKMapItemRequest (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKMapItemRequest (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("initWithMapFeatureAnnotation:")]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [DesignatedInitializer]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public MKMapItemRequest (MKMapFeatureAnnotation mapFeatureAnnotation)
+ : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var mapFeatureAnnotation__handle__ = mapFeatureAnnotation!.GetNonNullHandle (nameof (mapFeatureAnnotation));
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("initWithMapFeatureAnnotation:"), mapFeatureAnnotation__handle__), "initWithMapFeatureAnnotation:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithMapFeatureAnnotation:"), mapFeatureAnnotation__handle__), "initWithMapFeatureAnnotation:");
+ }
+ #endif
+ }
+ [Export ("cancel")]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void Cancel ()
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend (this.Handle, Selector.GetHandle ("cancel"));
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("cancel"));
+ }
+ #endif
+ }
+ [Export ("getMapItemWithCompletionHandler:")]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual void GetMapItem ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V115))]global::System.Action<MKMapItem, NSError> completionHandler)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (completionHandler is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
+ BlockLiteral *block_ptr_completionHandler;
+ BlockLiteral block_completionHandler;
+ block_completionHandler = new BlockLiteral ();
+ block_ptr_completionHandler = &block_completionHandler;
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V115.Handler, completionHandler);
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("getMapItemWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("getMapItemWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
+ }
+ block_ptr_completionHandler->CleanupBlock ();
+ #endif
+ }
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual Task<MKMapItem> GetMapItemAsync ()
+ {
+ var tcs = new TaskCompletionSource<MKMapItem> ();
+ GetMapItem((arg1_, arg2_) => {
+ if (arg2_ != null)
+ tcs.SetException (new NSErrorException(arg2_));
+ else
+ tcs.SetResult (arg1_!);
+ });
+ return tcs.Task;
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual MKMapFeatureAnnotation FeatureAnnotation {
+ [Export ("featureAnnotation")]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKMapFeatureAnnotation? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<MKMapFeatureAnnotation> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("featureAnnotation")))!;
+ } else {
+ ret = Runtime.GetNSObject<MKMapFeatureAnnotation> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("featureAnnotation")))!;
+ }
+ return ret!;
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual bool IsCancelled {
+ [Export ("isCancelled")]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("isCancelled"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("isCancelled"));
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual bool IsLoading {
+ [Export ("isLoading")]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("isLoading"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("isLoading"));
+ }
+ #endif
+ }
+ }
+ } /* class MKMapItemRequest */
+}
diff --git a/old/dotnet/ios/generated-sources/MapKit/MKMapView.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKMapView.g.cs
index 98e83b5..8047604 100644
--- a/old/dotnet/ios/generated-sources/MapKit/MKMapView.g.cs
+++ b/new/dotnet/ios/generated-sources/MapKit/MKMapView.g.cs
@@ -1401,6 +1401,50 @@ namespace MapKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public virtual MKMapConfiguration PreferredConfiguration {
+ [Export ("preferredConfiguration", ArgumentSemantic.Copy)]
+ [SupportedOSPlatform ("tvos9.2")]
+ [SupportedOSPlatform ("macos10.9")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKMapConfiguration? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<MKMapConfiguration> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("preferredConfiguration")))!;
+ } else {
+ ret = Runtime.GetNSObject<MKMapConfiguration> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("preferredConfiguration")))!;
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setPreferredConfiguration:", ArgumentSemantic.Copy)]
+ [SupportedOSPlatform ("tvos9.2")]
+ [SupportedOSPlatform ("macos10.9")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var value__handle__ = value!.GetNonNullHandle (nameof (value));
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setPreferredConfiguration:"), value__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setPreferredConfiguration:"), value__handle__);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios")]
@@ -1518,6 +1562,49 @@ namespace MapKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ public virtual MKMapFeatureOptions SelectableMapFeatures {
+ [Export ("selectableMapFeatures", ArgumentSemantic.UnsafeUnretained)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKMapFeatureOptions ret;
+ if (IsDirectBinding) {
+ ret = (MKMapFeatureOptions) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("selectableMapFeatures"));
+ } else {
+ ret = (MKMapFeatureOptions) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("selectableMapFeatures"));
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setSelectableMapFeatures:", ArgumentSemantic.UnsafeUnretained)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("setSelectableMapFeatures:"), (IntPtr) (long) value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("setSelectableMapFeatures:"), (IntPtr) (long) value);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios")]
@@ -2118,6 +2205,17 @@ namespace MapKit {
handler (mapView, EventArgs.Empty);
}
}
+ internal EventHandler<MKAnnotationEventArgs>? didDeselectAnnotation;
+ [Preserve (Conditional = true)]
+ [Export ("mapView:didDeselectAnnotation:")]
+ public void DidDeselectAnnotation (MKMapView mapView, IMKAnnotation annotation)
+ {
+ var handler = didDeselectAnnotation;
+ if (handler != null){
+ var args = new MKAnnotationEventArgs (annotation);
+ handler (mapView, args);
+ }
+ }
internal EventHandler<MKAnnotationViewEventArgs>? didDeselectAnnotationView;
[Preserve (Conditional = true)]
[Export ("mapView:didDeselectAnnotationView:")]
@@ -2151,6 +2249,17 @@ namespace MapKit {
handler (mapView, args);
}
}
+ internal EventHandler<MKAnnotationEventArgs>? didSelectAnnotation;
+ [Preserve (Conditional = true)]
+ [Export ("mapView:didSelectAnnotation:")]
+ public void DidSelectAnnotation (MKMapView mapView, IMKAnnotation annotation)
+ {
+ var handler = didSelectAnnotation;
+ if (handler != null){
+ var args = new MKAnnotationEventArgs (annotation);
+ handler (mapView, args);
+ }
+ }
internal EventHandler<MKAnnotationViewEventArgs>? didSelectAnnotationView;
[Preserve (Conditional = true)]
[Export ("mapView:didSelectAnnotationView:")]
@@ -2320,6 +2429,10 @@ namespace MapKit {
add { EnsureMKMapViewDelegate ()!.didChangeVisibleRegion += value; }
remove { EnsureMKMapViewDelegate ()!.didChangeVisibleRegion -= value; }
}
+ public event EventHandler<MKAnnotationEventArgs> DidDeselectAnnotation {
+ add { EnsureMKMapViewDelegate ()!.didDeselectAnnotation += value; }
+ remove { EnsureMKMapViewDelegate ()!.didDeselectAnnotation -= value; }
+ }
public event EventHandler<MKAnnotationViewEventArgs> DidDeselectAnnotationView {
add { EnsureMKMapViewDelegate ()!.didDeselectAnnotationView += value; }
remove { EnsureMKMapViewDelegate ()!.didDeselectAnnotationView -= value; }
@@ -2332,6 +2445,10 @@ namespace MapKit {
add { EnsureMKMapViewDelegate ()!.didFinishRenderingMap += value; }
remove { EnsureMKMapViewDelegate ()!.didFinishRenderingMap -= value; }
}
+ public event EventHandler<MKAnnotationEventArgs> DidSelectAnnotation {
+ add { EnsureMKMapViewDelegate ()!.didSelectAnnotation += value; }
+ remove { EnsureMKMapViewDelegate ()!.didSelectAnnotation -= value; }
+ }
public event EventHandler<MKAnnotationViewEventArgs> DidSelectAnnotationView {
add { EnsureMKMapViewDelegate ()!.didSelectAnnotationView += value; }
remove { EnsureMKMapViewDelegate ()!.didSelectAnnotationView -= value; }
@@ -2421,6 +2538,13 @@ namespace MapKit {
//
// EventArgs classes
//
+ public partial class MKAnnotationEventArgs : EventArgs {
+ public MKAnnotationEventArgs (IMKAnnotation annotation)
+ {
+ this.Annotation = annotation;
+ }
+ public IMKAnnotation Annotation { get; set; }
+ }
public partial class MKAnnotationViewEventArgs : EventArgs {
public MKAnnotationViewEventArgs (MKAnnotationView view)
{
diff --git a/old/dotnet/ios/generated-sources/MapKit/MKMapViewDelegate.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKMapViewDelegate.g.cs
index 4e97a2b..24ce7cd 100644
--- a/old/dotnet/ios/generated-sources/MapKit/MKMapViewDelegate.g.cs
+++ b/new/dotnet/ios/generated-sources/MapKit/MKMapViewDelegate.g.cs
@@ -68,6 +68,8 @@ namespace MapKit {
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidSelectAnnotationView", Selector = "mapView:didSelectAnnotationView:", ParameterType = new Type [] { typeof (MKMapView), typeof (MKAnnotationView) }, ParameterByRef = new bool [] { false, false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidFailToLocateUser", Selector = "mapView:didFailToLocateUserWithError:", ParameterType = new Type [] { typeof (MKMapView), typeof (NSError) }, ParameterByRef = new bool [] { false, false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidDeselectAnnotationView", Selector = "mapView:didDeselectAnnotationView:", ParameterType = new Type [] { typeof (MKMapView), typeof (MKAnnotationView) }, ParameterByRef = new bool [] { false, false })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidSelectAnnotation", Selector = "mapView:didSelectAnnotation:", ParameterType = new Type [] { typeof (MKMapView), typeof (IMKAnnotation) }, ParameterByRef = new bool [] { false, false })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidDeselectAnnotation", Selector = "mapView:didDeselectAnnotation:", ParameterType = new Type [] { typeof (MKMapView), typeof (IMKAnnotation) }, ParameterByRef = new bool [] { false, false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WillStartLocatingUser", Selector = "mapViewWillStartLocatingUser:", ParameterType = new Type [] { typeof (MKMapView) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidStopLocatingUser", Selector = "mapViewDidStopLocatingUser:", ParameterType = new Type [] { typeof (MKMapView) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidUpdateUserLocation", Selector = "mapView:didUpdateUserLocation:", ParameterType = new Type [] { typeof (MKMapView), typeof (MKUserLocation) }, ParameterByRef = new bool [] { false, false })]
@@ -266,6 +268,38 @@ namespace MapKit {
var view__handle__ = view!.GetNonNullHandle (nameof (view));
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("mapView:didDeselectAnnotationView:"), mapView__handle__, view__handle__);
}
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public static void DidSelectAnnotation (this IMKMapViewDelegate This, MKMapView mapView, IMKAnnotation annotation)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var mapView__handle__ = mapView!.GetNonNullHandle (nameof (mapView));
+ var annotation__handle__ = annotation!.GetNonNullHandle (nameof (annotation));
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("mapView:didSelectAnnotation:"), mapView__handle__, annotation__handle__);
+ #endif
+ }
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public static void DidDeselectAnnotation (this IMKMapViewDelegate This, MKMapView mapView, IMKAnnotation annotation)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var mapView__handle__ = mapView!.GetNonNullHandle (nameof (mapView));
+ var annotation__handle__ = annotation!.GetNonNullHandle (nameof (annotation));
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("mapView:didDeselectAnnotation:"), mapView__handle__, annotation__handle__);
+ #endif
+ }
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
@@ -534,6 +568,20 @@ namespace MapKit {
throw new You_Should_Not_Call_base_In_This_Method ();
#endif
}
+ [Export ("mapView:didDeselectAnnotation:")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void DidDeselectAnnotation (MKMapView mapView, IMKAnnotation annotation)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ throw new You_Should_Not_Call_base_In_This_Method ();
+ #endif
+ }
[Export ("mapView:didDeselectAnnotationView:")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios")]
@@ -564,6 +612,20 @@ namespace MapKit {
{
throw new You_Should_Not_Call_base_In_This_Method ();
}
+ [Export ("mapView:didSelectAnnotation:")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void DidSelectAnnotation (MKMapView mapView, IMKAnnotation annotation)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ throw new You_Should_Not_Call_base_In_This_Method ();
+ #endif
+ }
[Export ("mapView:didSelectAnnotationView:")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios")]
diff --git a/old/dotnet/ios/generated-sources/MapKit/MKOverlayRenderer.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKOverlayRenderer.g.cs
index 1e5d96e..d5028de 100644
--- a/old/dotnet/ios/generated-sources/MapKit/MKOverlayRenderer.g.cs
+++ b/new/dotnet/ios/generated-sources/MapKit/MKOverlayRenderer.g.cs
@@ -343,6 +343,47 @@ namespace MapKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [UnsupportedOSPlatform ("maccatalyst")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public virtual CGBlendMode BlendMode {
+ [Export ("blendMode", ArgumentSemantic.UnsafeUnretained)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("maccatalyst")]
+ [SupportedOSPlatform ("tvos9.2")]
+ [SupportedOSPlatform ("ios7.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return (CGBlendMode) global::ObjCRuntime.Messaging.int_objc_msgSend (this.Handle, Selector.GetHandle ("blendMode"));
+ } else {
+ return (CGBlendMode) global::ObjCRuntime.Messaging.int_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("blendMode"));
+ }
+ #endif
+ }
+ [Export ("setBlendMode:", ArgumentSemantic.UnsafeUnretained)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("maccatalyst")]
+ [SupportedOSPlatform ("tvos9.2")]
+ [SupportedOSPlatform ("ios7.0")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_int (this.Handle, Selector.GetHandle ("setBlendMode:"), (int)value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_int (this.SuperHandle, Selector.GetHandle ("setBlendMode:"), (int)value);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("ios7.0")]
[SupportedOSPlatform ("macos10.9")]
diff --git a/old/dotnet/ios/generated-sources/MapKit/MKPinAnnotationView.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKPinAnnotationView.g.cs
index 4a0eb22..529b941 100644
--- a/old/dotnet/ios/generated-sources/MapKit/MKPinAnnotationView.g.cs
+++ b/new/dotnet/ios/generated-sources/MapKit/MKPinAnnotationView.g.cs
@@ -53,21 +53,21 @@ namespace MapKit {
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
- #endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("maccatalyst")]
public unsafe partial class MKPinAnnotationView : MKAnnotationView {
@@ -102,21 +102,21 @@ namespace MapKit {
[Export ("initWithFrame:")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
- #endif
- [UnsupportedOSPlatform ("ios15.0")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios")]
@@ -134,21 +134,21 @@ namespace MapKit {
}
[Export ("initWithAnnotation:reuseIdentifier:")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
- #endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios")]
@@ -169,21 +169,21 @@ namespace MapKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
- #endif
- [UnsupportedOSPlatform ("ios15.0")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios")]
@@ -191,21 +191,21 @@ namespace MapKit {
public virtual bool AnimatesDrop {
[Export ("animatesDrop")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
- #endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios")]
@@ -220,21 +220,21 @@ namespace MapKit {
}
[Export ("setAnimatesDrop:")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
- #endif
- [UnsupportedOSPlatform ("ios15.0")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios")]
@@ -252,41 +252,41 @@ namespace MapKit {
[SupportedOSPlatform ("ios9.0")]
[SupportedOSPlatform ("macos10.11")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
#if __TVOS__
- [Advice ("Starting with tvos15.0.")]
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst9.0")]
- #if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
- #endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("tvos9.2")]
public static global::UIKit.UIColor GreenPinColor {
[Export ("greenPinColor")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
- #endif
- [UnsupportedOSPlatform ("ios15.0")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios9.0")]
@@ -308,36 +308,36 @@ namespace MapKit {
[Advice ("Starting with macos10.11 Use 'PinTintColor' instead.")]
#endif
[UnsupportedOSPlatform ("macos10.11")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
- #endif
- [UnsupportedOSPlatform ("tvos15.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst9.0 Use 'PinTintColor' instead.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst9.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("maccatalyst")]
public virtual MKPinAnnotationColor PinColor {
[Export ("pinColor")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
#if __TVOS__
- [Advice ("Starting with tvos15.0.")]
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[UnsupportedOSPlatform ("tvos")]
- #if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
- #endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("maccatalyst")]
@@ -353,22 +353,22 @@ namespace MapKit {
}
[Export ("setPinColor:")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
#if __TVOS__
- [Advice ("Starting with tvos15.0.")]
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[UnsupportedOSPlatform ("tvos")]
- #if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
- #endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("maccatalyst")]
@@ -385,41 +385,41 @@ namespace MapKit {
[SupportedOSPlatform ("ios9.0")]
[SupportedOSPlatform ("macos10.11")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
#if __TVOS__
- [Advice ("Starting with tvos15.0.")]
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst9.0")]
- #if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
- #endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("tvos9.2")]
public virtual global::UIKit.UIColor? PinTintColor {
[Export ("pinTintColor")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
- #endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios9.0")]
@@ -436,21 +436,21 @@ namespace MapKit {
}
[Export ("setPinTintColor:")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
- #endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios9.0")]
@@ -469,41 +469,41 @@ namespace MapKit {
[SupportedOSPlatform ("ios9.0")]
[SupportedOSPlatform ("macos10.11")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
#if __TVOS__
- [Advice ("Starting with tvos15.0.")]
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst9.0")]
- #if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
- #endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("tvos9.2")]
public static global::UIKit.UIColor PurplePinColor {
[Export ("purplePinColor")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
- #endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios9.0")]
@@ -519,41 +519,41 @@ namespace MapKit {
[SupportedOSPlatform ("ios9.0")]
[SupportedOSPlatform ("macos10.11")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
#if __TVOS__
- [Advice ("Starting with tvos15.0.")]
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst9.0")]
- #if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
- #endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("tvos9.2")]
public static global::UIKit.UIColor RedPinColor {
[Export ("redPinColor")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
- #endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios9.0")]
@@ -571,41 +571,41 @@ namespace MapKit {
[SupportedOSPlatform ("ios9.0")]
[SupportedOSPlatform ("macos10.11")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
#if __TVOS__
- [Advice ("Starting with tvos15.0.")]
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst9.0")]
- #if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
- #endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("tvos9.2")]
public virtual global::UIKit.UIColor? PinTintColor {
[Export ("pinTintColor")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
- #endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios9.0")]
@@ -622,21 +622,21 @@ namespace MapKit {
}
[Export ("setPinTintColor:")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
- #endif
- [UnsupportedOSPlatform ("ios15.0")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios9.0")]
diff --git a/old/dotnet/ios/generated-sources/MapKit/MKRoute.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKRoute.g.cs
index fdd032e..68a53c7 100644
--- a/old/dotnet/ios/generated-sources/MapKit/MKRoute.g.cs
+++ b/new/dotnet/ios/generated-sources/MapKit/MKRoute.g.cs
@@ -144,6 +144,54 @@ namespace MapKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public virtual bool HasHighways {
+ [Export ("hasHighways")]
+ [SupportedOSPlatform ("tvos9.2")]
+ [SupportedOSPlatform ("ios7.0")]
+ [SupportedOSPlatform ("macos10.9")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("hasHighways"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("hasHighways"));
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public virtual bool HasTolls {
+ [Export ("hasTolls")]
+ [SupportedOSPlatform ("tvos9.2")]
+ [SupportedOSPlatform ("ios7.0")]
+ [SupportedOSPlatform ("macos10.9")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("hasTolls"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("hasTolls"));
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("ios7.0")]
[SupportedOSPlatform ("macos10.9")]
diff --git a/new/dotnet/ios/generated-sources/MapKit/MKStandardMapConfiguration.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKStandardMapConfiguration.g.cs
new file mode 100644
index 0000000..6ac1ff3
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/MapKit/MKStandardMapConfiguration.g.cs
@@ -0,0 +1,304 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using GLKit;
+using Metal;
+using CoreML;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using NewsstandKit;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [Register("MKStandardMapConfiguration", true)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public unsafe partial class MKStandardMapConfiguration : MKMapConfiguration {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if ARCH_32
+ #pragma warning disable 649
+ static readonly NativeHandle class_ptr;
+ #pragma warning restore 649
+ #else
+ static readonly NativeHandle class_ptr = Class.GetHandle ("MKStandardMapConfiguration");
+ #endif
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [DesignatedInitializer]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("init")]
+ public MKStandardMapConfiguration () : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ }
+ #endif
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [DesignatedInitializer]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("initWithCoder:")]
+ public MKStandardMapConfiguration (NSCoder coder) : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ }
+ #endif
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKStandardMapConfiguration (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKStandardMapConfiguration (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("initWithElevationStyle:")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public MKStandardMapConfiguration (MKMapElevationStyle elevationStyle)
+ : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("initWithElevationStyle:"), (IntPtr) (long) elevationStyle), "initWithElevationStyle:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithElevationStyle:"), (IntPtr) (long) elevationStyle), "initWithElevationStyle:");
+ }
+ #endif
+ }
+ [Export ("initWithElevationStyle:emphasisStyle:")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public MKStandardMapConfiguration (MKMapElevationStyle elevationStyle, MKStandardMapEmphasisStyle emphasisStyle)
+ : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_IntPtr_IntPtr (this.Handle, Selector.GetHandle ("initWithElevationStyle:emphasisStyle:"), (IntPtr) (long) elevationStyle, (IntPtr) (long) emphasisStyle), "initWithElevationStyle:emphasisStyle:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_IntPtr_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithElevationStyle:emphasisStyle:"), (IntPtr) (long) elevationStyle, (IntPtr) (long) emphasisStyle), "initWithElevationStyle:emphasisStyle:");
+ }
+ #endif
+ }
+ [Export ("initWithEmphasisStyle:")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public MKStandardMapConfiguration (MKStandardMapEmphasisStyle emphasisStyle)
+ : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("initWithEmphasisStyle:"), (IntPtr) (long) emphasisStyle), "initWithEmphasisStyle:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithEmphasisStyle:"), (IntPtr) (long) emphasisStyle), "initWithEmphasisStyle:");
+ }
+ #endif
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public virtual MKStandardMapEmphasisStyle EmphasisStyle {
+ [Export ("emphasisStyle", ArgumentSemantic.UnsafeUnretained)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKStandardMapEmphasisStyle ret;
+ if (IsDirectBinding) {
+ ret = (MKStandardMapEmphasisStyle) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("emphasisStyle"));
+ } else {
+ ret = (MKStandardMapEmphasisStyle) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("emphasisStyle"));
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setEmphasisStyle:", ArgumentSemantic.UnsafeUnretained)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("setEmphasisStyle:"), (IntPtr) (long) value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("setEmphasisStyle:"), (IntPtr) (long) value);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public virtual MKPointOfInterestFilter? PointOfInterestFilter {
+ [Export ("pointOfInterestFilter", ArgumentSemantic.Copy)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKPointOfInterestFilter? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<MKPointOfInterestFilter> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("pointOfInterestFilter")))!;
+ } else {
+ ret = Runtime.GetNSObject<MKPointOfInterestFilter> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("pointOfInterestFilter")))!;
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setPointOfInterestFilter:", ArgumentSemantic.Copy)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var value__handle__ = value.GetHandle ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setPointOfInterestFilter:"), value__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setPointOfInterestFilter:"), value__handle__);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public virtual bool ShowsTraffic {
+ [Export ("showsTraffic")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("showsTraffic"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("showsTraffic"));
+ }
+ #endif
+ }
+ [Export ("setShowsTraffic:")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_bool (this.Handle, Selector.GetHandle ("setShowsTraffic:"), value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, Selector.GetHandle ("setShowsTraffic:"), value);
+ }
+ #endif
+ }
+ }
+ } /* class MKStandardMapConfiguration */
+}
diff --git a/new/dotnet/ios/generated-sources/MapKit/MKStandardMapEmphasisStyle.g.cs b/new/dotnet/ios/generated-sources/MapKit/MKStandardMapEmphasisStyle.g.cs
new file mode 100644
index 0000000..17e6870
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/MapKit/MKStandardMapEmphasisStyle.g.cs
@@ -0,0 +1,61 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using GLKit;
+using Metal;
+using CoreML;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using NewsstandKit;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [Native]
+ public enum MKStandardMapEmphasisStyle : long {
+ Default = 0,
+ Muted = 1,
+ }
+}
diff --git a/old/dotnet/ios/generated-sources/MediaPlayer/MPMediaLibrary.g.cs b/new/dotnet/ios/generated-sources/MediaPlayer/MPMediaLibrary.g.cs
index 724b071..551e31b 100644
--- a/old/dotnet/ios/generated-sources/MediaPlayer/MPMediaLibrary.g.cs
+++ b/new/dotnet/ios/generated-sources/MediaPlayer/MPMediaLibrary.g.cs
@@ -101,7 +101,7 @@ namespace MediaPlayer {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst9.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddItem (string productID, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V113))]global::System.Action<MPMediaEntity[], NSError>? completionHandler)
+ public unsafe virtual void AddItem (string productID, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V116))]global::System.Action<MPMediaEntity[], NSError>? completionHandler)
{
if (productID is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (productID));
@@ -113,7 +113,7 @@ namespace MediaPlayer {
} else {
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V113.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V116.Handler, completionHandler);
}
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("addItemWithProductID:completionHandler:"), nsproductID, (IntPtr) block_ptr_completionHandler);
@@ -189,7 +189,7 @@ namespace MediaPlayer {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst9.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetPlaylist (NSUuid uuid, MPMediaPlaylistCreationMetadata? creationMetadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V114))]global::System.Action<MPMediaPlaylist, NSError> completionHandler)
+ public unsafe virtual void GetPlaylist (NSUuid uuid, MPMediaPlaylistCreationMetadata? creationMetadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V117))]global::System.Action<MPMediaPlaylist, NSError> completionHandler)
{
var uuid__handle__ = uuid!.GetNonNullHandle (nameof (uuid));
var creationMetadata__handle__ = creationMetadata.GetHandle ();
@@ -199,7 +199,7 @@ namespace MediaPlayer {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V114.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V117.Handler, 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);
} else {
diff --git a/old/dotnet/ios/generated-sources/MediaPlayer/MPMusicPlayerApplicationController.g.cs b/new/dotnet/ios/generated-sources/MediaPlayer/MPMusicPlayerApplicationController.g.cs
index 16bdeec..38853e1 100644
--- a/old/dotnet/ios/generated-sources/MediaPlayer/MPMusicPlayerApplicationController.g.cs
+++ b/new/dotnet/ios/generated-sources/MediaPlayer/MPMusicPlayerApplicationController.g.cs
@@ -88,7 +88,7 @@ namespace MediaPlayer {
[SupportedOSPlatform ("tvos14.0")]
[SupportedOSPlatform ("maccatalyst10.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void Perform ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V205))]global::System.Action<MPMusicPlayerControllerMutableQueue> queueTransaction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V115))]global::System.Action<MPMusicPlayerControllerQueue, NSError> completionHandler)
+ public unsafe virtual void Perform ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V205))]global::System.Action<MPMusicPlayerControllerMutableQueue> queueTransaction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V118))]global::System.Action<MPMusicPlayerControllerQueue, NSError> completionHandler)
{
if (queueTransaction is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (queueTransaction));
@@ -103,7 +103,7 @@ namespace MediaPlayer {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V115.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V118.Handler, 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);
} else {
diff --git a/old/dotnet/ios/generated-sources/MediaPlayer/MPPlayableContentDataSource.g.cs b/new/dotnet/ios/generated-sources/MediaPlayer/MPPlayableContentDataSource.g.cs
index ff8b1c8..8770621 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.NIDActionArity2V116) })]
+ [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.NIDActionArity2V119) })]
public partial interface IMPPlayableContentDataSource : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("macos")]
@@ -120,7 +120,7 @@ namespace MediaPlayer {
#endif
[UnsupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void GetContentItem (this IMPPlayableContentDataSource This, string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V116))]global::System.Action<MPContentItem, NSError> completionHandler)
+ public unsafe static void GetContentItem (this IMPPlayableContentDataSource This, string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V119))]global::System.Action<MPContentItem, NSError> completionHandler)
{
if (identifier is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (identifier));
@@ -131,7 +131,7 @@ namespace MediaPlayer {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V116.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V119.Handler, completionHandler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("contentItemForIdentifier:completionHandler:"), nsidentifier, (IntPtr) block_ptr_completionHandler);
CFString.ReleaseNative (nsidentifier);
block_ptr_completionHandler->CleanupBlock ();
@@ -259,7 +259,7 @@ namespace MediaPlayer {
#endif
[UnsupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetContentItem (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V116))]global::System.Action<MPContentItem, NSError> completionHandler)
+ public unsafe virtual void GetContentItem (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V119))]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 011aa0d..0956bf6 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.NIDActionArity2V117) })]
+ [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.NIDActionArity2V120) })]
[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.NIDActionArity2V118) })]
+ [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.NIDActionArity2V121) })]
[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.NIDActionArity3V9) })]
[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.NIDActionArity2V119) })]
+ [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.NIDActionArity2V122) })]
[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.NIDActionArity3V10) })]
[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.NIDActionArity2V117) })]
+ [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.NIDActionArity2V120) })]
[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)]
@@ -312,7 +312,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.NIDActionArity2V117))]global::System.Action<IMTLLibrary, NSError> completionHandler);
+ unsafe void CreateLibrary (string source, MTLCompileOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V120))]global::System.Action<IMTLLibrary, NSError> completionHandler);
[return: ReleaseAttribute ()]
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("tvos10.0")]
@@ -338,7 +338,7 @@ namespace Metal {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newRenderPipelineStateWithDescriptor:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void CreateRenderPipelineState (MTLRenderPipelineDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V118))]global::System.Action<IMTLRenderPipelineState, NSError> completionHandler);
+ unsafe void CreateRenderPipelineState (MTLRenderPipelineDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V121))]global::System.Action<IMTLRenderPipelineState, NSError> completionHandler);
[return: ReleaseAttribute ()]
[SupportedOSPlatform ("ios8.0")]
[SupportedOSPlatform ("macos10.11")]
@@ -372,7 +372,7 @@ namespace Metal {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newComputePipelineStateWithFunction:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void CreateComputePipelineState (IMTLFunction computeFunction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V119))]global::System.Action<IMTLComputePipelineState, NSError> completionHandler);
+ unsafe void CreateComputePipelineState (IMTLFunction computeFunction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V122))]global::System.Action<IMTLComputePipelineState, NSError> completionHandler);
[return: ReleaseAttribute ()]
[SupportedOSPlatform ("ios8.0")]
[SupportedOSPlatform ("macos10.11")]
@@ -662,7 +662,7 @@ namespace Metal {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newLibraryWithStitchedDescriptor:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void CreateLibrary (MTLStitchedLibraryDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V117))]global::System.Action<IMTLLibrary, NSError> completionHandler);
+ unsafe void CreateLibrary (MTLStitchedLibraryDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V120))]global::System.Action<IMTLLibrary, NSError> completionHandler);
[Preserve (Conditional = true)]
string Name {
[Export ("name")]
@@ -1120,7 +1120,7 @@ namespace Metal {
}
[Export ("newLibraryWithSource:options:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateLibrary (string source, MTLCompileOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V117))]global::System.Action<IMTLLibrary, NSError> completionHandler)
+ public unsafe void CreateLibrary (string source, MTLCompileOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V120))]global::System.Action<IMTLLibrary, NSError> completionHandler)
{
if (source is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (source));
@@ -1132,7 +1132,7 @@ namespace Metal {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V117.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V120.Handler, 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);
block_ptr_completionHandler->CleanupBlock ();
@@ -1167,7 +1167,7 @@ namespace Metal {
}
[Export ("newRenderPipelineStateWithDescriptor:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateRenderPipelineState (MTLRenderPipelineDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V118))]global::System.Action<IMTLRenderPipelineState, NSError> completionHandler)
+ public unsafe void CreateRenderPipelineState (MTLRenderPipelineDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V121))]global::System.Action<IMTLRenderPipelineState, NSError> completionHandler)
{
var descriptor__handle__ = descriptor!.GetNonNullHandle (nameof (descriptor));
if (completionHandler is null)
@@ -1176,7 +1176,7 @@ namespace Metal {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V118.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V121.Handler, completionHandler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("newRenderPipelineStateWithDescriptor:completionHandler:"), descriptor__handle__, (IntPtr) block_ptr_completionHandler);
block_ptr_completionHandler->CleanupBlock ();
}
@@ -1229,7 +1229,7 @@ namespace Metal {
}
[Export ("newComputePipelineStateWithFunction:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateComputePipelineState (IMTLFunction computeFunction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V119))]global::System.Action<IMTLComputePipelineState, NSError> completionHandler)
+ public unsafe void CreateComputePipelineState (IMTLFunction computeFunction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V122))]global::System.Action<IMTLComputePipelineState, NSError> completionHandler)
{
var computeFunction__handle__ = computeFunction!.GetNonNullHandle (nameof (computeFunction));
if (completionHandler is null)
@@ -1238,7 +1238,7 @@ namespace Metal {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V119.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V122.Handler, completionHandler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("newComputePipelineStateWithFunction:completionHandler:"), computeFunction__handle__, (IntPtr) block_ptr_completionHandler);
block_ptr_completionHandler->CleanupBlock ();
}
@@ -1723,7 +1723,7 @@ namespace Metal {
}
[Export ("newLibraryWithStitchedDescriptor:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateLibrary (MTLStitchedLibraryDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V117))]global::System.Action<IMTLLibrary, NSError> completionHandler)
+ public unsafe void CreateLibrary (MTLStitchedLibraryDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V120))]global::System.Action<IMTLLibrary, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -1735,7 +1735,7 @@ namespace Metal {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V117.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V120.Handler, completionHandler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("newLibraryWithStitchedDescriptor:completionHandler:"), descriptor__handle__, (IntPtr) block_ptr_completionHandler);
block_ptr_completionHandler->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/Metal/MTLLibrary.g.cs b/new/dotnet/ios/generated-sources/Metal/MTLLibrary.g.cs
index 448c04e..eb505a9 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.NIDActionArity2V120) })]
- [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.NIDActionArity2V120) })]
+ [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.NIDActionArity2V123) })]
+ [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.NIDActionArity2V123) })]
[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.NIDActionArity2V120) })]
+ [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.NIDActionArity2V123) })]
[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)]
@@ -93,7 +93,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.NIDActionArity2V120))]global::System.Action<IMTLFunction, NSError> completionHandler);
+ unsafe void CreateFunction (string name, MTLFunctionConstantValues constantValues, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V123))]global::System.Action<IMTLFunction, NSError> completionHandler);
[SupportedOSPlatform ("macos11.0")]
[SupportedOSPlatform ("ios14.0")]
[SupportedOSPlatform ("tvos14.0")]
@@ -101,7 +101,7 @@ namespace Metal {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newFunctionWithDescriptor:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void CreateFunction (MTLFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V120))]global::System.Action<IMTLFunction, NSError> completionHandler);
+ unsafe void CreateFunction (MTLFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V123))]global::System.Action<IMTLFunction, NSError> completionHandler);
[return: ReleaseAttribute ()]
[SupportedOSPlatform ("macos11.0")]
[SupportedOSPlatform ("ios14.0")]
@@ -118,7 +118,7 @@ namespace Metal {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newIntersectionFunctionWithDescriptor:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void CreateIntersectionFunction (MTLIntersectionFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V120))]global::System.Action<IMTLFunction, NSError> completionHandler);
+ unsafe void CreateIntersectionFunction (MTLIntersectionFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V123))]global::System.Action<IMTLFunction, NSError> completionHandler);
[return: ReleaseAttribute ()]
[SupportedOSPlatform ("macos11.0")]
[SupportedOSPlatform ("ios14.0")]
@@ -215,7 +215,7 @@ namespace Metal {
}
[Export ("newFunctionWithName:constantValues:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateFunction (string name, MTLFunctionConstantValues constantValues, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V120))]global::System.Action<IMTLFunction, NSError> completionHandler)
+ public unsafe void CreateFunction (string name, MTLFunctionConstantValues constantValues, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V123))]global::System.Action<IMTLFunction, NSError> completionHandler)
{
if (name is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (name));
@@ -227,14 +227,14 @@ namespace Metal {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V120.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V123.Handler, 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);
block_ptr_completionHandler->CleanupBlock ();
}
[Export ("newFunctionWithDescriptor:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateFunction (MTLFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V120))]global::System.Action<IMTLFunction, NSError> completionHandler)
+ public unsafe void CreateFunction (MTLFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V123))]global::System.Action<IMTLFunction, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -246,7 +246,7 @@ namespace Metal {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V120.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V123.Handler, completionHandler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("newFunctionWithDescriptor:completionHandler:"), descriptor__handle__, (IntPtr) block_ptr_completionHandler);
block_ptr_completionHandler->CleanupBlock ();
#endif
@@ -271,7 +271,7 @@ namespace Metal {
}
[Export ("newIntersectionFunctionWithDescriptor:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateIntersectionFunction (MTLIntersectionFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V120))]global::System.Action<IMTLFunction, NSError> completionHandler)
+ public unsafe void CreateIntersectionFunction (MTLIntersectionFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V123))]global::System.Action<IMTLFunction, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -283,7 +283,7 @@ namespace Metal {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V120.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V123.Handler, completionHandler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("newIntersectionFunctionWithDescriptor:completionHandler:"), descriptor__handle__, (IntPtr) block_ptr_completionHandler);
block_ptr_completionHandler->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/MetalPerformanceShaders/MPSNNGraph.g.cs b/new/dotnet/ios/generated-sources/MetalPerformanceShaders/MPSNNGraph.g.cs
index e3db34a..78c46b4 100644
--- a/old/dotnet/ios/generated-sources/MetalPerformanceShaders/MPSNNGraph.g.cs
+++ b/new/dotnet/ios/generated-sources/MetalPerformanceShaders/MPSNNGraph.g.cs
@@ -365,7 +365,7 @@ namespace MetalPerformanceShaders {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual MPSImage Execute (MPSImage[] sourceImages, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V121))]global::System.Action<MPSImage, NSError> handler)
+ public unsafe virtual MPSImage Execute (MPSImage[] sourceImages, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V124))]global::System.Action<MPSImage, NSError> handler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -379,7 +379,7 @@ namespace MetalPerformanceShaders {
BlockLiteral block_handler;
block_handler = new BlockLiteral ();
block_ptr_handler = &block_handler;
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V121.Handler, handler);
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V124.Handler, handler);
MPSImage? ret;
if (IsDirectBinding) {
ret = Runtime.GetNSObject<MPSImage> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("executeAsyncWithSourceImages:completionHandler:"), nsa_sourceImages.Handle, (IntPtr) block_ptr_handler))!;
diff --git a/old/dotnet/ios/generated-sources/NaturalLanguage/NLTagger.g.cs b/new/dotnet/ios/generated-sources/NaturalLanguage/NLTagger.g.cs
index 5008399..aa7a380 100644
--- a/old/dotnet/ios/generated-sources/NaturalLanguage/NLTagger.g.cs
+++ b/new/dotnet/ios/generated-sources/NaturalLanguage/NLTagger.g.cs
@@ -448,7 +448,7 @@ namespace NaturalLanguage {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void RequestAssets (NSString language, NSString tagScheme, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V122))]global::System.Action<NLTaggerAssetsResult, NSError> completionHandler)
+ public unsafe static void RequestAssets (NSString language, NSString tagScheme, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V125))]global::System.Action<NLTaggerAssetsResult, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -461,7 +461,7 @@ namespace NaturalLanguage {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V122.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V125.Handler, 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);
block_ptr_completionHandler->CleanupBlock ();
#endif
@@ -488,7 +488,7 @@ namespace NaturalLanguage {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void RequestAssets (NLLanguage language, NLTagScheme tagScheme, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V122))]global::System.Action<NLTaggerAssetsResult, NSError> completionHandler)
+ public unsafe static void RequestAssets (NLLanguage language, NLTagScheme tagScheme, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V125))]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 0cd17a6..c036fb0 100644
--- a/old/dotnet/ios/generated-sources/NetworkExtension/NEAppProxyProviderManager.g.cs
+++ b/new/dotnet/ios/generated-sources/NetworkExtension/NEAppProxyProviderManager.g.cs
@@ -74,7 +74,7 @@ namespace NetworkExtension {
[SupportedOSPlatform ("macos10.11")]
[SupportedOSPlatform ("maccatalyst9.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void LoadAllFromPreferences ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V123))]global::System.Action<NSArray, NSError> completionHandler)
+ public unsafe static void LoadAllFromPreferences ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V126))]global::System.Action<NSArray, NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
@@ -82,7 +82,7 @@ namespace NetworkExtension {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V123.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V126.Handler, completionHandler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, Selector.GetHandle ("loadAllFromPreferencesWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
block_ptr_completionHandler->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/NetworkExtension/NEAppPushManager.g.cs b/new/dotnet/ios/generated-sources/NetworkExtension/NEAppPushManager.g.cs
index 7e23de6..0721613 100644
--- a/old/dotnet/ios/generated-sources/NetworkExtension/NEAppPushManager.g.cs
+++ b/new/dotnet/ios/generated-sources/NetworkExtension/NEAppPushManager.g.cs
@@ -98,7 +98,7 @@ namespace NetworkExtension {
[SupportedOSPlatform ("ios14.0")]
[SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void LoadAllFromPreferences ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V124))]global::System.Action<NEAppPushManager[], NSError> completionHandler)
+ public unsafe static void LoadAllFromPreferences ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V127))]global::System.Action<NEAppPushManager[], NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -109,7 +109,7 @@ namespace NetworkExtension {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V124.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V127.Handler, completionHandler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, Selector.GetHandle ("loadAllFromPreferencesWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
block_ptr_completionHandler->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/NetworkExtension/NEPacketTunnelFlow.g.cs b/new/dotnet/ios/generated-sources/NetworkExtension/NEPacketTunnelFlow.g.cs
index 0ab6c51..b26fd0a 100644
--- a/old/dotnet/ios/generated-sources/NetworkExtension/NEPacketTunnelFlow.g.cs
+++ b/new/dotnet/ios/generated-sources/NetworkExtension/NEPacketTunnelFlow.g.cs
@@ -119,7 +119,7 @@ namespace NetworkExtension {
[SupportedOSPlatform ("macos10.11")]
[SupportedOSPlatform ("maccatalyst9.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ReadPackets ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V125))]global::System.Action<NSData[], NSNumber[]> completionHandler)
+ public unsafe virtual void ReadPackets ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V128))]global::System.Action<NSData[], NSNumber[]> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
@@ -127,7 +127,7 @@ namespace NetworkExtension {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V125.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V128.Handler, completionHandler);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("readPacketsWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
} else {
diff --git a/old/dotnet/ios/generated-sources/NetworkExtension/NETunnelProviderManager.g.cs b/new/dotnet/ios/generated-sources/NetworkExtension/NETunnelProviderManager.g.cs
index 9bdafdf..290c22c 100644
--- a/old/dotnet/ios/generated-sources/NetworkExtension/NETunnelProviderManager.g.cs
+++ b/new/dotnet/ios/generated-sources/NetworkExtension/NETunnelProviderManager.g.cs
@@ -99,7 +99,7 @@ namespace NetworkExtension {
[SupportedOSPlatform ("macos10.11")]
[SupportedOSPlatform ("maccatalyst9.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void LoadAllFromPreferences ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V123))]global::System.Action<NSArray, NSError> completionHandler)
+ public unsafe static void LoadAllFromPreferences ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V126))]global::System.Action<NSArray, NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
@@ -107,7 +107,7 @@ namespace NetworkExtension {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V123.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V126.Handler, completionHandler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, Selector.GetHandle ("loadAllFromPreferencesWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
block_ptr_completionHandler->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/NetworkExtension/NWTcpConnectionAuthenticationDelegate.g.cs b/new/dotnet/ios/generated-sources/NetworkExtension/NWTcpConnectionAuthenticationDelegate.g.cs
index 209308a..4f6a90a 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 ("maccatalyst9.0")]
[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.NIDActionArity2V126) })]
+ [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.NIDActionArity2V129) })]
[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.NIDActionArity1V211) })]
public partial interface INWTcpConnectionAuthenticationDelegate : INativeObject, IDisposable
@@ -74,7 +74,7 @@ namespace NetworkExtension {
[SupportedOSPlatform ("macos10.11")]
[SupportedOSPlatform ("maccatalyst9.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ProvideIdentity (this INWTcpConnectionAuthenticationDelegate This, NWTcpConnection connection, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V126))]global::System.Action<global::Security.SecIdentity, NSArray> completion)
+ public unsafe static void ProvideIdentity (this INWTcpConnectionAuthenticationDelegate This, NWTcpConnection connection, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V129))]global::System.Action<global::Security.SecIdentity, NSArray> completion)
{
var connection__handle__ = connection!.GetNonNullHandle (nameof (connection));
if (completion is null)
@@ -83,7 +83,7 @@ namespace NetworkExtension {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V126.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V129.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("provideIdentityForConnection:completionHandler:"), connection__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -180,7 +180,7 @@ namespace NetworkExtension {
[SupportedOSPlatform ("macos10.11")]
[SupportedOSPlatform ("maccatalyst9.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ProvideIdentity (NWTcpConnection connection, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V126))]global::System.Action<global::Security.SecIdentity, NSArray> completion)
+ public unsafe virtual void ProvideIdentity (NWTcpConnection connection, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V129))]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 7f2246d..3fab7be 100644
--- a/old/dotnet/ios/generated-sources/NetworkExtension/NWUdpSession.g.cs
+++ b/new/dotnet/ios/generated-sources/NetworkExtension/NWUdpSession.g.cs
@@ -114,7 +114,7 @@ namespace NetworkExtension {
[SupportedOSPlatform ("macos10.11")]
[SupportedOSPlatform ("maccatalyst9.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SetReadHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V123))]global::System.Action<NSArray, NSError> handler, nuint maxDatagrams)
+ public unsafe virtual void SetReadHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V126))]global::System.Action<NSArray, NSError> handler, nuint maxDatagrams)
{
if (handler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler));
@@ -122,7 +122,7 @@ namespace NetworkExtension {
BlockLiteral block_handler;
block_handler = new BlockLiteral ();
block_ptr_handler = &block_handler;
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V123.Handler, handler);
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V126.Handler, handler);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_UIntPtr (this.Handle, Selector.GetHandle ("setReadHandler:maxDatagrams:"), (IntPtr) block_ptr_handler, maxDatagrams);
} else {
diff --git a/old/dotnet/ios/generated-sources/ObjCRuntime/Messaging.g.cs b/new/dotnet/ios/generated-sources/ObjCRuntime/Messaging.g.cs
index 46babde..642c349 100644
--- a/old/dotnet/ios/generated-sources/ObjCRuntime/Messaging.g.cs
+++ b/new/dotnet/ios/generated-sources/ObjCRuntime/Messaging.g.cs
@@ -4335,6 +4335,10 @@ namespace ObjCRuntime {
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
public extern static NativeHandle NativeHandle_objc_msgSendSuper_CLLocationCoordinate2D_Double_nfloat_Double (IntPtr receiver, IntPtr selector, global::CoreLocation.CLLocationCoordinate2D arg1, double arg2, nfloat arg3, double arg4);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
+ public extern static NativeHandle NativeHandle_objc_msgSend_NativeHandle_CGSize_bool (IntPtr receiver, IntPtr selector, NativeHandle arg1, CGSize arg2, [MarshalAs (UnmanagedType.I1)] bool arg3);
+ [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
+ public extern static NativeHandle NativeHandle_objc_msgSendSuper_NativeHandle_CGSize_bool (IntPtr receiver, IntPtr selector, NativeHandle arg1, CGSize arg2, [MarshalAs (UnmanagedType.I1)] bool arg3);
+ [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
public extern static nint IntPtr_objc_msgSend_Double (IntPtr receiver, IntPtr selector, double arg1);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
public extern static nint IntPtr_objc_msgSendSuper_Double (IntPtr receiver, IntPtr selector, double arg1);
@@ -6759,10 +6763,6 @@ namespace ObjCRuntime {
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
public extern static NativeHandle NativeHandle_objc_msgSendSuper_nfloat_CGSize_bool (IntPtr receiver, IntPtr selector, nfloat arg1, CGSize arg2, [MarshalAs (UnmanagedType.I1)] bool arg3);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
- public extern static NativeHandle NativeHandle_objc_msgSend_NativeHandle_CGSize_bool (IntPtr receiver, IntPtr selector, NativeHandle arg1, CGSize arg2, [MarshalAs (UnmanagedType.I1)] bool arg3);
- [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
- public extern static NativeHandle NativeHandle_objc_msgSendSuper_NativeHandle_CGSize_bool (IntPtr receiver, IntPtr selector, NativeHandle arg1, CGSize arg2, [MarshalAs (UnmanagedType.I1)] bool arg3);
- [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
public extern static NativeHandle NativeHandle_objc_msgSend_NativeHandle_CGSize_nfloat (IntPtr receiver, IntPtr selector, NativeHandle arg1, CGSize arg2, nfloat arg3);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
public extern static NativeHandle NativeHandle_objc_msgSendSuper_NativeHandle_CGSize_nfloat (IntPtr receiver, IntPtr selector, NativeHandle arg1, CGSize arg2, nfloat arg3);
diff --git a/old/dotnet/ios/generated-sources/ObjCRuntime/Trampolines.g.cs b/new/dotnet/ios/generated-sources/ObjCRuntime/Trampolines.g.cs
index 96e91b2..eab7220 100644
--- a/old/dotnet/ios/generated-sources/ObjCRuntime/Trampolines.g.cs
+++ b/new/dotnet/ios/generated-sources/ObjCRuntime/Trampolines.g.cs
@@ -27157,28 +27157,28 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V77 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSArray, NSError>))]
- internal delegate void DActionArity2V123 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V126 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V123 {
- static internal readonly DActionArity2V123 Handler = Invoke;
+ static internal class SDActionArity2V126 {
+ static internal readonly DActionArity2V126 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V123))]
+ [MonoPInvokeCallback (typeof (DActionArity2V126))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSArray, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<NSArray> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V123 */
- internal sealed class NIDActionArity2V123 : TrampolineBlockBase {
- DActionArity2V123 invoker;
+ } /* class SDActionArity2V126 */
+ internal sealed class NIDActionArity2V126 : TrampolineBlockBase {
+ DActionArity2V126 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V123 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V126 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V123> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V126> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -27187,7 +27187,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSArray, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V123 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V126 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSArray arg1, NSError arg2)
@@ -27196,7 +27196,7 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V123 */
+ } /* class NIDActionArity2V126 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSArray<global::AVFoundation.AVAssetTrack>, NSError>))]
internal delegate void DActionArity2V15 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
@@ -27535,28 +27535,28 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V31 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSArray<global::VideoSubscriberAccount.VSUserAccount>, NSError>))]
- internal delegate void DActionArity2V163 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V166 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V163 {
- static internal readonly DActionArity2V163 Handler = Invoke;
+ static internal class SDActionArity2V166 {
+ static internal readonly DActionArity2V166 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V163))]
+ [MonoPInvokeCallback (typeof (DActionArity2V166))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSArray<global::VideoSubscriberAccount.VSUserAccount>, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<global::Foundation.NSArray<global::VideoSubscriberAccount.VSUserAccount>> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V163 */
- internal sealed class NIDActionArity2V163 : TrampolineBlockBase {
- DActionArity2V163 invoker;
+ } /* class SDActionArity2V166 */
+ internal sealed class NIDActionArity2V166 : TrampolineBlockBase {
+ DActionArity2V166 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V163 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V166 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V163> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V166> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -27565,7 +27565,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSArray<global::VideoSubscriberAccount.VSUserAccount>, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V163 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V166 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSArray<global::VideoSubscriberAccount.VSUserAccount> arg1, NSError arg2)
@@ -27574,7 +27574,7 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V163 */
+ } /* class NIDActionArity2V166 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSData, NSError>))]
internal delegate void DActionArity2V19 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
@@ -27665,28 +27665,28 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V65 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSData[], NSNumber[]>))]
- internal delegate void DActionArity2V125 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V128 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V125 {
- static internal readonly DActionArity2V125 Handler = Invoke;
+ static internal class SDActionArity2V128 {
+ static internal readonly DActionArity2V128 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V125))]
+ [MonoPInvokeCallback (typeof (DActionArity2V128))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSData[], NSNumber[]>) (descriptor->Target);
if (del != null)
del (CFArray.ArrayFromHandle<NSData> (arg1)!, CFArray.ArrayFromHandle<NSNumber> (arg2)!);
}
- } /* class SDActionArity2V125 */
- internal sealed class NIDActionArity2V125 : TrampolineBlockBase {
- DActionArity2V125 invoker;
+ } /* class SDActionArity2V128 */
+ internal sealed class NIDActionArity2V128 : TrampolineBlockBase {
+ DActionArity2V128 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V125 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V128 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V125> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V128> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -27695,7 +27695,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSData[], NSNumber[]>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V125 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V128 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSData[] arg1, NSNumber[] arg2)
@@ -27712,7 +27712,7 @@ namespace ObjCRuntime {
if (nsa_arg2 != null)
nsa_arg2.Dispose ();
}
- } /* class NIDActionArity2V125 */
+ } /* class NIDActionArity2V128 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSDictionary, NSError>))]
internal delegate void DActionArity2V100 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
@@ -27799,28 +27799,28 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V75 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSDictionary<NSString, NSObject>, NSError>))]
- internal delegate void DActionArity2V157 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V160 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V157 {
- static internal readonly DActionArity2V157 Handler = Invoke;
+ static internal class SDActionArity2V160 {
+ static internal readonly DActionArity2V160 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V157))]
+ [MonoPInvokeCallback (typeof (DActionArity2V160))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSDictionary<NSString, NSObject>, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<global::Foundation.NSDictionary<NSString, NSObject>> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V157 */
- internal sealed class NIDActionArity2V157 : TrampolineBlockBase {
- DActionArity2V157 invoker;
+ } /* class SDActionArity2V160 */
+ internal sealed class NIDActionArity2V160 : TrampolineBlockBase {
+ DActionArity2V160 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V157 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V160 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V157> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V160> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -27829,7 +27829,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSDictionary<NSString, NSObject>, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V157 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V160 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSDictionary<NSString, NSObject> arg1, NSError arg2)
@@ -27838,31 +27838,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V157 */
+ } /* class NIDActionArity2V160 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSDictionary<NSString, NSObject>[], NSError>))]
- internal delegate void DActionArity2V158 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V161 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V158 {
- static internal readonly DActionArity2V158 Handler = Invoke;
+ static internal class SDActionArity2V161 {
+ static internal readonly DActionArity2V161 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V158))]
+ [MonoPInvokeCallback (typeof (DActionArity2V161))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSDictionary<NSString, NSObject>[], NSError>) (descriptor->Target);
if (del != null)
del (CFArray.ArrayFromHandle<NSDictionary<NSString, NSObject>> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V158 */
- internal sealed class NIDActionArity2V158 : TrampolineBlockBase {
- DActionArity2V158 invoker;
+ } /* class SDActionArity2V161 */
+ internal sealed class NIDActionArity2V161 : TrampolineBlockBase {
+ DActionArity2V161 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V158 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V161 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V158> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V161> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -27871,7 +27871,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSDictionary<NSString, NSObject>[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V158 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V161 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSDictionary<NSString, NSObject>[] arg1, NSError arg2)
@@ -27884,7 +27884,7 @@ namespace ObjCRuntime {
if (nsa_arg1 != null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V158 */
+ } /* class NIDActionArity2V161 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSDictionary<NSString, NSOperation>, NSError>))]
internal delegate void DActionArity2V39 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
@@ -28059,28 +28059,28 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V76 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSObject, NSString>))]
- internal delegate void DActionArity2V166 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V169 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V166 {
- static internal readonly DActionArity2V166 Handler = Invoke;
+ static internal class SDActionArity2V169 {
+ static internal readonly DActionArity2V169 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V166))]
+ [MonoPInvokeCallback (typeof (DActionArity2V169))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSObject, NSString>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<NSObject> (arg1)!, Runtime.GetNSObject<NSString> (arg2)!);
}
- } /* class SDActionArity2V166 */
- internal sealed class NIDActionArity2V166 : TrampolineBlockBase {
- DActionArity2V166 invoker;
+ } /* class SDActionArity2V169 */
+ internal sealed class NIDActionArity2V169 : TrampolineBlockBase {
+ DActionArity2V169 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V166 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V169 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V166> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V169> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -28089,7 +28089,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSObject, NSString>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V166 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V169 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSObject arg1, NSString arg2)
@@ -28098,31 +28098,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V166 */
+ } /* class NIDActionArity2V169 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSSet<NSString>, NSError>))]
- internal delegate void DActionArity2V155 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V158 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V155 {
- static internal readonly DActionArity2V155 Handler = Invoke;
+ static internal class SDActionArity2V158 {
+ static internal readonly DActionArity2V158 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V155))]
+ [MonoPInvokeCallback (typeof (DActionArity2V158))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSSet<NSString>, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<global::Foundation.NSSet<NSString>> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V155 */
- internal sealed class NIDActionArity2V155 : TrampolineBlockBase {
- DActionArity2V155 invoker;
+ } /* class SDActionArity2V158 */
+ internal sealed class NIDActionArity2V158 : TrampolineBlockBase {
+ DActionArity2V158 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V155 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V158 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V155> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V158> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -28131,7 +28131,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSSet<NSString>, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V155 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V158 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSSet<NSString> arg1, NSError arg2)
@@ -28140,31 +28140,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V155 */
+ } /* class NIDActionArity2V158 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSSet<NSString>[], NSError>))]
- internal delegate void DActionArity2V156 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V159 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V156 {
- static internal readonly DActionArity2V156 Handler = Invoke;
+ static internal class SDActionArity2V159 {
+ static internal readonly DActionArity2V159 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V156))]
+ [MonoPInvokeCallback (typeof (DActionArity2V159))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSSet<NSString>[], NSError>) (descriptor->Target);
if (del != null)
del (CFArray.ArrayFromHandle<NSSet<NSString>> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V156 */
- internal sealed class NIDActionArity2V156 : TrampolineBlockBase {
- DActionArity2V156 invoker;
+ } /* class SDActionArity2V159 */
+ internal sealed class NIDActionArity2V159 : TrampolineBlockBase {
+ DActionArity2V159 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V156 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V159 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V156> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V159> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -28173,7 +28173,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSSet<NSString>[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V156 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V159 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSSet<NSString>[] arg1, NSError arg2)
@@ -28186,31 +28186,31 @@ namespace ObjCRuntime {
if (nsa_arg1 != null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V156 */
+ } /* class NIDActionArity2V159 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSSet<global::ThreadNetwork.THCredentials>, NSError>))]
- internal delegate void DActionArity2V150 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V153 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V150 {
- static internal readonly DActionArity2V150 Handler = Invoke;
+ static internal class SDActionArity2V153 {
+ static internal readonly DActionArity2V153 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V150))]
+ [MonoPInvokeCallback (typeof (DActionArity2V153))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSSet<global::ThreadNetwork.THCredentials>, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<global::Foundation.NSSet<global::ThreadNetwork.THCredentials>> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V150 */
- internal sealed class NIDActionArity2V150 : TrampolineBlockBase {
- DActionArity2V150 invoker;
+ } /* class SDActionArity2V153 */
+ internal sealed class NIDActionArity2V153 : TrampolineBlockBase {
+ DActionArity2V153 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V150 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V153 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V150> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V153> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -28219,7 +28219,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSSet<global::ThreadNetwork.THCredentials>, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V150 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V153 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSSet<global::ThreadNetwork.THCredentials> arg1, NSError arg2)
@@ -28228,31 +28228,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V150 */
+ } /* class NIDActionArity2V153 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSString, NSError>))]
- internal delegate void DActionArity2V147 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V150 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V147 {
- static internal readonly DActionArity2V147 Handler = Invoke;
+ static internal class SDActionArity2V150 {
+ static internal readonly DActionArity2V150 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V147))]
+ [MonoPInvokeCallback (typeof (DActionArity2V150))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSString, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<NSString> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V147 */
- internal sealed class NIDActionArity2V147 : TrampolineBlockBase {
- DActionArity2V147 invoker;
+ } /* class SDActionArity2V150 */
+ internal sealed class NIDActionArity2V150 : TrampolineBlockBase {
+ DActionArity2V150 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V147 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V150 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V147> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V150> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -28261,7 +28261,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSString, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V147 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V150 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSString arg1, NSError arg2)
@@ -28270,31 +28270,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V147 */
+ } /* class NIDActionArity2V150 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSString, bool>))]
- internal delegate void DActionArity2V153 (IntPtr block, NativeHandle arg1, bool arg2);
+ internal delegate void DActionArity2V156 (IntPtr block, NativeHandle arg1, bool arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V153 {
- static internal readonly DActionArity2V153 Handler = Invoke;
+ static internal class SDActionArity2V156 {
+ static internal readonly DActionArity2V156 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V153))]
+ [MonoPInvokeCallback (typeof (DActionArity2V156))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, bool arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSString, bool>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<NSString> (arg1)!, arg2);
}
- } /* class SDActionArity2V153 */
- internal sealed class NIDActionArity2V153 : TrampolineBlockBase {
- DActionArity2V153 invoker;
+ } /* class SDActionArity2V156 */
+ internal sealed class NIDActionArity2V156 : TrampolineBlockBase {
+ DActionArity2V156 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V153 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V156 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V153> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V156> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -28303,7 +28303,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSString, bool>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V153 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V156 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSString arg1, bool arg2)
@@ -28311,7 +28311,7 @@ namespace ObjCRuntime {
var arg1__handle__ = arg1.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2);
}
- } /* class NIDActionArity2V153 */
+ } /* class NIDActionArity2V156 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSUrl, NSError>))]
internal delegate void DActionArity2V27 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
@@ -28356,28 +28356,28 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V27 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSUrl, global::UIKit.UIDocumentBrowserImportMode>))]
- internal delegate void DActionArity2V154 (IntPtr block, NativeHandle arg1, UIntPtr arg2);
+ internal delegate void DActionArity2V157 (IntPtr block, NativeHandle arg1, UIntPtr arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V154 {
- static internal readonly DActionArity2V154 Handler = Invoke;
+ static internal class SDActionArity2V157 {
+ static internal readonly DActionArity2V157 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V154))]
+ [MonoPInvokeCallback (typeof (DActionArity2V157))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, UIntPtr arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSUrl, global::UIKit.UIDocumentBrowserImportMode>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<NSUrl> (arg1)!, (UIDocumentBrowserImportMode) (ulong) arg2);
}
- } /* class SDActionArity2V154 */
- internal sealed class NIDActionArity2V154 : TrampolineBlockBase {
- DActionArity2V154 invoker;
+ } /* class SDActionArity2V157 */
+ internal sealed class NIDActionArity2V157 : TrampolineBlockBase {
+ DActionArity2V157 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V154 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V157 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V154> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V157> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -28386,7 +28386,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSUrl, global::UIKit.UIDocumentBrowserImportMode>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V154 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V157 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSUrl arg1, global::UIKit.UIDocumentBrowserImportMode arg2)
@@ -28394,7 +28394,7 @@ namespace ObjCRuntime {
var arg1__handle__ = arg1.GetHandle ();
invoker (BlockPointer, arg1__handle__, (UIntPtr) (ulong) arg2);
}
- } /* class NIDActionArity2V154 */
+ } /* class NIDActionArity2V157 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSUrlSessionAuthChallengeDisposition, NSUrlCredential>))]
internal delegate void DActionArity2V11 (IntPtr block, IntPtr arg1, NativeHandle arg2);
@@ -29758,29 +29758,155 @@ namespace ObjCRuntime {
}
} /* class NIDActionArity2V112 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
- [UserDelegateType (typeof (global::System.Action<global::MediaPlayer.MPContentItem, NSError>))]
- internal delegate void DActionArity2V116 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ [UserDelegateType (typeof (global::System.Action<global::MapKit.MKLookAroundScene, NSError>))]
+ internal delegate void DActionArity2V113 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V116 {
- static internal readonly DActionArity2V116 Handler = Invoke;
+ static internal class SDActionArity2V113 {
+ static internal readonly DActionArity2V113 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V116))]
+ [MonoPInvokeCallback (typeof (DActionArity2V113))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
- var del = (global::System.Action<global::MediaPlayer.MPContentItem, NSError>) (descriptor->Target);
+ var del = (global::System.Action<global::MapKit.MKLookAroundScene, NSError>) (descriptor->Target);
if (del != null)
- del ( Runtime.GetNSObject<MPContentItem> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
+ del ( Runtime.GetNSObject<MKLookAroundScene> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V116 */
- internal sealed class NIDActionArity2V116 : TrampolineBlockBase {
- DActionArity2V116 invoker;
+ } /* class SDActionArity2V113 */
+ internal sealed class NIDActionArity2V113 : TrampolineBlockBase {
+ DActionArity2V113 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V116 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V113 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V116> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V113> ();
+ }
+ [Preserve (Conditional=true)]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe static global::System.Action<global::MapKit.MKLookAroundScene, NSError>? Create (IntPtr block)
+ {
+ if (block == IntPtr.Zero)
+ return null;
+ var del = (global::System.Action<global::MapKit.MKLookAroundScene, NSError>) GetExistingManagedDelegate (block);
+ return del ?? new NIDActionArity2V113 ((BlockLiteral *) block).Invoke;
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ unsafe void Invoke (global::MapKit.MKLookAroundScene arg1, NSError arg2)
+ {
+ var arg1__handle__ = arg1.GetHandle ();
+ var arg2__handle__ = arg2.GetHandle ();
+ invoker (BlockPointer, arg1__handle__, arg2__handle__);
+ }
+ } /* class NIDActionArity2V113 */
+ [UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
+ [UserDelegateType (typeof (global::System.Action<global::MapKit.MKLookAroundSnapshot, NSError>))]
+ internal delegate void DActionArity2V114 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ //
+ // This class bridges native block invocations that call into C#
+ //
+ static internal class SDActionArity2V114 {
+ static internal readonly DActionArity2V114 Handler = Invoke;
+ [Preserve (Conditional = true)]
+ [global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
+ [MonoPInvokeCallback (typeof (DActionArity2V114))]
+ static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
+ var descriptor = (BlockLiteral *) block;
+ var del = (global::System.Action<global::MapKit.MKLookAroundSnapshot, NSError>) (descriptor->Target);
+ if (del != null)
+ del ( Runtime.GetNSObject<MKLookAroundSnapshot> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
+ }
+ } /* class SDActionArity2V114 */
+ internal sealed class NIDActionArity2V114 : TrampolineBlockBase {
+ DActionArity2V114 invoker;
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe NIDActionArity2V114 (BlockLiteral *block) : base (block)
+ {
+ invoker = block->GetDelegateForBlock<DActionArity2V114> ();
+ }
+ [Preserve (Conditional=true)]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe static global::System.Action<global::MapKit.MKLookAroundSnapshot, NSError>? Create (IntPtr block)
+ {
+ if (block == IntPtr.Zero)
+ return null;
+ var del = (global::System.Action<global::MapKit.MKLookAroundSnapshot, NSError>) GetExistingManagedDelegate (block);
+ return del ?? new NIDActionArity2V114 ((BlockLiteral *) block).Invoke;
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ unsafe void Invoke (global::MapKit.MKLookAroundSnapshot arg1, NSError arg2)
+ {
+ var arg1__handle__ = arg1.GetHandle ();
+ var arg2__handle__ = arg2.GetHandle ();
+ invoker (BlockPointer, arg1__handle__, arg2__handle__);
+ }
+ } /* class NIDActionArity2V114 */
+ [UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
+ [UserDelegateType (typeof (global::System.Action<global::MapKit.MKMapItem, NSError>))]
+ internal delegate void DActionArity2V115 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ //
+ // This class bridges native block invocations that call into C#
+ //
+ static internal class SDActionArity2V115 {
+ static internal readonly DActionArity2V115 Handler = Invoke;
+ [Preserve (Conditional = true)]
+ [global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
+ [MonoPInvokeCallback (typeof (DActionArity2V115))]
+ static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
+ var descriptor = (BlockLiteral *) block;
+ var del = (global::System.Action<global::MapKit.MKMapItem, NSError>) (descriptor->Target);
+ if (del != null)
+ del ( Runtime.GetNSObject<MKMapItem> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
+ }
+ } /* class SDActionArity2V115 */
+ internal sealed class NIDActionArity2V115 : TrampolineBlockBase {
+ DActionArity2V115 invoker;
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe NIDActionArity2V115 (BlockLiteral *block) : base (block)
+ {
+ invoker = block->GetDelegateForBlock<DActionArity2V115> ();
+ }
+ [Preserve (Conditional=true)]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe static global::System.Action<global::MapKit.MKMapItem, NSError>? Create (IntPtr block)
+ {
+ if (block == IntPtr.Zero)
+ return null;
+ var del = (global::System.Action<global::MapKit.MKMapItem, NSError>) GetExistingManagedDelegate (block);
+ return del ?? new NIDActionArity2V115 ((BlockLiteral *) block).Invoke;
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ unsafe void Invoke (global::MapKit.MKMapItem arg1, NSError arg2)
+ {
+ var arg1__handle__ = arg1.GetHandle ();
+ var arg2__handle__ = arg2.GetHandle ();
+ invoker (BlockPointer, arg1__handle__, arg2__handle__);
+ }
+ } /* class NIDActionArity2V115 */
+ [UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
+ [UserDelegateType (typeof (global::System.Action<global::MediaPlayer.MPContentItem, NSError>))]
+ internal delegate void DActionArity2V119 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ //
+ // This class bridges native block invocations that call into C#
+ //
+ static internal class SDActionArity2V119 {
+ static internal readonly DActionArity2V119 Handler = Invoke;
+ [Preserve (Conditional = true)]
+ [global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
+ [MonoPInvokeCallback (typeof (DActionArity2V119))]
+ static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
+ var descriptor = (BlockLiteral *) block;
+ var del = (global::System.Action<global::MediaPlayer.MPContentItem, NSError>) (descriptor->Target);
+ if (del != null)
+ del ( Runtime.GetNSObject<MPContentItem> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
+ }
+ } /* class SDActionArity2V119 */
+ internal sealed class NIDActionArity2V119 : TrampolineBlockBase {
+ DActionArity2V119 invoker;
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe NIDActionArity2V119 (BlockLiteral *block) : base (block)
+ {
+ invoker = block->GetDelegateForBlock<DActionArity2V119> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -29789,7 +29915,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::MediaPlayer.MPContentItem, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V116 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V119 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::MediaPlayer.MPContentItem arg1, NSError arg2)
@@ -29798,31 +29924,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V116 */
+ } /* class NIDActionArity2V119 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::MediaPlayer.MPMediaEntity[], NSError>))]
- internal delegate void DActionArity2V113 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V116 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V113 {
- static internal readonly DActionArity2V113 Handler = Invoke;
+ static internal class SDActionArity2V116 {
+ static internal readonly DActionArity2V116 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V113))]
+ [MonoPInvokeCallback (typeof (DActionArity2V116))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::MediaPlayer.MPMediaEntity[], NSError>) (descriptor->Target);
if (del != null)
del (CFArray.ArrayFromHandle<global::MediaPlayer.MPMediaEntity> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V113 */
- internal sealed class NIDActionArity2V113 : TrampolineBlockBase {
- DActionArity2V113 invoker;
+ } /* class SDActionArity2V116 */
+ internal sealed class NIDActionArity2V116 : TrampolineBlockBase {
+ DActionArity2V116 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V113 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V116 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V113> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V116> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -29831,7 +29957,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::MediaPlayer.MPMediaEntity[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V113 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V116 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::MediaPlayer.MPMediaEntity[] arg1, NSError arg2)
@@ -29844,31 +29970,31 @@ namespace ObjCRuntime {
if (nsa_arg1 != null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V113 */
+ } /* class NIDActionArity2V116 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::MediaPlayer.MPMediaPlaylist, NSError>))]
- internal delegate void DActionArity2V114 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V117 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V114 {
- static internal readonly DActionArity2V114 Handler = Invoke;
+ static internal class SDActionArity2V117 {
+ static internal readonly DActionArity2V117 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V114))]
+ [MonoPInvokeCallback (typeof (DActionArity2V117))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::MediaPlayer.MPMediaPlaylist, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<MPMediaPlaylist> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V114 */
- internal sealed class NIDActionArity2V114 : TrampolineBlockBase {
- DActionArity2V114 invoker;
+ } /* class SDActionArity2V117 */
+ internal sealed class NIDActionArity2V117 : TrampolineBlockBase {
+ DActionArity2V117 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V114 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V117 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V114> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V117> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -29877,7 +30003,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::MediaPlayer.MPMediaPlaylist, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V114 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V117 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::MediaPlayer.MPMediaPlaylist arg1, NSError arg2)
@@ -29886,31 +30012,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V114 */
+ } /* class NIDActionArity2V117 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::MediaPlayer.MPMusicPlayerControllerQueue, NSError>))]
- internal delegate void DActionArity2V115 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V118 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V115 {
- static internal readonly DActionArity2V115 Handler = Invoke;
+ static internal class SDActionArity2V118 {
+ static internal readonly DActionArity2V118 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V115))]
+ [MonoPInvokeCallback (typeof (DActionArity2V118))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::MediaPlayer.MPMusicPlayerControllerQueue, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<MPMusicPlayerControllerQueue> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V115 */
- internal sealed class NIDActionArity2V115 : TrampolineBlockBase {
- DActionArity2V115 invoker;
+ } /* class SDActionArity2V118 */
+ internal sealed class NIDActionArity2V118 : TrampolineBlockBase {
+ DActionArity2V118 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V115 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V118 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V115> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V118> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -29919,7 +30045,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::MediaPlayer.MPMusicPlayerControllerQueue, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V115 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V118 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::MediaPlayer.MPMusicPlayerControllerQueue arg1, NSError arg2)
@@ -29928,31 +30054,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V115 */
+ } /* class NIDActionArity2V118 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Metal.IMTLComputePipelineState, NSError>))]
- internal delegate void DActionArity2V119 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V122 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V119 {
- static internal readonly DActionArity2V119 Handler = Invoke;
+ static internal class SDActionArity2V122 {
+ static internal readonly DActionArity2V122 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V119))]
+ [MonoPInvokeCallback (typeof (DActionArity2V122))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Metal.IMTLComputePipelineState, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetINativeObject<Metal.IMTLComputePipelineState> (arg1, false)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V119 */
- internal sealed class NIDActionArity2V119 : TrampolineBlockBase {
- DActionArity2V119 invoker;
+ } /* class SDActionArity2V122 */
+ internal sealed class NIDActionArity2V122 : TrampolineBlockBase {
+ DActionArity2V122 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V119 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V122 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V119> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V122> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -29961,7 +30087,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Metal.IMTLComputePipelineState, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V119 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V122 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Metal.IMTLComputePipelineState arg1, NSError arg2)
@@ -29970,31 +30096,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V119 */
+ } /* class NIDActionArity2V122 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Metal.IMTLFunction, NSError>))]
- internal delegate void DActionArity2V120 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V123 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V120 {
- static internal readonly DActionArity2V120 Handler = Invoke;
+ static internal class SDActionArity2V123 {
+ static internal readonly DActionArity2V123 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V120))]
+ [MonoPInvokeCallback (typeof (DActionArity2V123))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Metal.IMTLFunction, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetINativeObject<Metal.IMTLFunction> (arg1, false)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V120 */
- internal sealed class NIDActionArity2V120 : TrampolineBlockBase {
- DActionArity2V120 invoker;
+ } /* class SDActionArity2V123 */
+ internal sealed class NIDActionArity2V123 : TrampolineBlockBase {
+ DActionArity2V123 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V120 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V123 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V120> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V123> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30003,7 +30129,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Metal.IMTLFunction, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V120 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V123 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Metal.IMTLFunction arg1, NSError arg2)
@@ -30012,31 +30138,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V120 */
+ } /* class NIDActionArity2V123 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Metal.IMTLLibrary, NSError>))]
- internal delegate void DActionArity2V117 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V120 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V117 {
- static internal readonly DActionArity2V117 Handler = Invoke;
+ static internal class SDActionArity2V120 {
+ static internal readonly DActionArity2V120 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V117))]
+ [MonoPInvokeCallback (typeof (DActionArity2V120))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Metal.IMTLLibrary, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetINativeObject<Metal.IMTLLibrary> (arg1, false)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V117 */
- internal sealed class NIDActionArity2V117 : TrampolineBlockBase {
- DActionArity2V117 invoker;
+ } /* class SDActionArity2V120 */
+ internal sealed class NIDActionArity2V120 : TrampolineBlockBase {
+ DActionArity2V120 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V117 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V120 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V117> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V120> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30045,7 +30171,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Metal.IMTLLibrary, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V117 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V120 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Metal.IMTLLibrary arg1, NSError arg2)
@@ -30054,31 +30180,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V117 */
+ } /* class NIDActionArity2V120 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Metal.IMTLRenderPipelineState, NSError>))]
- internal delegate void DActionArity2V118 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V121 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V118 {
- static internal readonly DActionArity2V118 Handler = Invoke;
+ static internal class SDActionArity2V121 {
+ static internal readonly DActionArity2V121 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V118))]
+ [MonoPInvokeCallback (typeof (DActionArity2V121))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Metal.IMTLRenderPipelineState, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetINativeObject<Metal.IMTLRenderPipelineState> (arg1, false)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V118 */
- internal sealed class NIDActionArity2V118 : TrampolineBlockBase {
- DActionArity2V118 invoker;
+ } /* class SDActionArity2V121 */
+ internal sealed class NIDActionArity2V121 : TrampolineBlockBase {
+ DActionArity2V121 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V118 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V121 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V118> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V121> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30087,7 +30213,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Metal.IMTLRenderPipelineState, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V118 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V121 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Metal.IMTLRenderPipelineState arg1, NSError arg2)
@@ -30096,31 +30222,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V118 */
+ } /* class NIDActionArity2V121 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::MetalPerformanceShaders.MPSImage, NSError>))]
- internal delegate void DActionArity2V121 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V124 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V121 {
- static internal readonly DActionArity2V121 Handler = Invoke;
+ static internal class SDActionArity2V124 {
+ static internal readonly DActionArity2V124 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V121))]
+ [MonoPInvokeCallback (typeof (DActionArity2V124))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::MetalPerformanceShaders.MPSImage, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<MetalPerformanceShaders.MPSImage> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V121 */
- internal sealed class NIDActionArity2V121 : TrampolineBlockBase {
- DActionArity2V121 invoker;
+ } /* class SDActionArity2V124 */
+ internal sealed class NIDActionArity2V124 : TrampolineBlockBase {
+ DActionArity2V124 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V121 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V124 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V121> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V124> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30129,7 +30255,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::MetalPerformanceShaders.MPSImage, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V121 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V124 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::MetalPerformanceShaders.MPSImage arg1, NSError arg2)
@@ -30138,31 +30264,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V121 */
+ } /* class NIDActionArity2V124 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::NaturalLanguage.NLTaggerAssetsResult, NSError>))]
- internal delegate void DActionArity2V122 (IntPtr block, IntPtr arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V125 (IntPtr block, IntPtr arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V122 {
- static internal readonly DActionArity2V122 Handler = Invoke;
+ static internal class SDActionArity2V125 {
+ static internal readonly DActionArity2V125 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V122))]
+ [MonoPInvokeCallback (typeof (DActionArity2V125))]
static unsafe void Invoke (IntPtr block, IntPtr arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::NaturalLanguage.NLTaggerAssetsResult, NSError>) (descriptor->Target);
if (del != null)
del ((NaturalLanguage.NLTaggerAssetsResult) (long) arg1, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V122 */
- internal sealed class NIDActionArity2V122 : TrampolineBlockBase {
- DActionArity2V122 invoker;
+ } /* class SDActionArity2V125 */
+ internal sealed class NIDActionArity2V125 : TrampolineBlockBase {
+ DActionArity2V125 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V122 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V125 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V122> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V125> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30171,7 +30297,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::NaturalLanguage.NLTaggerAssetsResult, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V122 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V125 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::NaturalLanguage.NLTaggerAssetsResult arg1, NSError arg2)
@@ -30179,31 +30305,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, (IntPtr) (long) arg1, arg2__handle__);
}
- } /* class NIDActionArity2V122 */
+ } /* class NIDActionArity2V125 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::NetworkExtension.NEAppPushManager[], NSError>))]
- internal delegate void DActionArity2V124 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V127 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V124 {
- static internal readonly DActionArity2V124 Handler = Invoke;
+ static internal class SDActionArity2V127 {
+ static internal readonly DActionArity2V127 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V124))]
+ [MonoPInvokeCallback (typeof (DActionArity2V127))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::NetworkExtension.NEAppPushManager[], NSError>) (descriptor->Target);
if (del != null)
del (CFArray.ArrayFromHandle<global::NetworkExtension.NEAppPushManager> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V124 */
- internal sealed class NIDActionArity2V124 : TrampolineBlockBase {
- DActionArity2V124 invoker;
+ } /* class SDActionArity2V127 */
+ internal sealed class NIDActionArity2V127 : TrampolineBlockBase {
+ DActionArity2V127 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V124 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V127 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V124> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V127> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30212,7 +30338,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::NetworkExtension.NEAppPushManager[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V124 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V127 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::NetworkExtension.NEAppPushManager[] arg1, NSError arg2)
@@ -30225,31 +30351,31 @@ namespace ObjCRuntime {
if (nsa_arg1 != null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V124 */
+ } /* class NIDActionArity2V127 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::PassKit.PKAddShareablePassConfiguration, NSError>))]
- internal delegate void DActionArity2V127 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V130 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V127 {
- static internal readonly DActionArity2V127 Handler = Invoke;
+ static internal class SDActionArity2V130 {
+ static internal readonly DActionArity2V130 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V127))]
+ [MonoPInvokeCallback (typeof (DActionArity2V130))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::PassKit.PKAddShareablePassConfiguration, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<PassKit.PKAddShareablePassConfiguration> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V127 */
- internal sealed class NIDActionArity2V127 : TrampolineBlockBase {
- DActionArity2V127 invoker;
+ } /* class SDActionArity2V130 */
+ internal sealed class NIDActionArity2V130 : TrampolineBlockBase {
+ DActionArity2V130 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V127 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V130 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V127> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V130> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30258,7 +30384,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::PassKit.PKAddShareablePassConfiguration, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V127 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V130 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::PassKit.PKAddShareablePassConfiguration arg1, NSError arg2)
@@ -30267,31 +30393,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V127 */
+ } /* class NIDActionArity2V130 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::PassKit.PKIdentityDocument, NSError>))]
- internal delegate void DActionArity2V128 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V131 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V128 {
- static internal readonly DActionArity2V128 Handler = Invoke;
+ static internal class SDActionArity2V131 {
+ static internal readonly DActionArity2V131 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V128))]
+ [MonoPInvokeCallback (typeof (DActionArity2V131))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::PassKit.PKIdentityDocument, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<PassKit.PKIdentityDocument> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V128 */
- internal sealed class NIDActionArity2V128 : TrampolineBlockBase {
- DActionArity2V128 invoker;
+ } /* class SDActionArity2V131 */
+ internal sealed class NIDActionArity2V131 : TrampolineBlockBase {
+ DActionArity2V131 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V128 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V131 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V128> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V131> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30300,7 +30426,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::PassKit.PKIdentityDocument, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V128 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V131 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::PassKit.PKIdentityDocument arg1, NSError arg2)
@@ -30309,31 +30435,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V128 */
+ } /* class NIDActionArity2V131 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::PassKit.PKPaymentAuthorizationStatus, global::PassKit.PKPaymentSummaryItem[]>))]
- internal delegate void DActionArity2V129 (IntPtr block, IntPtr arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V132 (IntPtr block, IntPtr arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V129 {
- static internal readonly DActionArity2V129 Handler = Invoke;
+ static internal class SDActionArity2V132 {
+ static internal readonly DActionArity2V132 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V129))]
+ [MonoPInvokeCallback (typeof (DActionArity2V132))]
static unsafe void Invoke (IntPtr block, IntPtr arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::PassKit.PKPaymentAuthorizationStatus, global::PassKit.PKPaymentSummaryItem[]>) (descriptor->Target);
if (del != null)
del ((PassKit.PKPaymentAuthorizationStatus) (long) arg1, CFArray.ArrayFromHandle<global::PassKit.PKPaymentSummaryItem> (arg2)!);
}
- } /* class SDActionArity2V129 */
- internal sealed class NIDActionArity2V129 : TrampolineBlockBase {
- DActionArity2V129 invoker;
+ } /* class SDActionArity2V132 */
+ internal sealed class NIDActionArity2V132 : TrampolineBlockBase {
+ DActionArity2V132 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V129 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V132 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V129> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V132> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30342,7 +30468,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 NIDActionArity2V129 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V132 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::PassKit.PKPaymentAuthorizationStatus arg1, global::PassKit.PKPaymentSummaryItem[] arg2)
@@ -30354,31 +30480,31 @@ namespace ObjCRuntime {
if (nsa_arg2 != null)
nsa_arg2.Dispose ();
}
- } /* class NIDActionArity2V129 */
+ } /* class NIDActionArity2V132 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::PassKit.PKVehicleConnectionSession, NSError>))]
- internal delegate void DActionArity2V130 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V133 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V130 {
- static internal readonly DActionArity2V130 Handler = Invoke;
+ static internal class SDActionArity2V133 {
+ static internal readonly DActionArity2V133 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V130))]
+ [MonoPInvokeCallback (typeof (DActionArity2V133))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::PassKit.PKVehicleConnectionSession, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<PassKit.PKVehicleConnectionSession> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V130 */
- internal sealed class NIDActionArity2V130 : TrampolineBlockBase {
- DActionArity2V130 invoker;
+ } /* class SDActionArity2V133 */
+ internal sealed class NIDActionArity2V133 : TrampolineBlockBase {
+ DActionArity2V133 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V130 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V133 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V130> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V133> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30387,7 +30513,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::PassKit.PKVehicleConnectionSession, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V130 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V133 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::PassKit.PKVehicleConnectionSession arg1, NSError arg2)
@@ -30396,31 +30522,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V130 */
+ } /* class NIDActionArity2V133 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Photos.PHLivePhoto, NSDictionary>))]
- internal delegate void DActionArity2V131 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V134 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V131 {
- static internal readonly DActionArity2V131 Handler = Invoke;
+ static internal class SDActionArity2V134 {
+ static internal readonly DActionArity2V134 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V131))]
+ [MonoPInvokeCallback (typeof (DActionArity2V134))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Photos.PHLivePhoto, NSDictionary>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<PHLivePhoto> (arg1)!, Runtime.GetNSObject<NSDictionary> (arg2)!);
}
- } /* class SDActionArity2V131 */
- internal sealed class NIDActionArity2V131 : TrampolineBlockBase {
- DActionArity2V131 invoker;
+ } /* class SDActionArity2V134 */
+ internal sealed class NIDActionArity2V134 : TrampolineBlockBase {
+ DActionArity2V134 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V131 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V134 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V131> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V134> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30429,7 +30555,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Photos.PHLivePhoto, NSDictionary>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V131 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V134 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Photos.PHLivePhoto arg1, NSDictionary arg2)
@@ -30438,31 +30564,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V131 */
+ } /* class NIDActionArity2V134 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Photos.PHLivePhoto, NSError>))]
- internal delegate void DActionArity2V132 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V135 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V132 {
- static internal readonly DActionArity2V132 Handler = Invoke;
+ static internal class SDActionArity2V135 {
+ static internal readonly DActionArity2V135 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V132))]
+ [MonoPInvokeCallback (typeof (DActionArity2V135))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Photos.PHLivePhoto, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<PHLivePhoto> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V132 */
- internal sealed class NIDActionArity2V132 : TrampolineBlockBase {
- DActionArity2V132 invoker;
+ } /* class SDActionArity2V135 */
+ internal sealed class NIDActionArity2V135 : TrampolineBlockBase {
+ DActionArity2V135 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V132 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V135 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V132> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V135> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30471,7 +30597,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Photos.PHLivePhoto, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V132 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V135 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Photos.PHLivePhoto arg1, NSError arg2)
@@ -30480,31 +30606,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V132 */
+ } /* class NIDActionArity2V135 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::PushToTalk.PTChannelManager, NSError>))]
- internal delegate void DActionArity2V133 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V136 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V133 {
- static internal readonly DActionArity2V133 Handler = Invoke;
+ static internal class SDActionArity2V136 {
+ static internal readonly DActionArity2V136 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V133))]
+ [MonoPInvokeCallback (typeof (DActionArity2V136))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::PushToTalk.PTChannelManager, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<PushToTalk.PTChannelManager> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V133 */
- internal sealed class NIDActionArity2V133 : TrampolineBlockBase {
- DActionArity2V133 invoker;
+ } /* class SDActionArity2V136 */
+ internal sealed class NIDActionArity2V136 : TrampolineBlockBase {
+ DActionArity2V136 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V133 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V136 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V133> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V136> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30513,7 +30639,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::PushToTalk.PTChannelManager, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V133 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V136 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::PushToTalk.PTChannelManager arg1, NSError arg2)
@@ -30522,31 +30648,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V133 */
+ } /* class NIDActionArity2V136 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::QuickLook.QLPreviewReply, NSError>))]
- internal delegate void DActionArity2V134 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V137 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
- //
- static internal class SDActionArity2V134 {
- static internal readonly DActionArity2V134 Handler = Invoke;
+ //
+ static internal class SDActionArity2V137 {
+ static internal readonly DActionArity2V137 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V134))]
+ [MonoPInvokeCallback (typeof (DActionArity2V137))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::QuickLook.QLPreviewReply, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<QLPreviewReply> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V134 */
- internal sealed class NIDActionArity2V134 : TrampolineBlockBase {
- DActionArity2V134 invoker;
+ } /* class SDActionArity2V137 */
+ internal sealed class NIDActionArity2V137 : TrampolineBlockBase {
+ DActionArity2V137 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V134 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V137 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V134> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V137> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30555,7 +30681,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::QuickLook.QLPreviewReply, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V134 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V137 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::QuickLook.QLPreviewReply arg1, NSError arg2)
@@ -30564,31 +30690,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V134 */
+ } /* class NIDActionArity2V137 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::QuickLookThumbnailing.QLThumbnailReply, NSError>))]
- internal delegate void DActionArity2V136 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V139 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V136 {
- static internal readonly DActionArity2V136 Handler = Invoke;
+ static internal class SDActionArity2V139 {
+ static internal readonly DActionArity2V139 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V136))]
+ [MonoPInvokeCallback (typeof (DActionArity2V139))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::QuickLookThumbnailing.QLThumbnailReply, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<QuickLookThumbnailing.QLThumbnailReply> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V136 */
- internal sealed class NIDActionArity2V136 : TrampolineBlockBase {
- DActionArity2V136 invoker;
+ } /* class SDActionArity2V139 */
+ internal sealed class NIDActionArity2V139 : TrampolineBlockBase {
+ DActionArity2V139 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V136 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V139 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V136> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V139> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30597,7 +30723,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::QuickLookThumbnailing.QLThumbnailReply, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V136 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V139 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::QuickLookThumbnailing.QLThumbnailReply arg1, NSError arg2)
@@ -30606,31 +30732,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V136 */
+ } /* class NIDActionArity2V139 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::QuickLookThumbnailing.QLThumbnailRepresentation, NSError>))]
- internal delegate void DActionArity2V135 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V138 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V135 {
- static internal readonly DActionArity2V135 Handler = Invoke;
+ static internal class SDActionArity2V138 {
+ static internal readonly DActionArity2V138 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V135))]
+ [MonoPInvokeCallback (typeof (DActionArity2V138))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::QuickLookThumbnailing.QLThumbnailRepresentation, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<QuickLookThumbnailing.QLThumbnailRepresentation> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V135 */
- internal sealed class NIDActionArity2V135 : TrampolineBlockBase {
- DActionArity2V135 invoker;
+ } /* class SDActionArity2V138 */
+ internal sealed class NIDActionArity2V138 : TrampolineBlockBase {
+ DActionArity2V138 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V135 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V138 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V135> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V138> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30639,7 +30765,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::QuickLookThumbnailing.QLThumbnailRepresentation, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V135 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V138 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::QuickLookThumbnailing.QLThumbnailRepresentation arg1, NSError arg2)
@@ -30648,31 +30774,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V135 */
+ } /* class NIDActionArity2V138 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::ReplayKit.RPBroadcastActivityViewController, NSError>))]
- internal delegate void DActionArity2V137 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V140 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V137 {
- static internal readonly DActionArity2V137 Handler = Invoke;
+ static internal class SDActionArity2V140 {
+ static internal readonly DActionArity2V140 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V137))]
+ [MonoPInvokeCallback (typeof (DActionArity2V140))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::ReplayKit.RPBroadcastActivityViewController, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<ReplayKit.RPBroadcastActivityViewController> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V137 */
- internal sealed class NIDActionArity2V137 : TrampolineBlockBase {
- DActionArity2V137 invoker;
+ } /* class SDActionArity2V140 */
+ internal sealed class NIDActionArity2V140 : TrampolineBlockBase {
+ DActionArity2V140 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V137 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V140 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V137> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V140> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30681,7 +30807,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::ReplayKit.RPBroadcastActivityViewController, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V137 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V140 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::ReplayKit.RPBroadcastActivityViewController arg1, NSError arg2)
@@ -30690,31 +30816,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V137 */
+ } /* class NIDActionArity2V140 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::ReplayKit.RPPreviewViewController, NSError>))]
- internal delegate void DActionArity2V138 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V141 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V138 {
- static internal readonly DActionArity2V138 Handler = Invoke;
+ static internal class SDActionArity2V141 {
+ static internal readonly DActionArity2V141 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V138))]
+ [MonoPInvokeCallback (typeof (DActionArity2V141))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::ReplayKit.RPPreviewViewController, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<ReplayKit.RPPreviewViewController> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V138 */
- internal sealed class NIDActionArity2V138 : TrampolineBlockBase {
- DActionArity2V138 invoker;
+ } /* class SDActionArity2V141 */
+ internal sealed class NIDActionArity2V141 : TrampolineBlockBase {
+ DActionArity2V141 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V138 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V141 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V138> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V141> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30723,7 +30849,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::ReplayKit.RPPreviewViewController, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V138 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V141 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::ReplayKit.RPPreviewViewController arg1, NSError arg2)
@@ -30732,31 +30858,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V138 */
+ } /* class NIDActionArity2V141 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::SafariServices.SFContentBlockerState, NSError>))]
- internal delegate void DActionArity2V139 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V142 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V139 {
- static internal readonly DActionArity2V139 Handler = Invoke;
+ static internal class SDActionArity2V142 {
+ static internal readonly DActionArity2V142 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V139))]
+ [MonoPInvokeCallback (typeof (DActionArity2V142))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::SafariServices.SFContentBlockerState, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<SafariServices.SFContentBlockerState> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V139 */
- internal sealed class NIDActionArity2V139 : TrampolineBlockBase {
- DActionArity2V139 invoker;
+ } /* class SDActionArity2V142 */
+ internal sealed class NIDActionArity2V142 : TrampolineBlockBase {
+ DActionArity2V142 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V139 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V142 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V139> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V142> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30765,7 +30891,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::SafariServices.SFContentBlockerState, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V139 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V142 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::SafariServices.SFContentBlockerState arg1, NSError arg2)
@@ -30774,31 +30900,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V139 */
+ } /* class NIDActionArity2V142 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Security.SecIdentity, NSArray>))]
- internal delegate void DActionArity2V126 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V129 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V126 {
- static internal readonly DActionArity2V126 Handler = Invoke;
+ static internal class SDActionArity2V129 {
+ static internal readonly DActionArity2V129 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V126))]
+ [MonoPInvokeCallback (typeof (DActionArity2V129))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Security.SecIdentity, NSArray>) (descriptor->Target);
if (del != null)
del (new Security.SecIdentity (arg1, false), Runtime.GetNSObject<NSArray> (arg2)!);
}
- } /* class SDActionArity2V126 */
- internal sealed class NIDActionArity2V126 : TrampolineBlockBase {
- DActionArity2V126 invoker;
+ } /* class SDActionArity2V129 */
+ internal sealed class NIDActionArity2V129 : TrampolineBlockBase {
+ DActionArity2V129 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V126 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V129 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V126> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V129> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30807,7 +30933,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Security.SecIdentity, NSArray>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V126 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V129 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Security.SecIdentity arg1, NSArray arg2)
@@ -30816,31 +30942,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V126 */
+ } /* class NIDActionArity2V129 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::SharedWithYou.SWCollaborationHighlight, NSError>))]
- internal delegate void DActionArity2V140 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V143 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V140 {
- static internal readonly DActionArity2V140 Handler = Invoke;
+ static internal class SDActionArity2V143 {
+ static internal readonly DActionArity2V143 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V140))]
+ [MonoPInvokeCallback (typeof (DActionArity2V143))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::SharedWithYou.SWCollaborationHighlight, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<SharedWithYou.SWCollaborationHighlight> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V140 */
- internal sealed class NIDActionArity2V140 : TrampolineBlockBase {
- DActionArity2V140 invoker;
+ } /* class SDActionArity2V143 */
+ internal sealed class NIDActionArity2V143 : TrampolineBlockBase {
+ DActionArity2V143 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V140 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V143 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V140> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V143> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30849,7 +30975,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::SharedWithYou.SWCollaborationHighlight, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V140 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V143 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::SharedWithYou.SWCollaborationHighlight arg1, NSError arg2)
@@ -30858,31 +30984,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V140 */
+ } /* class NIDActionArity2V143 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::SharedWithYou.SWHighlight, NSError>))]
- internal delegate void DActionArity2V141 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V144 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V141 {
- static internal readonly DActionArity2V141 Handler = Invoke;
+ static internal class SDActionArity2V144 {
+ static internal readonly DActionArity2V144 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V141))]
+ [MonoPInvokeCallback (typeof (DActionArity2V144))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::SharedWithYou.SWHighlight, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<SharedWithYou.SWHighlight> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V141 */
- internal sealed class NIDActionArity2V141 : TrampolineBlockBase {
- DActionArity2V141 invoker;
+ } /* class SDActionArity2V144 */
+ internal sealed class NIDActionArity2V144 : TrampolineBlockBase {
+ DActionArity2V144 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V141 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V144 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V141> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V144> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30891,7 +31017,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::SharedWithYou.SWHighlight, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V141 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V144 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::SharedWithYou.SWHighlight arg1, NSError arg2)
@@ -30900,31 +31026,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V141 */
+ } /* class NIDActionArity2V144 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::SharedWithYouCore.SWSignedPersonIdentityProof, NSError>))]
- internal delegate void DActionArity2V142 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V145 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V142 {
- static internal readonly DActionArity2V142 Handler = Invoke;
+ static internal class SDActionArity2V145 {
+ static internal readonly DActionArity2V145 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V142))]
+ [MonoPInvokeCallback (typeof (DActionArity2V145))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::SharedWithYouCore.SWSignedPersonIdentityProof, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<SharedWithYouCore.SWSignedPersonIdentityProof> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V142 */
- internal sealed class NIDActionArity2V142 : TrampolineBlockBase {
- DActionArity2V142 invoker;
+ } /* class SDActionArity2V145 */
+ internal sealed class NIDActionArity2V145 : TrampolineBlockBase {
+ DActionArity2V145 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V142 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V145 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V142> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V145> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30933,7 +31059,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::SharedWithYouCore.SWSignedPersonIdentityProof, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V142 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V145 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::SharedWithYouCore.SWSignedPersonIdentityProof arg1, NSError arg2)
@@ -30942,31 +31068,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V142 */
+ } /* class NIDActionArity2V145 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::ShazamKit.SHMediaItem, NSError>))]
- internal delegate void DActionArity2V143 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V146 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V143 {
- static internal readonly DActionArity2V143 Handler = Invoke;
+ static internal class SDActionArity2V146 {
+ static internal readonly DActionArity2V146 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V143))]
+ [MonoPInvokeCallback (typeof (DActionArity2V146))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::ShazamKit.SHMediaItem, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<ShazamKit.SHMediaItem> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V143 */
- internal sealed class NIDActionArity2V143 : TrampolineBlockBase {
- DActionArity2V143 invoker;
+ } /* class SDActionArity2V146 */
+ internal sealed class NIDActionArity2V146 : TrampolineBlockBase {
+ DActionArity2V146 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V143 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V146 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V143> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V146> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30975,7 +31101,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::ShazamKit.SHMediaItem, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V143 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V146 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::ShazamKit.SHMediaItem arg1, NSError arg2)
@@ -30984,31 +31110,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V143 */
+ } /* class NIDActionArity2V146 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::ShazamKit.SHSignature, NSError>))]
- internal delegate void DActionArity2V144 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V147 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V144 {
- static internal readonly DActionArity2V144 Handler = Invoke;
+ static internal class SDActionArity2V147 {
+ static internal readonly DActionArity2V147 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V144))]
+ [MonoPInvokeCallback (typeof (DActionArity2V147))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::ShazamKit.SHSignature, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<ShazamKit.SHSignature> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V144 */
- internal sealed class NIDActionArity2V144 : TrampolineBlockBase {
- DActionArity2V144 invoker;
+ } /* class SDActionArity2V147 */
+ internal sealed class NIDActionArity2V147 : TrampolineBlockBase {
+ DActionArity2V147 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V144 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V147 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V144> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V147> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -31017,7 +31143,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::ShazamKit.SHSignature, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V144 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V147 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::ShazamKit.SHSignature arg1, NSError arg2)
@@ -31026,31 +31152,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V144 */
+ } /* class NIDActionArity2V147 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Speech.SFSpeechRecognitionResult, NSError>))]
- internal delegate void DActionArity2V145 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V148 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V145 {
- static internal readonly DActionArity2V145 Handler = Invoke;
+ static internal class SDActionArity2V148 {
+ static internal readonly DActionArity2V148 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V145))]
+ [MonoPInvokeCallback (typeof (DActionArity2V148))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Speech.SFSpeechRecognitionResult, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<Speech.SFSpeechRecognitionResult> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V145 */
- internal sealed class NIDActionArity2V145 : TrampolineBlockBase {
- DActionArity2V145 invoker;
+ } /* class SDActionArity2V148 */
+ internal sealed class NIDActionArity2V148 : TrampolineBlockBase {
+ DActionArity2V148 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V145 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V148 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V145> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V148> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -31059,7 +31185,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Speech.SFSpeechRecognitionResult, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V145 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V148 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Speech.SFSpeechRecognitionResult arg1, NSError arg2)
@@ -31068,31 +31194,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V145 */
+ } /* class NIDActionArity2V148 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::StoreKit.SKCloudServiceCapability, NSError>))]
- internal delegate void DActionArity2V146 (IntPtr block, UIntPtr arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V149 (IntPtr block, UIntPtr arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V146 {
- static internal readonly DActionArity2V146 Handler = Invoke;
+ static internal class SDActionArity2V149 {
+ static internal readonly DActionArity2V149 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V146))]
+ [MonoPInvokeCallback (typeof (DActionArity2V149))]
static unsafe void Invoke (IntPtr block, UIntPtr arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::StoreKit.SKCloudServiceCapability, NSError>) (descriptor->Target);
if (del != null)
del ((StoreKit.SKCloudServiceCapability) (ulong) arg1, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V146 */
- internal sealed class NIDActionArity2V146 : TrampolineBlockBase {
- DActionArity2V146 invoker;
+ } /* class SDActionArity2V149 */
+ internal sealed class NIDActionArity2V149 : TrampolineBlockBase {
+ DActionArity2V149 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V146 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V149 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V146> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V149> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -31101,7 +31227,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::StoreKit.SKCloudServiceCapability, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V146 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V149 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::StoreKit.SKCloudServiceCapability arg1, NSError arg2)
@@ -31109,31 +31235,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, (UIntPtr) (ulong) arg1, arg2__handle__);
}
- } /* class NIDActionArity2V146 */
+ } /* class NIDActionArity2V149 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::StoreKit.SKProductStorePromotionVisibility, NSError>))]
- internal delegate void DActionArity2V149 (IntPtr block, IntPtr arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V152 (IntPtr block, IntPtr arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V149 {
- static internal readonly DActionArity2V149 Handler = Invoke;
+ static internal class SDActionArity2V152 {
+ static internal readonly DActionArity2V152 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V149))]
+ [MonoPInvokeCallback (typeof (DActionArity2V152))]
static unsafe void Invoke (IntPtr block, IntPtr arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::StoreKit.SKProductStorePromotionVisibility, NSError>) (descriptor->Target);
if (del != null)
del ((StoreKit.SKProductStorePromotionVisibility) (long) arg1, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V149 */
- internal sealed class NIDActionArity2V149 : TrampolineBlockBase {
- DActionArity2V149 invoker;
+ } /* class SDActionArity2V152 */
+ internal sealed class NIDActionArity2V152 : TrampolineBlockBase {
+ DActionArity2V152 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V149 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V152 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V149> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V152> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -31142,7 +31268,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::StoreKit.SKProductStorePromotionVisibility, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V149 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V152 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::StoreKit.SKProductStorePromotionVisibility arg1, NSError arg2)
@@ -31150,31 +31276,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, (IntPtr) (long) arg1, arg2__handle__);
}
- } /* class NIDActionArity2V149 */
+ } /* class NIDActionArity2V152 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::StoreKit.SKProduct[], NSError>))]
- internal delegate void DActionArity2V148 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V151 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V148 {
- static internal readonly DActionArity2V148 Handler = Invoke;
+ static internal class SDActionArity2V151 {
+ static internal readonly DActionArity2V151 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V148))]
+ [MonoPInvokeCallback (typeof (DActionArity2V151))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::StoreKit.SKProduct[], NSError>) (descriptor->Target);
if (del != null)
del (CFArray.ArrayFromHandle<global::StoreKit.SKProduct> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V148 */
- internal sealed class NIDActionArity2V148 : TrampolineBlockBase {
- DActionArity2V148 invoker;
+ } /* class SDActionArity2V151 */
+ internal sealed class NIDActionArity2V151 : TrampolineBlockBase {
+ DActionArity2V151 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V148 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V151 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V148> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V151> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -31183,7 +31309,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::StoreKit.SKProduct[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V148 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V151 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::StoreKit.SKProduct[] arg1, NSError arg2)
@@ -31196,7 +31322,7 @@ namespace ObjCRuntime {
if (nsa_arg1 != null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V148 */
+ } /* class NIDActionArity2V151 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<bool, global::AVKit.AVAudioSessionRouteSelection>))]
internal delegate void DActionArity2V25 (IntPtr block, bool arg1, IntPtr arg2);
@@ -31662,28 +31788,28 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V80 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::ThreadNetwork.THCredentials, NSError>))]
- internal delegate void DActionArity2V151 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V154 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V151 {
- static internal readonly DActionArity2V151 Handler = Invoke;
+ static internal class SDActionArity2V154 {
+ static internal readonly DActionArity2V154 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V151))]
+ [MonoPInvokeCallback (typeof (DActionArity2V154))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::ThreadNetwork.THCredentials, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<ThreadNetwork.THCredentials> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V151 */
- internal sealed class NIDActionArity2V151 : TrampolineBlockBase {
- DActionArity2V151 invoker;
+ } /* class SDActionArity2V154 */
+ internal sealed class NIDActionArity2V154 : TrampolineBlockBase {
+ DActionArity2V154 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V151 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V154 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V151> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V154> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -31692,7 +31818,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::ThreadNetwork.THCredentials, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V151 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V154 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::ThreadNetwork.THCredentials arg1, NSError arg2)
@@ -31701,31 +31827,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V151 */
+ } /* class NIDActionArity2V154 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::UIKit.NSTextLayoutManager, global::UIKit.NSTextLayoutFragment>))]
- internal delegate void DActionArity2V152 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V155 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V152 {
- static internal readonly DActionArity2V152 Handler = Invoke;
+ static internal class SDActionArity2V155 {
+ static internal readonly DActionArity2V155 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V152))]
+ [MonoPInvokeCallback (typeof (DActionArity2V155))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::UIKit.NSTextLayoutManager, global::UIKit.NSTextLayoutFragment>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<NSTextLayoutManager> (arg1)!, Runtime.GetNSObject<NSTextLayoutFragment> (arg2)!);
}
- } /* class SDActionArity2V152 */
- internal sealed class NIDActionArity2V152 : TrampolineBlockBase {
- DActionArity2V152 invoker;
+ } /* class SDActionArity2V155 */
+ internal sealed class NIDActionArity2V155 : TrampolineBlockBase {
+ DActionArity2V155 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V152 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V155 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V152> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V155> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -31734,7 +31860,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 NIDActionArity2V152 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V155 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::UIKit.NSTextLayoutManager arg1, global::UIKit.NSTextLayoutFragment arg2)
@@ -31743,31 +31869,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V152 */
+ } /* class NIDActionArity2V155 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::UIKit.UIImage, NSError>))]
- internal delegate void DActionArity2V167 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V170 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V167 {
- static internal readonly DActionArity2V167 Handler = Invoke;
+ static internal class SDActionArity2V170 {
+ static internal readonly DActionArity2V170 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V167))]
+ [MonoPInvokeCallback (typeof (DActionArity2V170))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::UIKit.UIImage, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<UIImage> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V167 */
- internal sealed class NIDActionArity2V167 : TrampolineBlockBase {
- DActionArity2V167 invoker;
+ } /* class SDActionArity2V170 */
+ internal sealed class NIDActionArity2V170 : TrampolineBlockBase {
+ DActionArity2V170 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V167 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V170 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V167> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V170> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -31776,7 +31902,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::UIKit.UIImage, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V167 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V170 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::UIKit.UIImage arg1, NSError arg2)
@@ -31785,31 +31911,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V167 */
+ } /* class NIDActionArity2V170 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::UIKit.UISpringLoadedInteraction, global::UIKit.IUISpringLoadedInteractionContext>))]
- internal delegate void DActionArity2V159 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V162 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V159 {
- static internal readonly DActionArity2V159 Handler = Invoke;
+ static internal class SDActionArity2V162 {
+ static internal readonly DActionArity2V162 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V159))]
+ [MonoPInvokeCallback (typeof (DActionArity2V162))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::UIKit.UISpringLoadedInteraction, global::UIKit.IUISpringLoadedInteractionContext>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<UISpringLoadedInteraction> (arg1)!, Runtime.GetINativeObject<UIKit.IUISpringLoadedInteractionContext> (arg2, false)!);
}
- } /* class SDActionArity2V159 */
- internal sealed class NIDActionArity2V159 : TrampolineBlockBase {
- DActionArity2V159 invoker;
+ } /* class SDActionArity2V162 */
+ internal sealed class NIDActionArity2V162 : TrampolineBlockBase {
+ DActionArity2V162 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V159 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V162 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V159> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V162> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -31818,7 +31944,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 NIDActionArity2V159 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V162 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::UIKit.UISpringLoadedInteraction arg1, global::UIKit.IUISpringLoadedInteractionContext arg2)
@@ -31827,31 +31953,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V159 */
+ } /* class NIDActionArity2V162 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::UIKit.UITableViewRowAction, NSIndexPath>))]
- internal delegate void DActionArity2V160 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V163 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V160 {
- static internal readonly DActionArity2V160 Handler = Invoke;
+ static internal class SDActionArity2V163 {
+ static internal readonly DActionArity2V163 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V160))]
+ [MonoPInvokeCallback (typeof (DActionArity2V163))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::UIKit.UITableViewRowAction, NSIndexPath>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<UITableViewRowAction> (arg1)!, Runtime.GetNSObject<NSIndexPath> (arg2)!);
}
- } /* class SDActionArity2V160 */
- internal sealed class NIDActionArity2V160 : TrampolineBlockBase {
- DActionArity2V160 invoker;
+ } /* class SDActionArity2V163 */
+ internal sealed class NIDActionArity2V163 : TrampolineBlockBase {
+ DActionArity2V163 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V160 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V163 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V160> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V163> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -31860,7 +31986,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::UIKit.UITableViewRowAction, NSIndexPath>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V160 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V163 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::UIKit.UITableViewRowAction arg1, NSIndexPath arg2)
@@ -31869,7 +31995,7 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V160 */
+ } /* class NIDActionArity2V163 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::UIKit.UIViewController, NSError>))]
internal delegate void DActionArity2V90 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
@@ -31914,28 +32040,28 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V90 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::VideoSubscriberAccount.VSAccountAccessStatus, NSError>))]
- internal delegate void DActionArity2V161 (IntPtr block, IntPtr arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V164 (IntPtr block, IntPtr arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V161 {
- static internal readonly DActionArity2V161 Handler = Invoke;
+ static internal class SDActionArity2V164 {
+ static internal readonly DActionArity2V164 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V161))]
+ [MonoPInvokeCallback (typeof (DActionArity2V164))]
static unsafe void Invoke (IntPtr block, IntPtr arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::VideoSubscriberAccount.VSAccountAccessStatus, NSError>) (descriptor->Target);
if (del != null)
del ((VideoSubscriberAccount.VSAccountAccessStatus) (long) arg1, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V161 */
- internal sealed class NIDActionArity2V161 : TrampolineBlockBase {
- DActionArity2V161 invoker;
+ } /* class SDActionArity2V164 */
+ internal sealed class NIDActionArity2V164 : TrampolineBlockBase {
+ DActionArity2V164 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V161 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V164 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V161> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V164> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -31944,7 +32070,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::VideoSubscriberAccount.VSAccountAccessStatus, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V161 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V164 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::VideoSubscriberAccount.VSAccountAccessStatus arg1, NSError arg2)
@@ -31952,31 +32078,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, (IntPtr) (long) arg1, arg2__handle__);
}
- } /* class NIDActionArity2V161 */
+ } /* class NIDActionArity2V164 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::VideoSubscriberAccount.VSAccountMetadata, NSError>))]
- internal delegate void DActionArity2V162 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V165 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V162 {
- static internal readonly DActionArity2V162 Handler = Invoke;
+ static internal class SDActionArity2V165 {
+ static internal readonly DActionArity2V165 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V162))]
+ [MonoPInvokeCallback (typeof (DActionArity2V165))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::VideoSubscriberAccount.VSAccountMetadata, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<VideoSubscriberAccount.VSAccountMetadata> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V162 */
- internal sealed class NIDActionArity2V162 : TrampolineBlockBase {
- DActionArity2V162 invoker;
+ } /* class SDActionArity2V165 */
+ internal sealed class NIDActionArity2V165 : TrampolineBlockBase {
+ DActionArity2V165 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V162 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V165 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V162> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V165> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -31985,7 +32111,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::VideoSubscriberAccount.VSAccountMetadata, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V162 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V165 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::VideoSubscriberAccount.VSAccountMetadata arg1, NSError arg2)
@@ -31994,31 +32120,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V162 */
+ } /* class NIDActionArity2V165 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::WebKit.WKContentRuleList, NSError>))]
- internal delegate void DActionArity2V164 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V167 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V164 {
- static internal readonly DActionArity2V164 Handler = Invoke;
+ static internal class SDActionArity2V167 {
+ static internal readonly DActionArity2V167 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V164))]
+ [MonoPInvokeCallback (typeof (DActionArity2V167))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::WebKit.WKContentRuleList, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<WebKit.WKContentRuleList> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V164 */
- internal sealed class NIDActionArity2V164 : TrampolineBlockBase {
- DActionArity2V164 invoker;
+ } /* class SDActionArity2V167 */
+ internal sealed class NIDActionArity2V167 : TrampolineBlockBase {
+ DActionArity2V167 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V164 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V167 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V164> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V167> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -32027,7 +32153,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::WebKit.WKContentRuleList, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V164 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V167 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::WebKit.WKContentRuleList arg1, NSError arg2)
@@ -32036,31 +32162,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V164 */
+ } /* class NIDActionArity2V167 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::WebKit.WKNavigationActionPolicy, global::WebKit.WKWebpagePreferences>))]
- internal delegate void DActionArity2V165 (IntPtr block, IntPtr arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V168 (IntPtr block, IntPtr arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V165 {
- static internal readonly DActionArity2V165 Handler = Invoke;
+ static internal class SDActionArity2V168 {
+ static internal readonly DActionArity2V168 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V165))]
+ [MonoPInvokeCallback (typeof (DActionArity2V168))]
static unsafe void Invoke (IntPtr block, IntPtr arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::WebKit.WKNavigationActionPolicy, global::WebKit.WKWebpagePreferences>) (descriptor->Target);
if (del != null)
del ((WebKit.WKNavigationActionPolicy) (long) arg1, Runtime.GetNSObject<WebKit.WKWebpagePreferences> (arg2)!);
}
- } /* class SDActionArity2V165 */
- internal sealed class NIDActionArity2V165 : TrampolineBlockBase {
- DActionArity2V165 invoker;
+ } /* class SDActionArity2V168 */
+ internal sealed class NIDActionArity2V168 : TrampolineBlockBase {
+ DActionArity2V168 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V165 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V168 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V165> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V168> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -32069,7 +32195,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 NIDActionArity2V165 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V168 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::WebKit.WKNavigationActionPolicy arg1, global::WebKit.WKWebpagePreferences arg2)
@@ -32077,7 +32203,7 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, (IntPtr) (long) arg1, arg2__handle__);
}
- } /* class NIDActionArity2V165 */
+ } /* class NIDActionArity2V168 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::CloudKit.CKRecord, global::CloudKit.CKRecordID, NSError>))]
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 af025aa..7550f94 100644
--- a/old/dotnet/ios/generated-sources/PassKit/PKAddShareablePassConfiguration.g.cs
+++ b/new/dotnet/ios/generated-sources/PassKit/PKAddShareablePassConfiguration.g.cs
@@ -82,7 +82,7 @@ namespace PassKit {
[SupportedOSPlatform ("macos11.0")]
[SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void GetConfiguration (PKShareablePassMetadata[] passMetadata, string provisioningPolicyIdentifier, PKAddShareablePassConfigurationPrimaryAction action, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V127))]global::System.Action<PKAddShareablePassConfiguration, NSError> completion)
+ public unsafe static void GetConfiguration (PKShareablePassMetadata[] passMetadata, string provisioningPolicyIdentifier, PKAddShareablePassConfigurationPrimaryAction action, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V130))]global::System.Action<PKAddShareablePassConfiguration, NSError> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -99,7 +99,7 @@ namespace PassKit {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V127.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V130.Handler, 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 ();
CFString.ReleaseNative (nsprovisioningPolicyIdentifier);
@@ -128,7 +128,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.NIDActionArity2V127))]global::System.Action<PKAddShareablePassConfiguration, NSError> completion)
+ public unsafe static void GetConfiguration (PKShareablePassMetadata[] passMetadata, PKAddShareablePassConfigurationPrimaryAction action, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V130))]global::System.Action<PKAddShareablePassConfiguration, NSError> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -142,7 +142,7 @@ namespace PassKit {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V127.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V130.Handler, 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 ();
block_ptr_completion->CleanupBlock ();
diff --git a/old/dotnet/ios/generated-sources/PassKit/PKIdentityAuthorizationController.g.cs b/new/dotnet/ios/generated-sources/PassKit/PKIdentityAuthorizationController.g.cs
index a36d703..4b5897a 100644
--- a/old/dotnet/ios/generated-sources/PassKit/PKIdentityAuthorizationController.g.cs
+++ b/new/dotnet/ios/generated-sources/PassKit/PKIdentityAuthorizationController.g.cs
@@ -156,7 +156,7 @@ namespace PassKit {
[SupportedOSPlatform ("ios16.0")]
[SupportedOSPlatform ("maccatalyst16.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RequestDocument (PKIdentityRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V128))]global::System.Action<PKIdentityDocument, NSError> completion)
+ public unsafe virtual void RequestDocument (PKIdentityRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V131))]global::System.Action<PKIdentityDocument, NSError> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -168,7 +168,7 @@ namespace PassKit {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V128.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V131.Handler, completion);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("requestDocument:completion:"), request__handle__, (IntPtr) block_ptr_completion);
} else {
diff --git a/old/dotnet/ios/generated-sources/PassKit/PKPaymentAuthorizationControllerDelegate.g.cs b/new/dotnet/ios/generated-sources/PassKit/PKPaymentAuthorizationControllerDelegate.g.cs
index 0a45f8d..3b6658a 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.NIDActionArity1V220) })]
[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.NIDActionArity2V129) })]
+ [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.NIDActionArity2V132) })]
[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.NIDActionArity1V221) })]
[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.NIDActionArity3V11) })]
[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.NIDActionArity1V222) })]
@@ -146,7 +146,7 @@ namespace PassKit {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void DidSelectShippingMethod (this IPKPaymentAuthorizationControllerDelegate This, PKPaymentAuthorizationController controller, PKShippingMethod shippingMethod, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V129))]global::System.Action<PKPaymentAuthorizationStatus, PKPaymentSummaryItem[]> completion)
+ public unsafe static void DidSelectShippingMethod (this IPKPaymentAuthorizationControllerDelegate This, PKPaymentAuthorizationController controller, PKShippingMethod shippingMethod, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V132))]global::System.Action<PKPaymentAuthorizationStatus, PKPaymentSummaryItem[]> completion)
{
var controller__handle__ = controller!.GetNonNullHandle (nameof (controller));
var shippingMethod__handle__ = shippingMethod!.GetNonNullHandle (nameof (shippingMethod));
@@ -156,7 +156,7 @@ namespace PassKit {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V129.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V132.Handler, 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);
block_ptr_completion->CleanupBlock ();
}
@@ -522,7 +522,7 @@ namespace PassKit {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void DidSelectShippingMethod (PKPaymentAuthorizationController controller, PKShippingMethod shippingMethod, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V129))]global::System.Action<PKPaymentAuthorizationStatus, PKPaymentSummaryItem[]> completion)
+ public unsafe virtual void DidSelectShippingMethod (PKPaymentAuthorizationController controller, PKShippingMethod shippingMethod, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V132))]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 5a08b6d..a15e86a 100644
--- a/old/dotnet/ios/generated-sources/PassKit/PKVehicleConnectionSession.g.cs
+++ b/new/dotnet/ios/generated-sources/PassKit/PKVehicleConnectionSession.g.cs
@@ -82,7 +82,7 @@ namespace PassKit {
[SupportedOSPlatform ("macos13.0")]
[SupportedOSPlatform ("maccatalyst16.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void GetSession (PKSecureElementPass pass, IPKVehicleConnectionDelegate @delegate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V130))]global::System.Action<PKVehicleConnectionSession, NSError> completion)
+ public unsafe static void GetSession (PKSecureElementPass pass, IPKVehicleConnectionDelegate @delegate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V133))]global::System.Action<PKVehicleConnectionSession, NSError> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -95,7 +95,7 @@ namespace PassKit {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V130.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V133.Handler, 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);
block_ptr_completion->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/Photos/PHLivePhoto.g.cs b/new/dotnet/ios/generated-sources/Photos/PHLivePhoto.g.cs
index 93f185a..b651957 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 ("tvos10.0")]
[SupportedOSPlatform ("maccatalyst9.1")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static int RequestLivePhoto (NSUrl[] fileUrls, global::UIKit.UIImage? image, CGSize targetSize, PHImageContentMode contentMode, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V131))]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.NIDActionArity2V134))]global::System.Action<PHLivePhoto, NSDictionary> resultHandler)
{
if (fileUrls is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (fileUrls));
@@ -181,7 +181,7 @@ namespace Photos {
BlockLiteral block_resultHandler;
block_resultHandler = new BlockLiteral ();
block_ptr_resultHandler = &block_resultHandler;
- block_resultHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V131.Handler, resultHandler);
+ block_resultHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V134.Handler, 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);
nsa_fileUrls.Dispose ();
diff --git a/old/dotnet/ios/generated-sources/Photos/PHLivePhotoEditingContext.g.cs b/new/dotnet/ios/generated-sources/Photos/PHLivePhotoEditingContext.g.cs
index f44bd3f..2934466 100644
--- a/old/dotnet/ios/generated-sources/Photos/PHLivePhotoEditingContext.g.cs
+++ b/new/dotnet/ios/generated-sources/Photos/PHLivePhotoEditingContext.g.cs
@@ -106,7 +106,7 @@ namespace Photos {
[SupportedOSPlatform ("macos10.12")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void PrepareLivePhotoForPlayback (CGSize targetSize, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V132))]global::System.Action<PHLivePhoto, NSError> handler)
+ public unsafe void PrepareLivePhotoForPlayback (CGSize targetSize, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V135))]global::System.Action<PHLivePhoto, NSError> handler)
{
_PrepareLivePhotoForPlayback (targetSize, null, handler);
}
@@ -131,7 +131,7 @@ namespace Photos {
[SupportedOSPlatform ("macos10.12")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void PrepareLivePhotoForPlayback (CGSize targetSize, NSDictionary<NSString, NSObject>? options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V132))]global::System.Action<PHLivePhoto, NSError> handler)
+ public unsafe virtual void PrepareLivePhotoForPlayback (CGSize targetSize, NSDictionary<NSString, NSObject>? options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V135))]global::System.Action<PHLivePhoto, NSError> handler)
{
_PrepareLivePhotoForPlayback (targetSize, (options as NSDictionary), handler);
}
@@ -156,7 +156,7 @@ namespace Photos {
[SupportedOSPlatform ("maccatalyst11.0")]
[SupportedOSPlatform ("macos10.12")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void PrepareLivePhotoForPlayback (CGSize targetSize, PHLivePhotoEditingOption? options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V132))]global::System.Action<PHLivePhoto, NSError> handler)
+ public unsafe void PrepareLivePhotoForPlayback (CGSize targetSize, PHLivePhotoEditingOption? options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V135))]global::System.Action<PHLivePhoto, NSError> handler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -256,7 +256,7 @@ namespace Photos {
[SupportedOSPlatform ("macos10.12")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- internal unsafe virtual void _PrepareLivePhotoForPlayback (CGSize targetSize, NSDictionary? options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V132))]global::System.Action<PHLivePhoto, NSError> handler)
+ internal unsafe virtual void _PrepareLivePhotoForPlayback (CGSize targetSize, NSDictionary? options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V135))]global::System.Action<PHLivePhoto, NSError> handler)
{
var options__handle__ = options.GetHandle ();
if (handler is null)
@@ -265,7 +265,7 @@ namespace Photos {
BlockLiteral block_handler;
block_handler = new BlockLiteral ();
block_ptr_handler = &block_handler;
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V132.Handler, handler);
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V135.Handler, 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);
} else {
diff --git a/old/dotnet/ios/generated-sources/PushToTalk/PTChannelManager.g.cs b/new/dotnet/ios/generated-sources/PushToTalk/PTChannelManager.g.cs
index fe58a4f..753f5f0 100644
--- a/old/dotnet/ios/generated-sources/PushToTalk/PTChannelManager.g.cs
+++ b/new/dotnet/ios/generated-sources/PushToTalk/PTChannelManager.g.cs
@@ -82,7 +82,7 @@ namespace PushToTalk {
[SupportedOSPlatform ("ios16.0")]
[UnsupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Create (IPTChannelManagerDelegate @delegate, IPTChannelRestorationDelegate restorationDelegate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V133))]global::System.Action<PTChannelManager, NSError> completionHandler)
+ public unsafe static void Create (IPTChannelManagerDelegate @delegate, IPTChannelRestorationDelegate restorationDelegate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V136))]global::System.Action<PTChannelManager, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -95,7 +95,7 @@ namespace PushToTalk {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V133.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V136.Handler, 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);
block_ptr_completionHandler->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/QuickLook/QLPreviewingController.g.cs b/new/dotnet/ios/generated-sources/QuickLook/QLPreviewingController.g.cs
index 5777b3c..bcce1c5 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.NIDActionArity2V134) })]
+ [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.NIDActionArity2V137) })]
public partial interface IQLPreviewingController : INativeObject, IDisposable
{
}
@@ -114,7 +114,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.NIDActionArity2V134))]global::System.Action<QLPreviewReply, NSError> handler)
+ public unsafe static void ProvidePreview (this IQLPreviewingController This, QLFilePreviewRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V137))]global::System.Action<QLPreviewReply, NSError> handler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -127,7 +127,7 @@ namespace QuickLook {
BlockLiteral block_handler;
block_handler = new BlockLiteral ();
block_ptr_handler = &block_handler;
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V134.Handler, handler);
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V137.Handler, handler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("providePreviewForFileRequest:completionHandler:"), request__handle__, (IntPtr) block_ptr_handler);
block_ptr_handler->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/QuickLookThumbnailing/QLThumbnailGenerator.g.cs b/new/dotnet/ios/generated-sources/QuickLookThumbnailing/QLThumbnailGenerator.g.cs
index 0c9cef1..8858855 100644
--- a/old/dotnet/ios/generated-sources/QuickLookThumbnailing/QLThumbnailGenerator.g.cs
+++ b/new/dotnet/ios/generated-sources/QuickLookThumbnailing/QLThumbnailGenerator.g.cs
@@ -98,7 +98,7 @@ namespace QuickLookThumbnailing {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GenerateBestRepresentation (QLThumbnailGenerationRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V135))]global::System.Action<QLThumbnailRepresentation, NSError> completionHandler)
+ public unsafe virtual void GenerateBestRepresentation (QLThumbnailGenerationRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V138))]global::System.Action<QLThumbnailRepresentation, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -110,7 +110,7 @@ namespace QuickLookThumbnailing {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V135.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V138.Handler, completionHandler);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("generateBestRepresentationForRequest:completionHandler:"), request__handle__, (IntPtr) block_ptr_completionHandler);
} else {
diff --git a/old/dotnet/ios/generated-sources/QuickLookThumbnailing/QLThumbnailProvider.g.cs b/new/dotnet/ios/generated-sources/QuickLookThumbnailing/QLThumbnailProvider.g.cs
index ff99968..6241e9a 100644
--- a/old/dotnet/ios/generated-sources/QuickLookThumbnailing/QLThumbnailProvider.g.cs
+++ b/new/dotnet/ios/generated-sources/QuickLookThumbnailing/QLThumbnailProvider.g.cs
@@ -96,7 +96,7 @@ namespace QuickLookThumbnailing {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ProvideThumbnail (QLFileThumbnailRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V136))]global::System.Action<QLThumbnailReply, NSError> handler)
+ public unsafe virtual void ProvideThumbnail (QLFileThumbnailRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V139))]global::System.Action<QLThumbnailReply, NSError> handler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -108,7 +108,7 @@ namespace QuickLookThumbnailing {
BlockLiteral block_handler;
block_handler = new BlockLiteral ();
block_ptr_handler = &block_handler;
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V136.Handler, handler);
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V139.Handler, handler);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("provideThumbnailForFileRequest:completionHandler:"), request__handle__, (IntPtr) block_ptr_handler);
} else {
diff --git a/old/dotnet/ios/generated-sources/ReplayKit/RPBroadcastActivityViewController.g.cs b/new/dotnet/ios/generated-sources/ReplayKit/RPBroadcastActivityViewController.g.cs
index 66892f4..1749b33 100644
--- a/old/dotnet/ios/generated-sources/ReplayKit/RPBroadcastActivityViewController.g.cs
+++ b/new/dotnet/ios/generated-sources/ReplayKit/RPBroadcastActivityViewController.g.cs
@@ -121,7 +121,7 @@ namespace ReplayKit {
[SupportedOSPlatform ("tvos10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void LoadBroadcastActivityViewController ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V137))]global::System.Action<RPBroadcastActivityViewController, NSError> handler)
+ public unsafe static void LoadBroadcastActivityViewController ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V140))]global::System.Action<RPBroadcastActivityViewController, NSError> handler)
{
if (handler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler));
@@ -129,7 +129,7 @@ namespace ReplayKit {
BlockLiteral block_handler;
block_handler = new BlockLiteral ();
block_ptr_handler = &block_handler;
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V137.Handler, handler);
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V140.Handler, handler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, Selector.GetHandle ("loadBroadcastActivityViewControllerWithHandler:"), (IntPtr) block_ptr_handler);
block_ptr_handler->CleanupBlock ();
}
@@ -155,7 +155,7 @@ namespace ReplayKit {
[UnsupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void LoadBroadcastActivityViewController (string? preferredExtension, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V137))]global::System.Action<RPBroadcastActivityViewController, NSError> handler)
+ public unsafe static void LoadBroadcastActivityViewController (string? preferredExtension, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V140))]global::System.Action<RPBroadcastActivityViewController, NSError> handler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -167,7 +167,7 @@ namespace ReplayKit {
BlockLiteral block_handler;
block_handler = new BlockLiteral ();
block_ptr_handler = &block_handler;
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V137.Handler, handler);
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V140.Handler, handler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("loadBroadcastActivityViewControllerWithPreferredExtension:handler:"), nspreferredExtension, (IntPtr) block_ptr_handler);
CFString.ReleaseNative (nspreferredExtension);
block_ptr_handler->CleanupBlock ();
diff --git a/old/dotnet/ios/generated-sources/ReplayKit/RPScreenRecorder.g.cs b/new/dotnet/ios/generated-sources/ReplayKit/RPScreenRecorder.g.cs
index 7d19b7e..7fadc1c 100644
--- a/old/dotnet/ios/generated-sources/ReplayKit/RPScreenRecorder.g.cs
+++ b/new/dotnet/ios/generated-sources/ReplayKit/RPScreenRecorder.g.cs
@@ -409,7 +409,7 @@ namespace ReplayKit {
[SupportedOSPlatform ("macos11.0")]
[SupportedOSPlatform ("maccatalyst9.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void StopRecording ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V138))]global::System.Action<RPPreviewViewController, NSError>? handler)
+ public unsafe void StopRecording ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V141))]global::System.Action<RPPreviewViewController, NSError>? handler)
{
BlockLiteral *block_ptr_handler;
BlockLiteral block_handler;
@@ -418,7 +418,7 @@ namespace ReplayKit {
} else {
block_handler = new BlockLiteral ();
block_ptr_handler = &block_handler;
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V138.Handler, handler);
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V141.Handler, handler);
}
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("stopRecordingWithHandler:"), (IntPtr) block_ptr_handler);
if (block_ptr_handler != null)
diff --git a/old/dotnet/ios/generated-sources/SafariServices/SFContentBlockerManager.g.cs b/new/dotnet/ios/generated-sources/SafariServices/SFContentBlockerManager.g.cs
index 124d76d..679390c 100644
--- a/old/dotnet/ios/generated-sources/SafariServices/SFContentBlockerManager.g.cs
+++ b/new/dotnet/ios/generated-sources/SafariServices/SFContentBlockerManager.g.cs
@@ -86,7 +86,7 @@ namespace SafariServices {
[SupportedOSPlatform ("maccatalyst10.0")]
[SupportedOSPlatform ("macos10.12")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void GetStateOfContentBlocker (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V139))]global::System.Action<SFContentBlockerState, NSError> completionHandler)
+ public unsafe static void GetStateOfContentBlocker (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V142))]global::System.Action<SFContentBlockerState, NSError> completionHandler)
{
if (identifier is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (identifier));
@@ -97,7 +97,7 @@ namespace SafariServices {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V139.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V142.Handler, completionHandler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("getStateOfContentBlockerWithIdentifier:completionHandler:"), nsidentifier, (IntPtr) block_ptr_completionHandler);
CFString.ReleaseNative (nsidentifier);
block_ptr_completionHandler->CleanupBlock ();
diff --git a/old/dotnet/ios/generated-sources/SharedWithYou/SWHighlightCenter.g.cs b/new/dotnet/ios/generated-sources/SharedWithYou/SWHighlightCenter.g.cs
index 2e32e98..48a4b3e 100644
--- a/old/dotnet/ios/generated-sources/SharedWithYou/SWHighlightCenter.g.cs
+++ b/new/dotnet/ios/generated-sources/SharedWithYou/SWHighlightCenter.g.cs
@@ -124,7 +124,7 @@ namespace SharedWithYou {
[SupportedOSPlatform ("maccatalyst16.0")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetCollaborationHighlight (NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V140))]global::System.Action<SWCollaborationHighlight, NSError> completionHandler)
+ public unsafe virtual void GetCollaborationHighlight (NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V143))]global::System.Action<SWCollaborationHighlight, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -136,7 +136,7 @@ namespace SharedWithYou {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V140.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V143.Handler, completionHandler);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("getCollaborationHighlightForURL:completionHandler:"), url__handle__, (IntPtr) block_ptr_completionHandler);
} else {
@@ -167,7 +167,7 @@ namespace SharedWithYou {
[SupportedOSPlatform ("maccatalyst16.0")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetHighlight (NSUrl urL, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V141))]global::System.Action<SWHighlight, NSError> completionHandler)
+ public unsafe virtual void GetHighlight (NSUrl urL, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V144))]global::System.Action<SWHighlight, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -179,7 +179,7 @@ namespace SharedWithYou {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V141.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V144.Handler, completionHandler);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("getHighlightForURL:completionHandler:"), urL__handle__, (IntPtr) block_ptr_completionHandler);
} else {
@@ -210,7 +210,7 @@ namespace SharedWithYou {
[SupportedOSPlatform ("maccatalyst16.0")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetSignedIdentityProof (SWCollaborationHighlight collaborationHighlight, NSData data, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V142))]global::System.Action<global::SharedWithYouCore.SWSignedPersonIdentityProof, NSError> completionHandler)
+ public unsafe virtual void GetSignedIdentityProof (SWCollaborationHighlight collaborationHighlight, NSData data, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V145))]global::System.Action<global::SharedWithYouCore.SWSignedPersonIdentityProof, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -223,7 +223,7 @@ namespace SharedWithYou {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V142.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V145.Handler, 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);
} else {
diff --git a/old/dotnet/ios/generated-sources/ShazamKit/SHMediaItem.g.cs b/new/dotnet/ios/generated-sources/ShazamKit/SHMediaItem.g.cs
index d0c0e66..59d8d69 100644
--- a/old/dotnet/ios/generated-sources/ShazamKit/SHMediaItem.g.cs
+++ b/new/dotnet/ios/generated-sources/ShazamKit/SHMediaItem.g.cs
@@ -149,7 +149,7 @@ namespace ShazamKit {
[SupportedOSPlatform ("tvos15.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void FetchMediaItem (string shazamId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V143))]global::System.Action<SHMediaItem, NSError> completionHandler)
+ public unsafe static void FetchMediaItem (string shazamId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V146))]global::System.Action<SHMediaItem, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -163,7 +163,7 @@ namespace ShazamKit {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V143.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V146.Handler, completionHandler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("fetchMediaItemWithShazamID:completionHandler:"), nsshazamId, (IntPtr) block_ptr_completionHandler);
CFString.ReleaseNative (nsshazamId);
block_ptr_completionHandler->CleanupBlock ();
diff --git a/old/dotnet/ios/generated-sources/ShazamKit/SHSignatureGenerator.g.cs b/new/dotnet/ios/generated-sources/ShazamKit/SHSignatureGenerator.g.cs
index 3ddf384..5dcfd79 100644
--- a/old/dotnet/ios/generated-sources/ShazamKit/SHSignatureGenerator.g.cs
+++ b/new/dotnet/ios/generated-sources/ShazamKit/SHSignatureGenerator.g.cs
@@ -122,7 +122,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.NIDActionArity2V144))]global::System.Action<SHSignature, NSError> completionHandler)
+ public unsafe static void GenerateSignature (global::AVFoundation.AVAsset asset, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V147))]global::System.Action<SHSignature, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -134,7 +134,7 @@ namespace ShazamKit {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V144.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V147.Handler, completionHandler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("generateSignatureFromAsset:completionHandler:"), asset__handle__, (IntPtr) block_ptr_completionHandler);
block_ptr_completionHandler->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/Speech/SFSpeechRecognizer.g.cs b/new/dotnet/ios/generated-sources/Speech/SFSpeechRecognizer.g.cs
index 59ab465..9bc11ae 100644
--- a/old/dotnet/ios/generated-sources/Speech/SFSpeechRecognizer.g.cs
+++ b/new/dotnet/ios/generated-sources/Speech/SFSpeechRecognizer.g.cs
@@ -102,7 +102,7 @@ namespace Speech {
[SupportedOSPlatform ("macos10.15")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual SFSpeechRecognitionTask GetRecognitionTask (SFSpeechRecognitionRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V145))]global::System.Action<SFSpeechRecognitionResult, NSError> resultHandler)
+ public unsafe virtual SFSpeechRecognitionTask GetRecognitionTask (SFSpeechRecognitionRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V148))]global::System.Action<SFSpeechRecognitionResult, NSError> resultHandler)
{
var request__handle__ = request!.GetNonNullHandle (nameof (request));
if (resultHandler is null)
@@ -111,7 +111,7 @@ namespace Speech {
BlockLiteral block_resultHandler;
block_resultHandler = new BlockLiteral ();
block_ptr_resultHandler = &block_resultHandler;
- block_resultHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V145.Handler, resultHandler);
+ block_resultHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V148.Handler, resultHandler);
SFSpeechRecognitionTask? ret;
if (IsDirectBinding) {
ret = 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 22a952a..f2fd414 100644
--- a/old/dotnet/ios/generated-sources/StoreKit/SKCloudServiceController.g.cs
+++ b/new/dotnet/ios/generated-sources/StoreKit/SKCloudServiceController.g.cs
@@ -107,7 +107,7 @@ namespace StoreKit {
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("maccatalyst9.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RequestCapabilities ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V146))]global::System.Action<SKCloudServiceCapability, NSError> completionHandler)
+ public unsafe virtual void RequestCapabilities ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V149))]global::System.Action<SKCloudServiceCapability, NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
@@ -115,7 +115,7 @@ namespace StoreKit {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V146.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V149.Handler, completionHandler);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("requestCapabilitiesWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
} else {
@@ -157,7 +157,7 @@ namespace StoreKit {
[UnsupportedOSPlatform ("maccatalyst11.0")]
[SupportedOSPlatform ("macos11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RequestPersonalizationToken (string clientToken, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V147))]global::System.Action<NSString, NSError> completionHandler)
+ public unsafe virtual void RequestPersonalizationToken (string clientToken, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V150))]global::System.Action<NSString, NSError> completionHandler)
{
if (clientToken is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (clientToken));
@@ -168,7 +168,7 @@ namespace StoreKit {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V147.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V150.Handler, completionHandler);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("requestPersonalizationTokenForClientToken:withCompletionHandler:"), nsclientToken, (IntPtr) block_ptr_completionHandler);
} else {
@@ -211,7 +211,7 @@ namespace StoreKit {
[SupportedOSPlatform ("maccatalyst11.0")]
[SupportedOSPlatform ("macos11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RequestStorefrontCountryCode ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V147))]global::System.Action<NSString, NSError> completionHandler)
+ public unsafe virtual void RequestStorefrontCountryCode ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V150))]global::System.Action<NSString, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -222,7 +222,7 @@ namespace StoreKit {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V147.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V150.Handler, completionHandler);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("requestStorefrontCountryCodeWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
} else {
@@ -253,7 +253,7 @@ namespace StoreKit {
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("maccatalyst9.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RequestStorefrontIdentifier ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V147))]global::System.Action<NSString, NSError> completionHandler)
+ public unsafe virtual void RequestStorefrontIdentifier ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V150))]global::System.Action<NSString, NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
@@ -261,7 +261,7 @@ namespace StoreKit {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V147.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V150.Handler, completionHandler);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("requestStorefrontIdentifierWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
} else {
@@ -291,7 +291,7 @@ namespace StoreKit {
[SupportedOSPlatform ("maccatalyst11.0")]
[SupportedOSPlatform ("macos11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RequestUserToken (string developerToken, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V147))]global::System.Action<NSString, NSError> completionHandler)
+ public unsafe virtual void RequestUserToken (string developerToken, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V150))]global::System.Action<NSString, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -305,7 +305,7 @@ namespace StoreKit {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V147.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V150.Handler, completionHandler);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("requestUserTokenForDeveloperToken:completionHandler:"), nsdeveloperToken, (IntPtr) block_ptr_completionHandler);
} else {
diff --git a/old/dotnet/ios/generated-sources/StoreKit/SKProductStorePromotionController.g.cs b/new/dotnet/ios/generated-sources/StoreKit/SKProductStorePromotionController.g.cs
index 5e16bb9..442d209 100644
--- a/old/dotnet/ios/generated-sources/StoreKit/SKProductStorePromotionController.g.cs
+++ b/new/dotnet/ios/generated-sources/StoreKit/SKProductStorePromotionController.g.cs
@@ -82,7 +82,7 @@ namespace StoreKit {
[SupportedOSPlatform ("tvos11.0")]
[SupportedOSPlatform ("macos11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void FetchStorePromotionOrder ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V148))]global::System.Action<SKProduct[], NSError>? completionHandler)
+ public unsafe virtual void FetchStorePromotionOrder ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V151))]global::System.Action<SKProduct[], NSError>? completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -94,7 +94,7 @@ namespace StoreKit {
} else {
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V148.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V151.Handler, completionHandler);
}
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("fetchStorePromotionOrderWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
@@ -127,7 +127,7 @@ namespace StoreKit {
[SupportedOSPlatform ("tvos11.0")]
[SupportedOSPlatform ("macos11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void FetchStorePromotionVisibility (SKProduct product, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V149))]global::System.Action<SKProductStorePromotionVisibility, NSError>? completionHandler)
+ public unsafe virtual void FetchStorePromotionVisibility (SKProduct product, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V152))]global::System.Action<SKProductStorePromotionVisibility, NSError>? completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -140,7 +140,7 @@ namespace StoreKit {
} else {
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V149.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V152.Handler, completionHandler);
}
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("fetchStorePromotionVisibilityForProduct:completionHandler:"), product__handle__, (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/ios/generated-sources/ThreadNetwork/THClient.g.cs b/new/dotnet/ios/generated-sources/ThreadNetwork/THClient.g.cs
index 4445c2a..9a18309 100644
--- a/old/dotnet/ios/generated-sources/ThreadNetwork/THClient.g.cs
+++ b/new/dotnet/ios/generated-sources/ThreadNetwork/THClient.g.cs
@@ -181,7 +181,7 @@ namespace ThreadNetwork {
[SupportedOSPlatform ("macos13.0")]
[SupportedOSPlatform ("maccatalyst16.1")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RetrieveAllCredentials ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V150))]global::System.Action<NSSet<THCredentials>, NSError> completion)
+ public unsafe virtual void RetrieveAllCredentials ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V153))]global::System.Action<NSSet<THCredentials>, NSError> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -192,7 +192,7 @@ namespace ThreadNetwork {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V150.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V153.Handler, completion);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("retrieveAllCredentials:"), (IntPtr) block_ptr_completion);
} else {
@@ -223,7 +223,7 @@ namespace ThreadNetwork {
[SupportedOSPlatform ("macos13.0")]
[SupportedOSPlatform ("maccatalyst16.1")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RetrieveCredentialsForBorderAgent (NSData borderAgentId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V151))]global::System.Action<THCredentials, NSError> completion)
+ public unsafe virtual void RetrieveCredentialsForBorderAgent (NSData borderAgentId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V154))]global::System.Action<THCredentials, NSError> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -235,7 +235,7 @@ namespace ThreadNetwork {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V151.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V154.Handler, completion);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("retrieveCredentialsForBorderAgent:completion:"), borderAgentId__handle__, (IntPtr) block_ptr_completion);
} else {
@@ -266,7 +266,7 @@ namespace ThreadNetwork {
[SupportedOSPlatform ("macos13.0")]
[SupportedOSPlatform ("maccatalyst16.1")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RetrieveCredentialsForExtendedPanId (NSData extendedPanId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V151))]global::System.Action<THCredentials, NSError> completion)
+ public unsafe virtual void RetrieveCredentialsForExtendedPanId (NSData extendedPanId, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V154))]global::System.Action<THCredentials, NSError> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -278,7 +278,7 @@ namespace ThreadNetwork {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V151.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V154.Handler, completion);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("retrieveCredentialsForExtendedPANID:completion:"), extendedPanId__handle__, (IntPtr) block_ptr_completion);
} else {
@@ -309,7 +309,7 @@ namespace ThreadNetwork {
[SupportedOSPlatform ("macos13.0")]
[SupportedOSPlatform ("maccatalyst16.1")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RetrievePreferredCredentials ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V151))]global::System.Action<THCredentials, NSError> completion)
+ public unsafe virtual void RetrievePreferredCredentials ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V154))]global::System.Action<THCredentials, NSError> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -320,7 +320,7 @@ namespace ThreadNetwork {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V151.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V154.Handler, completion);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("retrievePreferredCredentials:"), (IntPtr) block_ptr_completion);
} else {
diff --git a/old/dotnet/ios/generated-sources/UIKit/NSTextLayoutManager.g.cs b/new/dotnet/ios/generated-sources/UIKit/NSTextLayoutManager.g.cs
index 3d9f241..e162142 100644
--- a/old/dotnet/ios/generated-sources/UIKit/NSTextLayoutManager.g.cs
+++ b/new/dotnet/ios/generated-sources/UIKit/NSTextLayoutManager.g.cs
@@ -860,7 +860,7 @@ namespace UIKit {
[SupportedOSPlatform ("maccatalyst15.0")]
[UnsupportedOSPlatform ("macos")]
public unsafe virtual global::System.Action<NSTextLayoutManager, NSTextLayoutFragment>? RenderingAttributesValidator {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V152))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V155))]
[Export ("renderingAttributesValidator", ArgumentSemantic.Copy)]
[SupportedOSPlatform ("tvos15.0")]
[SupportedOSPlatform ("ios15.0")]
@@ -877,10 +877,10 @@ namespace UIKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("renderingAttributesValidator"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity2V152.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity2V155.Create (ret)!;
#endif
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V152))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V155))]
[Export ("setRenderingAttributesValidator:", ArgumentSemantic.Copy)]
[SupportedOSPlatform ("tvos15.0")]
[SupportedOSPlatform ("ios15.0")]
@@ -895,7 +895,7 @@ namespace UIKit {
BlockLiteral block_value;
block_value = new BlockLiteral ();
block_ptr_value = &block_value;
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity2V152.Handler, value);
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity2V155.Handler, value);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setRenderingAttributesValidator:"), (IntPtr) block_ptr_value);
} else {
diff --git a/old/dotnet/ios/generated-sources/UIKit/UIActivityViewController.g.cs b/new/dotnet/ios/generated-sources/UIKit/UIActivityViewController.g.cs
index b65c416..30009ca 100644
--- a/old/dotnet/ios/generated-sources/UIKit/UIActivityViewController.g.cs
+++ b/new/dotnet/ios/generated-sources/UIKit/UIActivityViewController.g.cs
@@ -177,7 +177,7 @@ namespace UIKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("maccatalyst")]
public unsafe virtual global::System.Action<NSString, bool>? CompletionHandler {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V153))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V156))]
[Export ("completionHandler", ArgumentSemantic.Copy)]
[UnsupportedOSPlatform ("tvos")]
#if __IOS__
@@ -198,9 +198,9 @@ namespace UIKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("completionHandler"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity2V153.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity2V156.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V153))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V156))]
[Export ("setCompletionHandler:", ArgumentSemantic.Copy)]
[UnsupportedOSPlatform ("tvos")]
#if __IOS__
@@ -219,7 +219,7 @@ namespace UIKit {
BlockLiteral block_value;
block_value = new BlockLiteral ();
block_ptr_value = &block_value;
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity2V153.Handler, value);
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity2V156.Handler, value);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setCompletionHandler:"), (IntPtr) block_ptr_value);
} else {
diff --git a/old/dotnet/ios/generated-sources/UIKit/UIDocumentBrowserViewControllerDelegate.g.cs b/new/dotnet/ios/generated-sources/UIKit/UIDocumentBrowserViewControllerDelegate.g.cs
index 754c666..2dfa0a4 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 ("maccatalyst11.0")]
[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.NIDActionArity2V154) })]
+ [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.NIDActionArity2V157) })]
[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 })]
@@ -94,7 +94,7 @@ namespace UIKit {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void DidRequestDocumentCreation (this IUIDocumentBrowserViewControllerDelegate This, UIDocumentBrowserViewController controller, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V154))]global::System.Action<NSUrl, UIDocumentBrowserImportMode> importHandler)
+ public unsafe static void DidRequestDocumentCreation (this IUIDocumentBrowserViewControllerDelegate This, UIDocumentBrowserViewController controller, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V157))]global::System.Action<NSUrl, UIDocumentBrowserImportMode> importHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -107,7 +107,7 @@ namespace UIKit {
BlockLiteral block_importHandler;
block_importHandler = new BlockLiteral ();
block_ptr_importHandler = &block_importHandler;
- block_importHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V154.Handler, importHandler);
+ block_importHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V157.Handler, importHandler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("documentBrowser:didRequestDocumentCreationWithHandler:"), controller__handle__, (IntPtr) block_ptr_importHandler);
block_ptr_importHandler->CleanupBlock ();
#endif
@@ -294,7 +294,7 @@ namespace UIKit {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void DidRequestDocumentCreation (UIDocumentBrowserViewController controller, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V154))]global::System.Action<NSUrl, UIDocumentBrowserImportMode> importHandler)
+ public unsafe virtual void DidRequestDocumentCreation (UIDocumentBrowserViewController controller, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V157))]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 3f87666..93dcfa7 100644
--- a/old/dotnet/ios/generated-sources/UIKit/UIPasteboard.g.cs
+++ b/new/dotnet/ios/generated-sources/UIKit/UIPasteboard.g.cs
@@ -154,7 +154,7 @@ namespace UIKit {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void DetectPatterns (NSSet<NSString> patterns, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V155))]global::System.Action<NSSet<NSString>, NSError> completionHandler)
+ public unsafe virtual void DetectPatterns (NSSet<NSString> patterns, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V158))]global::System.Action<NSSet<NSString>, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -167,7 +167,7 @@ namespace UIKit {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V155.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V158.Handler, completionHandler);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("detectPatternsForPatterns:completionHandler:"), patterns__handle__, (IntPtr) block_ptr_completionHandler);
} else {
@@ -198,7 +198,7 @@ namespace UIKit {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void DetectPatterns (NSSet<NSString> patterns, NSIndexSet? itemSet, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V156))]global::System.Action<NSSet<NSString>[], NSError> completionHandler)
+ public unsafe virtual void DetectPatterns (NSSet<NSString> patterns, NSIndexSet? itemSet, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V159))]global::System.Action<NSSet<NSString>[], NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -212,7 +212,7 @@ namespace UIKit {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V156.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V159.Handler, 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);
} else {
@@ -243,7 +243,7 @@ namespace UIKit {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void DetectValues (NSSet<NSString> patterns, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V157))]global::System.Action<NSDictionary<NSString, NSObject>, NSError> completionHandler)
+ public unsafe virtual void DetectValues (NSSet<NSString> patterns, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V160))]global::System.Action<NSDictionary<NSString, NSObject>, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -256,7 +256,7 @@ namespace UIKit {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V157.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V160.Handler, completionHandler);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("detectValuesForPatterns:completionHandler:"), patterns__handle__, (IntPtr) block_ptr_completionHandler);
} else {
@@ -287,7 +287,7 @@ namespace UIKit {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void DetectValues (NSSet<NSString> patterns, NSIndexSet? itemSet, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V158))]global::System.Action<NSDictionary<NSString, NSObject>[], NSError> completionHandler)
+ public unsafe virtual void DetectValues (NSSet<NSString> patterns, NSIndexSet? itemSet, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V161))]global::System.Action<NSDictionary<NSString, NSObject>[], NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -301,7 +301,7 @@ namespace UIKit {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V158.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V161.Handler, 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);
} else {
diff --git a/old/dotnet/ios/generated-sources/UIKit/UISpringLoadedInteraction.g.cs b/new/dotnet/ios/generated-sources/UIKit/UISpringLoadedInteraction.g.cs
index 0fc8ce4..5587bbe 100644
--- a/old/dotnet/ios/generated-sources/UIKit/UISpringLoadedInteraction.g.cs
+++ b/new/dotnet/ios/generated-sources/UIKit/UISpringLoadedInteraction.g.cs
@@ -81,7 +81,7 @@ namespace UIKit {
[SupportedOSPlatform ("maccatalyst11.0")]
[DesignatedInitializer]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe UISpringLoadedInteraction (IUISpringLoadedInteractionBehavior? interactionBehavior, IUISpringLoadedInteractionEffect? interactionEffect, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V159))]global::System.Action<UISpringLoadedInteraction, IUISpringLoadedInteractionContext> handler)
+ public unsafe UISpringLoadedInteraction (IUISpringLoadedInteractionBehavior? interactionBehavior, IUISpringLoadedInteractionEffect? interactionEffect, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V162))]global::System.Action<UISpringLoadedInteraction, IUISpringLoadedInteractionContext> handler)
: base (NSObjectFlag.Empty)
{
#if ARCH_32
@@ -96,7 +96,7 @@ namespace UIKit {
BlockLiteral block_handler;
block_handler = new BlockLiteral ();
block_ptr_handler = &block_handler;
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V159.Handler, handler);
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V162.Handler, 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:");
} else {
@@ -110,7 +110,7 @@ namespace UIKit {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe UISpringLoadedInteraction ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V159))]global::System.Action<UISpringLoadedInteraction, IUISpringLoadedInteractionContext> handler)
+ public unsafe UISpringLoadedInteraction ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V162))]global::System.Action<UISpringLoadedInteraction, IUISpringLoadedInteractionContext> handler)
: base (NSObjectFlag.Empty)
{
#if ARCH_32
@@ -123,7 +123,7 @@ namespace UIKit {
BlockLiteral block_handler;
block_handler = new BlockLiteral ();
block_ptr_handler = &block_handler;
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V159.Handler, handler);
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V162.Handler, handler);
if (IsDirectBinding) {
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("initWithActivationHandler:"), (IntPtr) block_ptr_handler), "initWithActivationHandler:");
} else {
diff --git a/old/dotnet/ios/generated-sources/UIKit/UITableViewRowAction.g.cs b/new/dotnet/ios/generated-sources/UIKit/UITableViewRowAction.g.cs
index 66d6498..3a4766d 100644
--- a/old/dotnet/ios/generated-sources/UIKit/UITableViewRowAction.g.cs
+++ b/new/dotnet/ios/generated-sources/UIKit/UITableViewRowAction.g.cs
@@ -132,7 +132,7 @@ namespace UIKit {
[SupportedOSPlatform ("ios8.0")]
[SupportedOSPlatform ("maccatalyst8.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static UITableViewRowAction Create (UITableViewRowActionStyle style, string? title, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V160))]global::System.Action<UITableViewRowAction, NSIndexPath> handler)
+ public unsafe static UITableViewRowAction Create (UITableViewRowActionStyle style, string? title, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V163))]global::System.Action<UITableViewRowAction, NSIndexPath> handler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (handler is null)
@@ -142,7 +142,7 @@ namespace UIKit {
BlockLiteral block_handler;
block_handler = new BlockLiteral ();
block_ptr_handler = &block_handler;
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V160.Handler, handler);
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V163.Handler, 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))!;
CFString.ReleaseNative (nstitle);
diff --git a/old/dotnet/ios/generated-sources/VideoSubscriberAccount/VSAccountManager.g.cs b/new/dotnet/ios/generated-sources/VideoSubscriberAccount/VSAccountManager.g.cs
index 0552f1b..cb625f1 100644
--- a/old/dotnet/ios/generated-sources/VideoSubscriberAccount/VSAccountManager.g.cs
+++ b/new/dotnet/ios/generated-sources/VideoSubscriberAccount/VSAccountManager.g.cs
@@ -88,7 +88,7 @@ namespace VideoSubscriberAccount {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("tvos10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void CheckAccessStatus (NSDictionary options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V161))]global::System.Action<VSAccountAccessStatus, NSError> completionHandler)
+ public unsafe virtual void CheckAccessStatus (NSDictionary options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V164))]global::System.Action<VSAccountAccessStatus, NSError> completionHandler)
{
var options__handle__ = options!.GetNonNullHandle (nameof (options));
if (completionHandler is null)
@@ -97,7 +97,7 @@ namespace VideoSubscriberAccount {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V161.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V164.Handler, completionHandler);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("checkAccessStatusWithOptions:completionHandler:"), options__handle__, (IntPtr) block_ptr_completionHandler);
} else {
@@ -127,7 +127,7 @@ namespace VideoSubscriberAccount {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("tvos10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual VSAccountManagerResult Enqueue (VSAccountMetadataRequest accountMetadataRequest, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V162))]global::System.Action<VSAccountMetadata, NSError> completionHandler)
+ public unsafe virtual VSAccountManagerResult Enqueue (VSAccountMetadataRequest accountMetadataRequest, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V165))]global::System.Action<VSAccountMetadata, NSError> completionHandler)
{
var accountMetadataRequest__handle__ = accountMetadataRequest!.GetNonNullHandle (nameof (accountMetadataRequest));
if (completionHandler is null)
@@ -136,7 +136,7 @@ namespace VideoSubscriberAccount {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V162.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V165.Handler, completionHandler);
VSAccountManagerResult? ret;
if (IsDirectBinding) {
ret = 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 04a2b15..df6f957 100644
--- a/old/dotnet/ios/generated-sources/VideoSubscriberAccount/VSUserAccountManager.g.cs
+++ b/new/dotnet/ios/generated-sources/VideoSubscriberAccount/VSUserAccountManager.g.cs
@@ -82,7 +82,7 @@ namespace VideoSubscriberAccount {
[SupportedOSPlatform ("ios16.0")]
[SupportedOSPlatform ("macos13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void QueryUserAccounts (VSUserAccountQueryOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V163))]global::System.Action<NSArray<VSUserAccount>, NSError> completion)
+ public unsafe virtual void QueryUserAccounts (VSUserAccountQueryOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V166))]global::System.Action<NSArray<VSUserAccount>, NSError> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -93,7 +93,7 @@ namespace VideoSubscriberAccount {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V163.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V166.Handler, completion);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_NativeHandle (this.Handle, Selector.GetHandle ("queryUserAccountsWithOptions:completion:"), (IntPtr) (long) options, (IntPtr) block_ptr_completion);
} else {
diff --git a/old/dotnet/ios/generated-sources/WebKit/WKContentRuleListStore.g.cs b/new/dotnet/ios/generated-sources/WebKit/WKContentRuleListStore.g.cs
index 5d45514..bc943dc 100644
--- a/old/dotnet/ios/generated-sources/WebKit/WKContentRuleListStore.g.cs
+++ b/new/dotnet/ios/generated-sources/WebKit/WKContentRuleListStore.g.cs
@@ -96,7 +96,7 @@ namespace WebKit {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void CompileContentRuleList (string identifier, string encodedContentRuleList, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V164))]global::System.Action<WKContentRuleList, NSError> completionHandler)
+ public unsafe virtual void CompileContentRuleList (string identifier, string encodedContentRuleList, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V167))]global::System.Action<WKContentRuleList, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -113,7 +113,7 @@ namespace WebKit {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V164.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V167.Handler, 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);
} else {
@@ -195,7 +195,7 @@ namespace WebKit {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void LookUpContentRuleList (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V164))]global::System.Action<WKContentRuleList, NSError> completionHandler)
+ public unsafe virtual void LookUpContentRuleList (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V167))]global::System.Action<WKContentRuleList, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -209,7 +209,7 @@ namespace WebKit {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V164.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V167.Handler, completionHandler);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("lookUpContentRuleListForIdentifier:completionHandler:"), nsidentifier, (IntPtr) block_ptr_completionHandler);
} else {
diff --git a/old/dotnet/ios/generated-sources/WebKit/WKNavigationDelegate.g.cs b/new/dotnet/ios/generated-sources/WebKit/WKNavigationDelegate.g.cs
index 8a047e4..6ae77a1 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.NIDActionArity1V265) })]
[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.NIDActionArity1V266) })]
- [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.NIDActionArity2V165) })]
+ [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.NIDActionArity2V168) })]
[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 })]
@@ -111,7 +111,7 @@ namespace WebKit {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void DecidePolicy (this IWKNavigationDelegate This, WKWebView webView, WKNavigationAction navigationAction, WKWebpagePreferences preferences, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V165))]global::System.Action<WKNavigationActionPolicy, WKWebpagePreferences> decisionHandler)
+ public unsafe static void DecidePolicy (this IWKNavigationDelegate This, WKWebView webView, WKNavigationAction navigationAction, WKWebpagePreferences preferences, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V168))]global::System.Action<WKNavigationActionPolicy, WKWebpagePreferences> decisionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -125,7 +125,7 @@ namespace WebKit {
BlockLiteral block_decisionHandler;
block_decisionHandler = new BlockLiteral ();
block_ptr_decisionHandler = &block_decisionHandler;
- block_decisionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V165.Handler, decisionHandler);
+ block_decisionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V168.Handler, 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);
block_ptr_decisionHandler->CleanupBlock ();
#endif
@@ -343,7 +343,7 @@ namespace WebKit {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void DecidePolicy (WKWebView webView, WKNavigationAction navigationAction, WKWebpagePreferences preferences, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V165))]global::System.Action<WKNavigationActionPolicy, WKWebpagePreferences> decisionHandler)
+ public unsafe virtual void DecidePolicy (WKWebView webView, WKNavigationAction navigationAction, WKWebpagePreferences preferences, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V168))]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 41ad7e9..1e0ab60 100644
--- a/old/dotnet/ios/generated-sources/WebKit/WKScriptMessageHandlerWithReply.g.cs
+++ b/new/dotnet/ios/generated-sources/WebKit/WKScriptMessageHandlerWithReply.g.cs
@@ -53,7 +53,7 @@ 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.NIDActionArity2V166) })]
+ [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.NIDActionArity2V169) })]
public partial interface IWKScriptMessageHandlerWithReply : INativeObject, IDisposable
{
[SupportedOSPlatform ("macos11.0")]
@@ -62,7 +62,7 @@ namespace WebKit {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("userContentController:didReceiveScriptMessage:replyHandler:")]
[Preserve (Conditional = true)]
- unsafe void DidReceiveScriptMessage (WKUserContentController userContentController, WKScriptMessage message, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V166))]global::System.Action<NSObject, NSString> replyHandler);
+ unsafe void DidReceiveScriptMessage (WKUserContentController userContentController, WKScriptMessage message, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V169))]global::System.Action<NSObject, NSString> replyHandler);
}
internal sealed class WKScriptMessageHandlerWithReplyWrapper : BaseWrapper, IWKScriptMessageHandlerWithReply {
[Preserve (Conditional = true)]
@@ -72,7 +72,7 @@ namespace WebKit {
}
[Export ("userContentController:didReceiveScriptMessage:replyHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void DidReceiveScriptMessage (WKUserContentController userContentController, WKScriptMessage message, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V166))]global::System.Action<NSObject, NSString> replyHandler)
+ public unsafe void DidReceiveScriptMessage (WKUserContentController userContentController, WKScriptMessage message, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V169))]global::System.Action<NSObject, NSString> replyHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -85,7 +85,7 @@ namespace WebKit {
BlockLiteral block_replyHandler;
block_replyHandler = new BlockLiteral ();
block_ptr_replyHandler = &block_replyHandler;
- block_replyHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V166.Handler, replyHandler);
+ block_replyHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V169.Handler, 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);
block_ptr_replyHandler->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/WebKit/WKWebView.g.cs b/new/dotnet/ios/generated-sources/WebKit/WKWebView.g.cs
index bb4ba3d..df3166b 100644
--- a/old/dotnet/ios/generated-sources/WebKit/WKWebView.g.cs
+++ b/new/dotnet/ios/generated-sources/WebKit/WKWebView.g.cs
@@ -930,7 +930,7 @@ namespace WebKit {
[SupportedOSPlatform ("maccatalyst13.1")]
[SupportedOSPlatform ("ios11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void TakeSnapshot (WKSnapshotConfiguration? snapshotConfiguration, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V167))]global::System.Action<global::UIKit.UIImage, NSError> completionHandler)
+ public unsafe virtual void TakeSnapshot (WKSnapshotConfiguration? snapshotConfiguration, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V170))]global::System.Action<global::UIKit.UIImage, NSError> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -942,7 +942,7 @@ namespace WebKit {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V167.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V170.Handler, completionHandler);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("takeSnapshotWithConfiguration:completionHandler:"), snapshotConfiguration__handle__, (IntPtr) block_ptr_completionHandler);
} else {
diff --git a/old/dotnet/maccatalyst/generated-sources/MapKit/MKDirectionsRequest.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKDirectionsRequest.g.cs
index ed472b9..1e4a078 100644
--- a/old/dotnet/maccatalyst/generated-sources/MapKit/MKDirectionsRequest.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKDirectionsRequest.g.cs
@@ -221,6 +221,41 @@ namespace MapKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public virtual MKDirectionsRoutePreference HighwayPreference {
+ [Export ("highwayPreference", ArgumentSemantic.UnsafeUnretained)]
+ [SupportedOSPlatform ("tvos9.2")]
+ [SupportedOSPlatform ("macos10.9")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKDirectionsRoutePreference ret;
+ if (IsDirectBinding) {
+ ret = (MKDirectionsRoutePreference) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("highwayPreference"));
+ } else {
+ ret = (MKDirectionsRoutePreference) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("highwayPreference"));
+ }
+ return ret!;
+ }
+ [Export ("setHighwayPreference:", ArgumentSemantic.UnsafeUnretained)]
+ [SupportedOSPlatform ("tvos9.2")]
+ [SupportedOSPlatform ("macos10.9")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("setHighwayPreference:"), (IntPtr) (long) value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("setHighwayPreference:"), (IntPtr) (long) value);
+ }
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("ios7.0")]
[SupportedOSPlatform ("maccatalyst7.0")]
[SupportedOSPlatform ("tvos9.2")]
@@ -290,6 +325,41 @@ namespace MapKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public virtual MKDirectionsRoutePreference TollPreference {
+ [Export ("tollPreference", ArgumentSemantic.UnsafeUnretained)]
+ [SupportedOSPlatform ("tvos9.2")]
+ [SupportedOSPlatform ("macos10.9")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKDirectionsRoutePreference ret;
+ if (IsDirectBinding) {
+ ret = (MKDirectionsRoutePreference) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("tollPreference"));
+ } else {
+ ret = (MKDirectionsRoutePreference) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("tollPreference"));
+ }
+ return ret!;
+ }
+ [Export ("setTollPreference:", ArgumentSemantic.UnsafeUnretained)]
+ [SupportedOSPlatform ("tvos9.2")]
+ [SupportedOSPlatform ("macos10.9")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("setTollPreference:"), (IntPtr) (long) value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("setTollPreference:"), (IntPtr) (long) value);
+ }
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("ios7.0")]
[SupportedOSPlatform ("maccatalyst7.0")]
[SupportedOSPlatform ("tvos9.2")]
diff --git a/new/dotnet/maccatalyst/generated-sources/MapKit/MKDirectionsRoutePreference.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKDirectionsRoutePreference.g.cs
new file mode 100644
index 0000000..60965de
--- /dev/null
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKDirectionsRoutePreference.g.cs
@@ -0,0 +1,61 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using Metal;
+using CoreML;
+using AppKit;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using CloudKit;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [Native]
+ public enum MKDirectionsRoutePreference : long {
+ Any = 0,
+ Avoid = 1,
+ }
+}
diff --git a/new/dotnet/maccatalyst/generated-sources/MapKit/MKHybridMapConfiguration.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKHybridMapConfiguration.g.cs
new file mode 100644
index 0000000..1c297d9
--- /dev/null
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKHybridMapConfiguration.g.cs
@@ -0,0 +1,187 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using Metal;
+using CoreML;
+using AppKit;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using CloudKit;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [Register("MKHybridMapConfiguration", true)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public unsafe partial class MKHybridMapConfiguration : MKMapConfiguration {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static readonly NativeHandle class_ptr = Class.GetHandle ("MKHybridMapConfiguration");
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [DesignatedInitializer]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("init")]
+ public MKHybridMapConfiguration () : base (NSObjectFlag.Empty)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ }
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [DesignatedInitializer]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("initWithCoder:")]
+ public MKHybridMapConfiguration (NSCoder coder) : base (NSObjectFlag.Empty)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ }
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKHybridMapConfiguration (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKHybridMapConfiguration (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("initWithElevationStyle:")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public MKHybridMapConfiguration (MKMapElevationStyle elevationStyle)
+ : base (NSObjectFlag.Empty)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("initWithElevationStyle:"), (IntPtr) (long) elevationStyle), "initWithElevationStyle:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithElevationStyle:"), (IntPtr) (long) elevationStyle), "initWithElevationStyle:");
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public virtual MKPointOfInterestFilter? PointOfInterestFilter {
+ [Export ("pointOfInterestFilter", ArgumentSemantic.Copy)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKPointOfInterestFilter? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<MKPointOfInterestFilter> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("pointOfInterestFilter")))!;
+ } else {
+ ret = Runtime.GetNSObject<MKPointOfInterestFilter> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("pointOfInterestFilter")))!;
+ }
+ return ret!;
+ }
+ [Export ("setPointOfInterestFilter:", ArgumentSemantic.Copy)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ set {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var value__handle__ = value.GetHandle ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setPointOfInterestFilter:"), value__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setPointOfInterestFilter:"), value__handle__);
+ }
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public virtual bool ShowsTraffic {
+ [Export ("showsTraffic")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("showsTraffic"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("showsTraffic"));
+ }
+ }
+ [Export ("setShowsTraffic:")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ set {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_bool (this.Handle, Selector.GetHandle ("setShowsTraffic:"), value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, Selector.GetHandle ("setShowsTraffic:"), value);
+ }
+ }
+ }
+ } /* class MKHybridMapConfiguration */
+}
diff --git a/new/dotnet/maccatalyst/generated-sources/MapKit/MKIconStyle.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKIconStyle.g.cs
new file mode 100644
index 0000000..cfd6c63
--- /dev/null
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKIconStyle.g.cs
@@ -0,0 +1,118 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using Metal;
+using CoreML;
+using AppKit;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using CloudKit;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [Register("MKIconStyle", true)]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ public unsafe partial class MKIconStyle : NSObject {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static readonly NativeHandle class_ptr = Class.GetHandle ("MKIconStyle");
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKIconStyle (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKIconStyle (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual global::UIKit.UIColor BackgroundColor {
+ [Export ("backgroundColor")]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ global::UIKit.UIColor? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<global::UIKit.UIColor> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("backgroundColor")))!;
+ } else {
+ ret = Runtime.GetNSObject<global::UIKit.UIColor> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("backgroundColor")))!;
+ }
+ return ret!;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual global::UIKit.UIImage Image {
+ [Export ("image")]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ global::UIKit.UIImage? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<global::UIKit.UIImage> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("image")))!;
+ } else {
+ ret = Runtime.GetNSObject<global::UIKit.UIImage> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("image")))!;
+ }
+ return ret!;
+ }
+ }
+ } /* class MKIconStyle */
+}
diff --git a/new/dotnet/maccatalyst/generated-sources/MapKit/MKImageryMapConfiguration.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKImageryMapConfiguration.g.cs
new file mode 100644
index 0000000..984e7ef
--- /dev/null
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKImageryMapConfiguration.g.cs
@@ -0,0 +1,118 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using Metal;
+using CoreML;
+using AppKit;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using CloudKit;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [Register("MKImageryMapConfiguration", true)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public unsafe partial class MKImageryMapConfiguration : MKMapConfiguration {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static readonly NativeHandle class_ptr = Class.GetHandle ("MKImageryMapConfiguration");
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [DesignatedInitializer]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("init")]
+ public MKImageryMapConfiguration () : base (NSObjectFlag.Empty)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ }
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [DesignatedInitializer]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("initWithCoder:")]
+ public MKImageryMapConfiguration (NSCoder coder) : base (NSObjectFlag.Empty)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ }
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKImageryMapConfiguration (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKImageryMapConfiguration (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("initWithElevationStyle:")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public MKImageryMapConfiguration (MKMapElevationStyle elevationStyle)
+ : base (NSObjectFlag.Empty)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("initWithElevationStyle:"), (IntPtr) (long) elevationStyle), "initWithElevationStyle:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithElevationStyle:"), (IntPtr) (long) elevationStyle), "initWithElevationStyle:");
+ }
+ }
+ } /* class MKImageryMapConfiguration */
+}
diff --git a/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundBadgePosition.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundBadgePosition.g.cs
new file mode 100644
index 0000000..bbb0170
--- /dev/null
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundBadgePosition.g.cs
@@ -0,0 +1,62 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using Metal;
+using CoreML;
+using AppKit;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using CloudKit;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [Native]
+ public enum MKLookAroundBadgePosition : long {
+ TopLeading = 0,
+ TopTrailing = 1,
+ BottomTrailing = 2,
+ }
+}
diff --git a/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundScene.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundScene.g.cs
new file mode 100644
index 0000000..d2ea465
--- /dev/null
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundScene.g.cs
@@ -0,0 +1,95 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using Metal;
+using CoreML;
+using AppKit;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using CloudKit;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [Register("MKLookAroundScene", true)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ public unsafe partial class MKLookAroundScene : NSObject, INSCopying {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static readonly NativeHandle class_ptr = Class.GetHandle ("MKLookAroundScene");
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKLookAroundScene (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKLookAroundScene (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("copyWithZone:")]
+ [return: ReleaseAttribute ()]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual NSObject Copy (NSZone? zone)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var zone__handle__ = zone.GetHandle ();
+ NSObject? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ } else {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ }
+ if (ret != null)
+ global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release"));
+ return ret!;
+ }
+ } /* class MKLookAroundScene */
+}
diff --git a/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundSceneRequest.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundSceneRequest.g.cs
new file mode 100644
index 0000000..a31a011
--- /dev/null
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundSceneRequest.g.cs
@@ -0,0 +1,247 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using Metal;
+using CoreML;
+using AppKit;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using CloudKit;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [Register("MKLookAroundSceneRequest", true)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ public unsafe partial class MKLookAroundSceneRequest : NSObject {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static readonly NativeHandle class_ptr = Class.GetHandle ("MKLookAroundSceneRequest");
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKLookAroundSceneRequest (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKLookAroundSceneRequest (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("initWithCoordinate:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [DesignatedInitializer]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public MKLookAroundSceneRequest (global::CoreLocation.CLLocationCoordinate2D coordinate)
+ : base (NSObjectFlag.Empty)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_CLLocationCoordinate2D (this.Handle, Selector.GetHandle ("initWithCoordinate:"), coordinate), "initWithCoordinate:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_CLLocationCoordinate2D (this.SuperHandle, Selector.GetHandle ("initWithCoordinate:"), coordinate), "initWithCoordinate:");
+ }
+ }
+ [Export ("initWithMapItem:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [DesignatedInitializer]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public MKLookAroundSceneRequest (MKMapItem mapItem)
+ : base (NSObjectFlag.Empty)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var mapItem__handle__ = mapItem!.GetNonNullHandle (nameof (mapItem));
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("initWithMapItem:"), mapItem__handle__), "initWithMapItem:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithMapItem:"), mapItem__handle__), "initWithMapItem:");
+ }
+ }
+ [Export ("cancel")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void Cancel ()
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend (this.Handle, Selector.GetHandle ("cancel"));
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("cancel"));
+ }
+ }
+ [Export ("getSceneWithCompletionHandler:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual void GetScene ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V105))]global::System.Action<MKLookAroundScene, NSError> completionHandler)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (completionHandler is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
+ BlockLiteral *block_ptr_completionHandler;
+ BlockLiteral block_completionHandler;
+ block_completionHandler = new BlockLiteral ();
+ block_ptr_completionHandler = &block_completionHandler;
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V105.Handler, completionHandler);
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("getSceneWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("getSceneWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
+ }
+ block_ptr_completionHandler->CleanupBlock ();
+ }
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual Task<MKLookAroundScene> GetSceneAsync ()
+ {
+ var tcs = new TaskCompletionSource<MKLookAroundScene> ();
+ GetScene((arg1_, arg2_) => {
+ if (arg2_ != null)
+ tcs.SetException (new NSErrorException(arg2_));
+ else
+ tcs.SetResult (arg1_!);
+ });
+ return tcs.Task;
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual global::CoreLocation.CLLocationCoordinate2D Coordinate {
+ [Export ("coordinate")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ global::CoreLocation.CLLocationCoordinate2D ret;
+ if (IsDirectBinding) {
+ ret = global::ObjCRuntime.Messaging.CLLocationCoordinate2D_objc_msgSend (this.Handle, Selector.GetHandle ("coordinate"));
+ } else {
+ ret = global::ObjCRuntime.Messaging.CLLocationCoordinate2D_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("coordinate"));
+ }
+ return ret!;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual bool IsCancelled {
+ [Export ("isCancelled")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("isCancelled"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("isCancelled"));
+ }
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual bool IsLoading {
+ [Export ("isLoading")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("isLoading"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("isLoading"));
+ }
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual MKMapItem? MapItem {
+ [Export ("mapItem")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKMapItem? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<MKMapItem> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("mapItem")))!;
+ } else {
+ ret = Runtime.GetNSObject<MKMapItem> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("mapItem")))!;
+ }
+ return ret!;
+ }
+ }
+ } /* class MKLookAroundSceneRequest */
+}
diff --git a/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundSnapshot.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundSnapshot.g.cs
new file mode 100644
index 0000000..f489ba4
--- /dev/null
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundSnapshot.g.cs
@@ -0,0 +1,96 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using Metal;
+using CoreML;
+using AppKit;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using CloudKit;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [Register("MKLookAroundSnapshot", true)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ public unsafe partial class MKLookAroundSnapshot : NSObject {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static readonly NativeHandle class_ptr = Class.GetHandle ("MKLookAroundSnapshot");
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKLookAroundSnapshot (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKLookAroundSnapshot (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual global::UIKit.UIImage Image {
+ [Export ("image")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ global::UIKit.UIImage? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<global::UIKit.UIImage> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("image")))!;
+ } else {
+ ret = Runtime.GetNSObject<global::UIKit.UIImage> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("image")))!;
+ }
+ return ret!;
+ }
+ }
+ } /* class MKLookAroundSnapshot */
+}
diff --git a/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundSnapshotOptions.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundSnapshotOptions.g.cs
new file mode 100644
index 0000000..38c1579
--- /dev/null
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundSnapshotOptions.g.cs
@@ -0,0 +1,194 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using Metal;
+using CoreML;
+using AppKit;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using CloudKit;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [Register("MKLookAroundSnapshotOptions", true)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ public unsafe partial class MKLookAroundSnapshotOptions : NSObject {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static readonly NativeHandle class_ptr = Class.GetHandle ("MKLookAroundSnapshotOptions");
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("init")]
+ public MKLookAroundSnapshotOptions () : base (NSObjectFlag.Empty)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ }
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKLookAroundSnapshotOptions (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKLookAroundSnapshotOptions (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual MKPointOfInterestFilter? PointOfInterestFilter {
+ [Export ("pointOfInterestFilter", ArgumentSemantic.Copy)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKPointOfInterestFilter? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<MKPointOfInterestFilter> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("pointOfInterestFilter")))!;
+ } else {
+ ret = Runtime.GetNSObject<MKPointOfInterestFilter> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("pointOfInterestFilter")))!;
+ }
+ return ret!;
+ }
+ [Export ("setPointOfInterestFilter:", ArgumentSemantic.Copy)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var value__handle__ = value.GetHandle ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setPointOfInterestFilter:"), value__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setPointOfInterestFilter:"), value__handle__);
+ }
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual CGSize Size {
+ [Export ("size", ArgumentSemantic.UnsafeUnretained)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ CGSize ret;
+ if (IsDirectBinding) {
+ ret = global::ObjCRuntime.Messaging.CGSize_objc_msgSend (this.Handle, Selector.GetHandle ("size"));
+ } else {
+ ret = global::ObjCRuntime.Messaging.CGSize_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("size"));
+ }
+ return ret!;
+ }
+ [Export ("setSize:", ArgumentSemantic.UnsafeUnretained)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_CGSize (this.Handle, Selector.GetHandle ("setSize:"), value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_CGSize (this.SuperHandle, Selector.GetHandle ("setSize:"), value);
+ }
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ public virtual global::UIKit.UITraitCollection TraitCollection {
+ [Export ("traitCollection", ArgumentSemantic.Copy)]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ global::UIKit.UITraitCollection? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<global::UIKit.UITraitCollection> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("traitCollection")))!;
+ } else {
+ ret = Runtime.GetNSObject<global::UIKit.UITraitCollection> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("traitCollection")))!;
+ }
+ return ret!;
+ }
+ [Export ("setTraitCollection:", ArgumentSemantic.Copy)]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var value__handle__ = value!.GetNonNullHandle (nameof (value));
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setTraitCollection:"), value__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setTraitCollection:"), value__handle__);
+ }
+ }
+ }
+ } /* class MKLookAroundSnapshotOptions */
+}
diff --git a/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundSnapshotter.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundSnapshotter.g.cs
new file mode 100644
index 0000000..50890c8
--- /dev/null
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundSnapshotter.g.cs
@@ -0,0 +1,167 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using Metal;
+using CoreML;
+using AppKit;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using CloudKit;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [Register("MKLookAroundSnapshotter", true)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ public unsafe partial class MKLookAroundSnapshotter : NSObject {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static readonly NativeHandle class_ptr = Class.GetHandle ("MKLookAroundSnapshotter");
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKLookAroundSnapshotter (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKLookAroundSnapshotter (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("initWithScene:options:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [DesignatedInitializer]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public MKLookAroundSnapshotter (MKLookAroundScene scene, MKLookAroundSnapshotOptions options)
+ : base (NSObjectFlag.Empty)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var scene__handle__ = scene!.GetNonNullHandle (nameof (scene));
+ var options__handle__ = options!.GetNonNullHandle (nameof (options));
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initWithScene:options:"), scene__handle__, options__handle__), "initWithScene:options:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithScene:options:"), scene__handle__, options__handle__), "initWithScene:options:");
+ }
+ }
+ [Export ("cancel")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void Cancel ()
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend (this.Handle, Selector.GetHandle ("cancel"));
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("cancel"));
+ }
+ }
+ [Export ("getSnapshotWithCompletionHandler:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual void GetSnapshot ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V106))]global::System.Action<MKLookAroundSnapshot, NSError> completionHandler)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (completionHandler is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
+ BlockLiteral *block_ptr_completionHandler;
+ BlockLiteral block_completionHandler;
+ block_completionHandler = new BlockLiteral ();
+ block_ptr_completionHandler = &block_completionHandler;
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V106.Handler, completionHandler);
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("getSnapshotWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("getSnapshotWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
+ }
+ block_ptr_completionHandler->CleanupBlock ();
+ }
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual Task<MKLookAroundSnapshot> GetSnapshotAsync ()
+ {
+ var tcs = new TaskCompletionSource<MKLookAroundSnapshot> ();
+ GetSnapshot((arg1_, arg2_) => {
+ if (arg2_ != null)
+ tcs.SetException (new NSErrorException(arg2_));
+ else
+ tcs.SetResult (arg1_!);
+ });
+ return tcs.Task;
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual bool IsLoading {
+ [Export ("isLoading")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("isLoading"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("isLoading"));
+ }
+ }
+ }
+ } /* class MKLookAroundSnapshotter */
+}
diff --git a/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundViewController.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundViewController.g.cs
new file mode 100644
index 0000000..2068613
--- /dev/null
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundViewController.g.cs
@@ -0,0 +1,402 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using Metal;
+using CoreML;
+using AppKit;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using CloudKit;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [Register("MKLookAroundViewController", true)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ public unsafe partial class MKLookAroundViewController : global::UIKit.UIViewController, INSCoding, INSSecureCoding {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static readonly NativeHandle class_ptr = Class.GetHandle ("MKLookAroundViewController");
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("init")]
+ public MKLookAroundViewController () : base (NSObjectFlag.Empty)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ }
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [DesignatedInitializer]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("initWithCoder:")]
+ public MKLookAroundViewController (NSCoder coder) : base (NSObjectFlag.Empty)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ }
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKLookAroundViewController (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKLookAroundViewController (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("initWithScene:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [DesignatedInitializer]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public MKLookAroundViewController (MKLookAroundScene scene)
+ : base (NSObjectFlag.Empty)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var scene__handle__ = scene!.GetNonNullHandle (nameof (scene));
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("initWithScene:"), scene__handle__), "initWithScene:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithScene:"), scene__handle__), "initWithScene:");
+ }
+ }
+ [Export ("initWithNibName:bundle:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [DesignatedInitializer]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public MKLookAroundViewController (string? nibName, NSBundle? nibBundle)
+ : base (NSObjectFlag.Empty)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var nibBundle__handle__ = nibBundle.GetHandle ();
+ var nsnibName = CFString.CreateNative (nibName);
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initWithNibName:bundle:"), nsnibName, nibBundle__handle__), "initWithNibName:bundle:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithNibName:bundle:"), nsnibName, nibBundle__handle__), "initWithNibName:bundle:");
+ }
+ CFString.ReleaseNative (nsnibName);
+ }
+ [Export ("encodeWithCoder:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public new virtual void EncodeTo (NSCoder encoder)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var encoder__handle__ = encoder!.GetNonNullHandle (nameof (encoder));
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual MKLookAroundBadgePosition BadgePosition {
+ [Export ("badgePosition", ArgumentSemantic.UnsafeUnretained)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKLookAroundBadgePosition ret;
+ if (IsDirectBinding) {
+ ret = (MKLookAroundBadgePosition) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("badgePosition"));
+ } else {
+ ret = (MKLookAroundBadgePosition) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("badgePosition"));
+ }
+ return ret!;
+ }
+ [Export ("setBadgePosition:", ArgumentSemantic.UnsafeUnretained)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("setBadgePosition:"), (IntPtr) (long) value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("setBadgePosition:"), (IntPtr) (long) value);
+ }
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public IMKLookAroundViewControllerDelegate? Delegate {
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ return (WeakDelegate as IMKLookAroundViewControllerDelegate)!;
+ }
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ var rvalue = value as NSObject;
+ if (!(value is null) && rvalue is null)
+ throw new ArgumentException ("The object passed of type " + value.GetType () + " does not derive from NSObject");
+ WeakDelegate = rvalue;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual bool NavigationEnabled {
+ [Export ("isNavigationEnabled")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("isNavigationEnabled"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("isNavigationEnabled"));
+ }
+ }
+ [Export ("setNavigationEnabled:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_bool (this.Handle, Selector.GetHandle ("setNavigationEnabled:"), value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, Selector.GetHandle ("setNavigationEnabled:"), value);
+ }
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual MKPointOfInterestFilter? PointOfInterestFilter {
+ [Export ("pointOfInterestFilter", ArgumentSemantic.Copy)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKPointOfInterestFilter? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<MKPointOfInterestFilter> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("pointOfInterestFilter")))!;
+ } else {
+ ret = Runtime.GetNSObject<MKPointOfInterestFilter> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("pointOfInterestFilter")))!;
+ }
+ return ret!;
+ }
+ [Export ("setPointOfInterestFilter:", ArgumentSemantic.Copy)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var value__handle__ = value.GetHandle ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setPointOfInterestFilter:"), value__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setPointOfInterestFilter:"), value__handle__);
+ }
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual MKLookAroundScene? Scene {
+ [Export ("scene", ArgumentSemantic.Copy)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKLookAroundScene? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<MKLookAroundScene> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("scene")))!;
+ } else {
+ ret = Runtime.GetNSObject<MKLookAroundScene> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("scene")))!;
+ }
+ return ret!;
+ }
+ [Export ("setScene:", ArgumentSemantic.Copy)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var value__handle__ = value.GetHandle ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setScene:"), value__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setScene:"), value__handle__);
+ }
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual bool ShowsRoadLabels {
+ [Export ("showsRoadLabels")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("showsRoadLabels"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("showsRoadLabels"));
+ }
+ }
+ [Export ("setShowsRoadLabels:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_bool (this.Handle, Selector.GetHandle ("setShowsRoadLabels:"), value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, Selector.GetHandle ("setShowsRoadLabels:"), value);
+ }
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ object? __mt_WeakDelegate_var;
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual NSObject? WeakDelegate {
+ [Export ("delegate", ArgumentSemantic.Weak)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ NSObject? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("delegate")))!;
+ } else {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("delegate")))!;
+ }
+ MarkDirty ();
+ __mt_WeakDelegate_var = ret;
+ return ret!;
+ }
+ [Export ("setDelegate:", ArgumentSemantic.Weak)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var value__handle__ = value.GetHandle ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setDelegate:"), value__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setDelegate:"), value__handle__);
+ }
+ MarkDirty ();
+ __mt_WeakDelegate_var = value;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ protected override void Dispose (bool disposing)
+ {
+ base.Dispose (disposing);
+ if (Handle == IntPtr.Zero) {
+ __mt_WeakDelegate_var = null;
+ }
+ }
+ } /* class MKLookAroundViewController */
+}
diff --git a/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundViewControllerDelegate.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundViewControllerDelegate.g.cs
new file mode 100644
index 0000000..cc8b11e
--- /dev/null
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKLookAroundViewControllerDelegate.g.cs
@@ -0,0 +1,236 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using Metal;
+using CoreML;
+using AppKit;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using CloudKit;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [Protocol (Name = "MKLookAroundViewControllerDelegate", WrapperType = typeof (MKLookAroundViewControllerDelegateWrapper))]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WillUpdateScene", Selector = "lookAroundViewControllerWillUpdateScene:", ParameterType = new Type [] { typeof (MKLookAroundViewController) }, ParameterByRef = new bool [] { false })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidUpdateScene", Selector = "lookAroundViewControllerDidUpdateScene:", ParameterType = new Type [] { typeof (MKLookAroundViewController) }, ParameterByRef = new bool [] { false })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WillPresentFullScreen", Selector = "lookAroundViewControllerWillPresentFullScreen:", ParameterType = new Type [] { typeof (MKLookAroundViewController) }, ParameterByRef = new bool [] { false })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidPresentFullScreen", Selector = "lookAroundViewControllerDidPresentFullScreen:", ParameterType = new Type [] { typeof (MKLookAroundViewController) }, ParameterByRef = new bool [] { false })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WillDismissFullScreen", Selector = "lookAroundViewControllerWillDismissFullScreen:", ParameterType = new Type [] { typeof (MKLookAroundViewController) }, ParameterByRef = new bool [] { false })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidDismissFullScreen", Selector = "lookAroundViewControllerDidDismissFullScreen:", ParameterType = new Type [] { typeof (MKLookAroundViewController) }, ParameterByRef = new bool [] { false })]
+ public partial interface IMKLookAroundViewControllerDelegate : INativeObject, IDisposable
+ {
+ }
+ public static partial class MKLookAroundViewControllerDelegate_Extensions {
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public static void WillUpdateScene (this IMKLookAroundViewControllerDelegate This, MKLookAroundViewController viewController)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var viewController__handle__ = viewController!.GetNonNullHandle (nameof (viewController));
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("lookAroundViewControllerWillUpdateScene:"), viewController__handle__);
+ }
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public static void DidUpdateScene (this IMKLookAroundViewControllerDelegate This, MKLookAroundViewController viewController)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var viewController__handle__ = viewController!.GetNonNullHandle (nameof (viewController));
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("lookAroundViewControllerDidUpdateScene:"), viewController__handle__);
+ }
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public static void WillPresentFullScreen (this IMKLookAroundViewControllerDelegate This, MKLookAroundViewController viewController)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var viewController__handle__ = viewController!.GetNonNullHandle (nameof (viewController));
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("lookAroundViewControllerWillPresentFullScreen:"), viewController__handle__);
+ }
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public static void DidPresentFullScreen (this IMKLookAroundViewControllerDelegate This, MKLookAroundViewController viewController)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var viewController__handle__ = viewController!.GetNonNullHandle (nameof (viewController));
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("lookAroundViewControllerDidPresentFullScreen:"), viewController__handle__);
+ }
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public static void WillDismissFullScreen (this IMKLookAroundViewControllerDelegate This, MKLookAroundViewController viewController)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var viewController__handle__ = viewController!.GetNonNullHandle (nameof (viewController));
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("lookAroundViewControllerWillDismissFullScreen:"), viewController__handle__);
+ }
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public static void DidDismissFullScreen (this IMKLookAroundViewControllerDelegate This, MKLookAroundViewController viewController)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var viewController__handle__ = viewController!.GetNonNullHandle (nameof (viewController));
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("lookAroundViewControllerDidDismissFullScreen:"), viewController__handle__);
+ }
+ }
+ internal sealed class MKLookAroundViewControllerDelegateWrapper : BaseWrapper, IMKLookAroundViewControllerDelegate {
+ [Preserve (Conditional = true)]
+ public MKLookAroundViewControllerDelegateWrapper (NativeHandle handle, bool owns)
+ : base (handle, owns)
+ {
+ }
+ }
+}
+namespace MapKit {
+ [Protocol()]
+ [Register("Microsoft_MacCatalyst__MapKit_MKLookAroundViewControllerDelegate", false)]
+ [Model]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ public unsafe partial class MKLookAroundViewControllerDelegate : NSObject, IMKLookAroundViewControllerDelegate {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("init")]
+ public MKLookAroundViewControllerDelegate () : base (NSObjectFlag.Empty)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ IsDirectBinding = false;
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKLookAroundViewControllerDelegate (NSObjectFlag t) : base (t)
+ {
+ IsDirectBinding = false;
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKLookAroundViewControllerDelegate (NativeHandle handle) : base (handle)
+ {
+ IsDirectBinding = false;
+ }
+
+ [Export ("lookAroundViewControllerDidDismissFullScreen:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void DidDismissFullScreen (MKLookAroundViewController viewController)
+ {
+ throw new You_Should_Not_Call_base_In_This_Method ();
+ }
+ [Export ("lookAroundViewControllerDidPresentFullScreen:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void DidPresentFullScreen (MKLookAroundViewController viewController)
+ {
+ throw new You_Should_Not_Call_base_In_This_Method ();
+ }
+ [Export ("lookAroundViewControllerDidUpdateScene:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void DidUpdateScene (MKLookAroundViewController viewController)
+ {
+ throw new You_Should_Not_Call_base_In_This_Method ();
+ }
+ [Export ("lookAroundViewControllerWillDismissFullScreen:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void WillDismissFullScreen (MKLookAroundViewController viewController)
+ {
+ throw new You_Should_Not_Call_base_In_This_Method ();
+ }
+ [Export ("lookAroundViewControllerWillPresentFullScreen:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void WillPresentFullScreen (MKLookAroundViewController viewController)
+ {
+ throw new You_Should_Not_Call_base_In_This_Method ();
+ }
+ [Export ("lookAroundViewControllerWillUpdateScene:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void WillUpdateScene (MKLookAroundViewController viewController)
+ {
+ throw new You_Should_Not_Call_base_In_This_Method ();
+ }
+ } /* class MKLookAroundViewControllerDelegate */
+}
diff --git a/old/dotnet/maccatalyst/generated-sources/MapKit/MKMapCamera.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKMapCamera.g.cs
index 6af6bc4..ceddb68 100644
--- a/old/dotnet/maccatalyst/generated-sources/MapKit/MKMapCamera.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKMapCamera.g.cs
@@ -97,6 +97,18 @@ namespace MapKit {
{
}
+ [Export ("cameraLookingAtMapItem:forViewSize:allowPitch:")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public static MKMapCamera CameraLookingAt (MKMapItem mapItem, CGSize viewSize, bool allowPitch)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var mapItem__handle__ = mapItem!.GetNonNullHandle (nameof (mapItem));
+ return Runtime.GetNSObject<MKMapCamera> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_CGSize_bool (class_ptr, Selector.GetHandle ("cameraLookingAtMapItem:forViewSize:allowPitch:"), mapItem__handle__, viewSize, allowPitch))!;
+ }
[Export ("cameraLookingAtCenterCoordinate:fromEyeCoordinate:eyeAltitude:")]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("ios7.0")]
diff --git a/new/dotnet/maccatalyst/generated-sources/MapKit/MKMapConfiguration.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKMapConfiguration.g.cs
new file mode 100644
index 0000000..05205e5
--- /dev/null
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKMapConfiguration.g.cs
@@ -0,0 +1,160 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using Metal;
+using CoreML;
+using AppKit;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using CloudKit;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [Register("MKMapConfiguration", true)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public unsafe partial class MKMapConfiguration : NSObject, INSCoding, INSCopying, INSSecureCoding {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static readonly NativeHandle class_ptr = Class.GetHandle ("MKMapConfiguration");
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [DesignatedInitializer]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("initWithCoder:")]
+ public MKMapConfiguration (NSCoder coder) : base (NSObjectFlag.Empty)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ }
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKMapConfiguration (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKMapConfiguration (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("copyWithZone:")]
+ [return: ReleaseAttribute ()]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual NSObject Copy (NSZone? zone)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var zone__handle__ = zone.GetHandle ();
+ NSObject? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ } else {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ }
+ if (ret != null)
+ global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release"));
+ return ret!;
+ }
+ [Export ("encodeWithCoder:")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void EncodeTo (NSCoder encoder)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var encoder__handle__ = encoder!.GetNonNullHandle (nameof (encoder));
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public virtual MKMapElevationStyle ElevationStyle {
+ [Export ("elevationStyle", ArgumentSemantic.UnsafeUnretained)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKMapElevationStyle ret;
+ if (IsDirectBinding) {
+ ret = (MKMapElevationStyle) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("elevationStyle"));
+ } else {
+ ret = (MKMapElevationStyle) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("elevationStyle"));
+ }
+ return ret!;
+ }
+ [Export ("setElevationStyle:", ArgumentSemantic.UnsafeUnretained)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ set {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("setElevationStyle:"), (IntPtr) (long) value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("setElevationStyle:"), (IntPtr) (long) value);
+ }
+ }
+ }
+ } /* class MKMapConfiguration */
+}
diff --git a/new/dotnet/maccatalyst/generated-sources/MapKit/MKMapElevationStyle.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKMapElevationStyle.g.cs
new file mode 100644
index 0000000..c0e301f
--- /dev/null
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKMapElevationStyle.g.cs
@@ -0,0 +1,61 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using Metal;
+using CoreML;
+using AppKit;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using CloudKit;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [Native]
+ public enum MKMapElevationStyle : long {
+ Flat = 0,
+ Realistic = 1,
+ }
+}
diff --git a/new/dotnet/maccatalyst/generated-sources/MapKit/MKMapFeatureAnnotation.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKMapFeatureAnnotation.g.cs
new file mode 100644
index 0000000..43241ef
--- /dev/null
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKMapFeatureAnnotation.g.cs
@@ -0,0 +1,219 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using Metal;
+using CoreML;
+using AppKit;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using CloudKit;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [Register("MKMapFeatureAnnotation", true)]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ public unsafe partial class MKMapFeatureAnnotation : NSObject, IMKAnnotation {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static readonly NativeHandle class_ptr = Class.GetHandle ("MKMapFeatureAnnotation");
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKMapFeatureAnnotation (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKMapFeatureAnnotation (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("setCoordinate:")]
+ [SupportedOSPlatform ("macos10.9")]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void SetCoordinate (global::CoreLocation.CLLocationCoordinate2D value)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_CLLocationCoordinate2D (this.Handle, Selector.GetHandle ("setCoordinate:"), value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_CLLocationCoordinate2D (this.SuperHandle, Selector.GetHandle ("setCoordinate:"), value);
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual global::CoreLocation.CLLocationCoordinate2D Coordinate {
+ [Export ("coordinate")]
+ [SupportedOSPlatform ("macos10.9")]
+ [SupportedOSPlatform ("ios")]
+ [SupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("maccatalyst")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ global::CoreLocation.CLLocationCoordinate2D ret;
+ if (IsDirectBinding) {
+ ret = global::ObjCRuntime.Messaging.CLLocationCoordinate2D_objc_msgSend (this.Handle, Selector.GetHandle ("coordinate"));
+ } else {
+ ret = global::ObjCRuntime.Messaging.CLLocationCoordinate2D_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("coordinate"));
+ }
+ return ret!;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual MKMapFeatureType FeatureType {
+ [Export ("featureType")]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKMapFeatureType ret;
+ if (IsDirectBinding) {
+ ret = (MKMapFeatureType) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("featureType"));
+ } else {
+ ret = (MKMapFeatureType) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("featureType"));
+ }
+ return ret!;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual MKIconStyle? IconStyle {
+ [Export ("iconStyle")]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKIconStyle? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<MKIconStyle> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("iconStyle")))!;
+ } else {
+ ret = Runtime.GetNSObject<MKIconStyle> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("iconStyle")))!;
+ }
+ return ret!;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindAs (typeof (MKPointOfInterestCategory), OriginalType = typeof (NSString))]
+ public virtual global::MapKit.MKPointOfInterestCategory PointOfInterestCategory {
+ [Export ("pointOfInterestCategory")]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ global::MapKit.MKPointOfInterestCategory ret;
+ if (IsDirectBinding) {
+ ret = global::MapKit.MKPointOfInterestCategoryExtensions.GetValue (Runtime.GetNSObject<NSString> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("pointOfInterestCategory")))!);
+ } else {
+ ret = global::MapKit.MKPointOfInterestCategoryExtensions.GetValue (Runtime.GetNSObject<NSString> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("pointOfInterestCategory")))!);
+ }
+ return ret!;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual string? Subtitle {
+ [Export ("subtitle", ArgumentSemantic.Copy)]
+ [SupportedOSPlatform ("macos10.9")]
+ [SupportedOSPlatform ("ios")]
+ [SupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("maccatalyst")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("subtitle")))!;
+ } else {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("subtitle")))!;
+ }
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual string? Title {
+ [Export ("title", ArgumentSemantic.Copy)]
+ [SupportedOSPlatform ("macos10.9")]
+ [SupportedOSPlatform ("ios")]
+ [SupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("maccatalyst")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("title")))!;
+ } else {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("title")))!;
+ }
+ }
+ }
+ } /* class MKMapFeatureAnnotation */
+}
diff --git a/new/dotnet/maccatalyst/generated-sources/MapKit/MKMapFeatureOptions.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKMapFeatureOptions.g.cs
new file mode 100644
index 0000000..1d4f3b2
--- /dev/null
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKMapFeatureOptions.g.cs
@@ -0,0 +1,63 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using Metal;
+using CoreML;
+using AppKit;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using CloudKit;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [Flags]
+ [Native]
+ public enum MKMapFeatureOptions : long {
+ PointsOfInterest = 1,
+ Territories = 2,
+ PhysicalFeatures = 4,
+ }
+}
diff --git a/new/dotnet/maccatalyst/generated-sources/MapKit/MKMapFeatureType.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKMapFeatureType.g.cs
new file mode 100644
index 0000000..ec63243
--- /dev/null
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKMapFeatureType.g.cs
@@ -0,0 +1,62 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using Metal;
+using CoreML;
+using AppKit;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using CloudKit;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [Native]
+ public enum MKMapFeatureType : long {
+ PointOfInterest = 0,
+ Territory = 1,
+ PhysicalFeature = 2,
+ }
+}
diff --git a/new/dotnet/maccatalyst/generated-sources/MapKit/MKMapItemRequest.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKMapItemRequest.g.cs
new file mode 100644
index 0000000..9ad3418
--- /dev/null
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKMapItemRequest.g.cs
@@ -0,0 +1,208 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using Metal;
+using CoreML;
+using AppKit;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using CloudKit;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [Register("MKMapItemRequest", true)]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ public unsafe partial class MKMapItemRequest : NSObject {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static readonly NativeHandle class_ptr = Class.GetHandle ("MKMapItemRequest");
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKMapItemRequest (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKMapItemRequest (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("initWithMapFeatureAnnotation:")]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [DesignatedInitializer]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public MKMapItemRequest (MKMapFeatureAnnotation mapFeatureAnnotation)
+ : base (NSObjectFlag.Empty)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var mapFeatureAnnotation__handle__ = mapFeatureAnnotation!.GetNonNullHandle (nameof (mapFeatureAnnotation));
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("initWithMapFeatureAnnotation:"), mapFeatureAnnotation__handle__), "initWithMapFeatureAnnotation:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithMapFeatureAnnotation:"), mapFeatureAnnotation__handle__), "initWithMapFeatureAnnotation:");
+ }
+ }
+ [Export ("cancel")]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void Cancel ()
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend (this.Handle, Selector.GetHandle ("cancel"));
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("cancel"));
+ }
+ }
+ [Export ("getMapItemWithCompletionHandler:")]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual void GetMapItem ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V107))]global::System.Action<MKMapItem, NSError> completionHandler)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (completionHandler is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
+ BlockLiteral *block_ptr_completionHandler;
+ BlockLiteral block_completionHandler;
+ block_completionHandler = new BlockLiteral ();
+ block_ptr_completionHandler = &block_completionHandler;
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V107.Handler, completionHandler);
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("getMapItemWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("getMapItemWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
+ }
+ block_ptr_completionHandler->CleanupBlock ();
+ }
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual Task<MKMapItem> GetMapItemAsync ()
+ {
+ var tcs = new TaskCompletionSource<MKMapItem> ();
+ GetMapItem((arg1_, arg2_) => {
+ if (arg2_ != null)
+ tcs.SetException (new NSErrorException(arg2_));
+ else
+ tcs.SetResult (arg1_!);
+ });
+ return tcs.Task;
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual MKMapFeatureAnnotation FeatureAnnotation {
+ [Export ("featureAnnotation")]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKMapFeatureAnnotation? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<MKMapFeatureAnnotation> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("featureAnnotation")))!;
+ } else {
+ ret = Runtime.GetNSObject<MKMapFeatureAnnotation> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("featureAnnotation")))!;
+ }
+ return ret!;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual bool IsCancelled {
+ [Export ("isCancelled")]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("isCancelled"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("isCancelled"));
+ }
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public virtual bool IsLoading {
+ [Export ("isLoading")]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("isLoading"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("isLoading"));
+ }
+ }
+ }
+ } /* class MKMapItemRequest */
+}
diff --git a/old/dotnet/maccatalyst/generated-sources/MapKit/MKMapView.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKMapView.g.cs
index 0591ad2..05142b3 100644
--- a/old/dotnet/maccatalyst/generated-sources/MapKit/MKMapView.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKMapView.g.cs
@@ -1261,6 +1261,42 @@ namespace MapKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public virtual MKMapConfiguration PreferredConfiguration {
+ [Export ("preferredConfiguration", ArgumentSemantic.Copy)]
+ [SupportedOSPlatform ("tvos9.2")]
+ [SupportedOSPlatform ("macos10.9")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKMapConfiguration? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<MKMapConfiguration> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("preferredConfiguration")))!;
+ } else {
+ ret = Runtime.GetNSObject<MKMapConfiguration> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("preferredConfiguration")))!;
+ }
+ return ret!;
+ }
+ [Export ("setPreferredConfiguration:", ArgumentSemantic.Copy)]
+ [SupportedOSPlatform ("tvos9.2")]
+ [SupportedOSPlatform ("macos10.9")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var value__handle__ = value!.GetNonNullHandle (nameof (value));
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setPreferredConfiguration:"), value__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setPreferredConfiguration:"), value__handle__);
+ }
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios")]
@@ -1370,6 +1406,41 @@ namespace MapKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ public virtual MKMapFeatureOptions SelectableMapFeatures {
+ [Export ("selectableMapFeatures", ArgumentSemantic.UnsafeUnretained)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKMapFeatureOptions ret;
+ if (IsDirectBinding) {
+ ret = (MKMapFeatureOptions) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("selectableMapFeatures"));
+ } else {
+ ret = (MKMapFeatureOptions) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("selectableMapFeatures"));
+ }
+ return ret!;
+ }
+ [Export ("setSelectableMapFeatures:", ArgumentSemantic.UnsafeUnretained)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ set {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("setSelectableMapFeatures:"), (IntPtr) (long) value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("setSelectableMapFeatures:"), (IntPtr) (long) value);
+ }
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios")]
@@ -2028,6 +2099,17 @@ namespace MapKit {
handler (mapView, EventArgs.Empty);
}
}
+ internal EventHandler<MKAnnotationEventArgs>? didDeselectAnnotation;
+ [Preserve (Conditional = true)]
+ [Export ("mapView:didDeselectAnnotation:")]
+ public void DidDeselectAnnotation (MKMapView mapView, IMKAnnotation annotation)
+ {
+ var handler = didDeselectAnnotation;
+ if (handler != null){
+ var args = new MKAnnotationEventArgs (annotation);
+ handler (mapView, args);
+ }
+ }
internal EventHandler<MKAnnotationViewEventArgs>? didDeselectAnnotationView;
[Preserve (Conditional = true)]
[Export ("mapView:didDeselectAnnotationView:")]
@@ -2061,6 +2143,17 @@ namespace MapKit {
handler (mapView, args);
}
}
+ internal EventHandler<MKAnnotationEventArgs>? didSelectAnnotation;
+ [Preserve (Conditional = true)]
+ [Export ("mapView:didSelectAnnotation:")]
+ public void DidSelectAnnotation (MKMapView mapView, IMKAnnotation annotation)
+ {
+ var handler = didSelectAnnotation;
+ if (handler != null){
+ var args = new MKAnnotationEventArgs (annotation);
+ handler (mapView, args);
+ }
+ }
internal EventHandler<MKAnnotationViewEventArgs>? didSelectAnnotationView;
[Preserve (Conditional = true)]
[Export ("mapView:didSelectAnnotationView:")]
@@ -2230,6 +2323,10 @@ namespace MapKit {
add { EnsureMKMapViewDelegate ()!.didChangeVisibleRegion += value; }
remove { EnsureMKMapViewDelegate ()!.didChangeVisibleRegion -= value; }
}
+ public event EventHandler<MKAnnotationEventArgs> DidDeselectAnnotation {
+ add { EnsureMKMapViewDelegate ()!.didDeselectAnnotation += value; }
+ remove { EnsureMKMapViewDelegate ()!.didDeselectAnnotation -= value; }
+ }
public event EventHandler<MKAnnotationViewEventArgs> DidDeselectAnnotationView {
add { EnsureMKMapViewDelegate ()!.didDeselectAnnotationView += value; }
remove { EnsureMKMapViewDelegate ()!.didDeselectAnnotationView -= value; }
@@ -2242,6 +2339,10 @@ namespace MapKit {
add { EnsureMKMapViewDelegate ()!.didFinishRenderingMap += value; }
remove { EnsureMKMapViewDelegate ()!.didFinishRenderingMap -= value; }
}
+ public event EventHandler<MKAnnotationEventArgs> DidSelectAnnotation {
+ add { EnsureMKMapViewDelegate ()!.didSelectAnnotation += value; }
+ remove { EnsureMKMapViewDelegate ()!.didSelectAnnotation -= value; }
+ }
public event EventHandler<MKAnnotationViewEventArgs> DidSelectAnnotationView {
add { EnsureMKMapViewDelegate ()!.didSelectAnnotationView += value; }
remove { EnsureMKMapViewDelegate ()!.didSelectAnnotationView -= value; }
@@ -2331,6 +2432,13 @@ namespace MapKit {
//
// EventArgs classes
//
+ public partial class MKAnnotationEventArgs : EventArgs {
+ public MKAnnotationEventArgs (IMKAnnotation annotation)
+ {
+ this.Annotation = annotation;
+ }
+ public IMKAnnotation Annotation { get; set; }
+ }
public partial class MKAnnotationViewEventArgs : EventArgs {
public MKAnnotationViewEventArgs (MKAnnotationView view)
{
diff --git a/old/dotnet/maccatalyst/generated-sources/MapKit/MKMapViewDelegate.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKMapViewDelegate.g.cs
index 3aebaae..ea45130 100644
--- a/old/dotnet/maccatalyst/generated-sources/MapKit/MKMapViewDelegate.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKMapViewDelegate.g.cs
@@ -68,6 +68,8 @@ namespace MapKit {
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidSelectAnnotationView", Selector = "mapView:didSelectAnnotationView:", ParameterType = new Type [] { typeof (MKMapView), typeof (MKAnnotationView) }, ParameterByRef = new bool [] { false, false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidFailToLocateUser", Selector = "mapView:didFailToLocateUserWithError:", ParameterType = new Type [] { typeof (MKMapView), typeof (NSError) }, ParameterByRef = new bool [] { false, false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidDeselectAnnotationView", Selector = "mapView:didDeselectAnnotationView:", ParameterType = new Type [] { typeof (MKMapView), typeof (MKAnnotationView) }, ParameterByRef = new bool [] { false, false })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidSelectAnnotation", Selector = "mapView:didSelectAnnotation:", ParameterType = new Type [] { typeof (MKMapView), typeof (IMKAnnotation) }, ParameterByRef = new bool [] { false, false })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidDeselectAnnotation", Selector = "mapView:didDeselectAnnotation:", ParameterType = new Type [] { typeof (MKMapView), typeof (IMKAnnotation) }, ParameterByRef = new bool [] { false, false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WillStartLocatingUser", Selector = "mapViewWillStartLocatingUser:", ParameterType = new Type [] { typeof (MKMapView) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidStopLocatingUser", Selector = "mapViewDidStopLocatingUser:", ParameterType = new Type [] { typeof (MKMapView) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidUpdateUserLocation", Selector = "mapView:didUpdateUserLocation:", ParameterType = new Type [] { typeof (MKMapView), typeof (MKUserLocation) }, ParameterByRef = new bool [] { false, false })]
@@ -266,6 +268,30 @@ namespace MapKit {
var view__handle__ = view!.GetNonNullHandle (nameof (view));
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("mapView:didDeselectAnnotationView:"), mapView__handle__, view__handle__);
}
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public static void DidSelectAnnotation (this IMKMapViewDelegate This, MKMapView mapView, IMKAnnotation annotation)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var mapView__handle__ = mapView!.GetNonNullHandle (nameof (mapView));
+ var annotation__handle__ = annotation!.GetNonNullHandle (nameof (annotation));
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("mapView:didSelectAnnotation:"), mapView__handle__, annotation__handle__);
+ }
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public static void DidDeselectAnnotation (this IMKMapViewDelegate This, MKMapView mapView, IMKAnnotation annotation)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var mapView__handle__ = mapView!.GetNonNullHandle (nameof (mapView));
+ var annotation__handle__ = annotation!.GetNonNullHandle (nameof (annotation));
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("mapView:didDeselectAnnotation:"), mapView__handle__, annotation__handle__);
+ }
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
@@ -518,6 +544,16 @@ namespace MapKit {
{
throw new You_Should_Not_Call_base_In_This_Method ();
}
+ [Export ("mapView:didDeselectAnnotation:")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void DidDeselectAnnotation (MKMapView mapView, IMKAnnotation annotation)
+ {
+ throw new You_Should_Not_Call_base_In_This_Method ();
+ }
[Export ("mapView:didDeselectAnnotationView:")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios")]
@@ -548,6 +584,16 @@ namespace MapKit {
{
throw new You_Should_Not_Call_base_In_This_Method ();
}
+ [Export ("mapView:didSelectAnnotation:")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void DidSelectAnnotation (MKMapView mapView, IMKAnnotation annotation)
+ {
+ throw new You_Should_Not_Call_base_In_This_Method ();
+ }
[Export ("mapView:didSelectAnnotationView:")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios")]
diff --git a/old/dotnet/maccatalyst/generated-sources/MapKit/MKPinAnnotationView.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKPinAnnotationView.g.cs
index c5cd0b8..6596b83 100644
--- a/old/dotnet/maccatalyst/generated-sources/MapKit/MKPinAnnotationView.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKPinAnnotationView.g.cs
@@ -53,21 +53,21 @@ namespace MapKit {
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
- #endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("maccatalyst")]
public unsafe partial class MKPinAnnotationView : MKAnnotationView {
@@ -102,21 +102,21 @@ namespace MapKit {
[Export ("initWithFrame:")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
- #endif
- [UnsupportedOSPlatform ("ios15.0")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios")]
@@ -134,21 +134,21 @@ namespace MapKit {
}
[Export ("initWithAnnotation:reuseIdentifier:")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
- #endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios")]
@@ -169,21 +169,21 @@ namespace MapKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
- #endif
- [UnsupportedOSPlatform ("ios15.0")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios")]
@@ -191,21 +191,21 @@ namespace MapKit {
public virtual bool AnimatesDrop {
[Export ("animatesDrop")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
- #endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios")]
@@ -220,21 +220,21 @@ namespace MapKit {
}
[Export ("setAnimatesDrop:")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
- #endif
- [UnsupportedOSPlatform ("ios15.0")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios")]
@@ -252,41 +252,41 @@ namespace MapKit {
[SupportedOSPlatform ("ios9.0")]
[SupportedOSPlatform ("macos10.11")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
#if __TVOS__
- [Advice ("Starting with tvos15.0.")]
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst9.0")]
- #if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
- #endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("tvos9.2")]
public static global::UIKit.UIColor GreenPinColor {
[Export ("greenPinColor")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
- #endif
- [UnsupportedOSPlatform ("ios15.0")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios9.0")]
@@ -308,36 +308,36 @@ namespace MapKit {
[Advice ("Starting with macos10.11 Use 'PinTintColor' instead.")]
#endif
[UnsupportedOSPlatform ("macos10.11")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
- #endif
- [UnsupportedOSPlatform ("tvos15.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst9.0 Use 'PinTintColor' instead.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst9.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("maccatalyst")]
public virtual MKPinAnnotationColor PinColor {
[Export ("pinColor")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
#if __TVOS__
- [Advice ("Starting with tvos15.0.")]
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[UnsupportedOSPlatform ("tvos")]
- #if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
- #endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("maccatalyst")]
@@ -353,22 +353,22 @@ namespace MapKit {
}
[Export ("setPinColor:")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
#if __TVOS__
- [Advice ("Starting with tvos15.0.")]
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[UnsupportedOSPlatform ("tvos")]
- #if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
- #endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("maccatalyst")]
@@ -385,41 +385,41 @@ namespace MapKit {
[SupportedOSPlatform ("ios9.0")]
[SupportedOSPlatform ("macos10.11")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
#if __TVOS__
- [Advice ("Starting with tvos15.0.")]
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst9.0")]
- #if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
- #endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("tvos9.2")]
public virtual global::UIKit.UIColor? PinTintColor {
[Export ("pinTintColor")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
- #endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios9.0")]
@@ -436,21 +436,21 @@ namespace MapKit {
}
[Export ("setPinTintColor:")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
- #endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios9.0")]
@@ -469,41 +469,41 @@ namespace MapKit {
[SupportedOSPlatform ("ios9.0")]
[SupportedOSPlatform ("macos10.11")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
#if __TVOS__
- [Advice ("Starting with tvos15.0.")]
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst9.0")]
- #if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
- #endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("tvos9.2")]
public static global::UIKit.UIColor PurplePinColor {
[Export ("purplePinColor")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
- #endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios9.0")]
@@ -519,41 +519,41 @@ namespace MapKit {
[SupportedOSPlatform ("ios9.0")]
[SupportedOSPlatform ("macos10.11")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
#if __TVOS__
- [Advice ("Starting with tvos15.0.")]
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst9.0")]
- #if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
- #endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("tvos9.2")]
public static global::UIKit.UIColor RedPinColor {
[Export ("redPinColor")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
- #endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios9.0")]
@@ -571,41 +571,41 @@ namespace MapKit {
[SupportedOSPlatform ("ios9.0")]
[SupportedOSPlatform ("macos10.11")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
#if __TVOS__
- [Advice ("Starting with tvos15.0.")]
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst9.0")]
- #if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
- #endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("tvos9.2")]
public virtual global::UIKit.UIColor? PinTintColor {
[Export ("pinTintColor")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("ios15.0")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
- #endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios9.0")]
@@ -622,21 +622,21 @@ namespace MapKit {
}
[Export ("setPinTintColor:")]
#if __MACOS__
- [Advice ("Starting with macos12.0.")]
+ [Advice ("Starting with macos13.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("macos13.0")]
#if __IOS__
- [Advice ("Starting with ios15.0.")]
- #endif
- [UnsupportedOSPlatform ("ios15.0")]
- #if __TVOS__
- [Advice ("Starting with tvos15.0.")]
+ [Advice ("Starting with ios16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("tvos15.0")]
+ [UnsupportedOSPlatform ("ios16.0")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst15.0.")]
+ [Advice ("Starting with maccatalyst16.0 Use MKMarkerAnnotationView instead.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0 Use MKMarkerAnnotationView instead.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst15.0")]
+ [UnsupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios9.0")]
diff --git a/old/dotnet/maccatalyst/generated-sources/MapKit/MKRoute.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKRoute.g.cs
index 6d7a98f..7d53d2c 100644
--- a/old/dotnet/maccatalyst/generated-sources/MapKit/MKRoute.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKRoute.g.cs
@@ -144,6 +144,46 @@ namespace MapKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public virtual bool HasHighways {
+ [Export ("hasHighways")]
+ [SupportedOSPlatform ("tvos9.2")]
+ [SupportedOSPlatform ("ios7.0")]
+ [SupportedOSPlatform ("macos10.9")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("hasHighways"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("hasHighways"));
+ }
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public virtual bool HasTolls {
+ [Export ("hasTolls")]
+ [SupportedOSPlatform ("tvos9.2")]
+ [SupportedOSPlatform ("ios7.0")]
+ [SupportedOSPlatform ("macos10.9")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("hasTolls"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("hasTolls"));
+ }
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("tvos9.2")]
[SupportedOSPlatform ("ios7.0")]
[SupportedOSPlatform ("macos10.9")]
diff --git a/new/dotnet/maccatalyst/generated-sources/MapKit/MKStandardMapConfiguration.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKStandardMapConfiguration.g.cs
new file mode 100644
index 0000000..206b17f
--- /dev/null
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKStandardMapConfiguration.g.cs
@@ -0,0 +1,254 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using Metal;
+using CoreML;
+using AppKit;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using CloudKit;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [Register("MKStandardMapConfiguration", true)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public unsafe partial class MKStandardMapConfiguration : MKMapConfiguration {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static readonly NativeHandle class_ptr = Class.GetHandle ("MKStandardMapConfiguration");
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [DesignatedInitializer]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("init")]
+ public MKStandardMapConfiguration () : base (NSObjectFlag.Empty)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ }
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [DesignatedInitializer]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("initWithCoder:")]
+ public MKStandardMapConfiguration (NSCoder coder) : base (NSObjectFlag.Empty)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ }
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected MKStandardMapConfiguration (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal MKStandardMapConfiguration (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("initWithElevationStyle:")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public MKStandardMapConfiguration (MKMapElevationStyle elevationStyle)
+ : base (NSObjectFlag.Empty)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("initWithElevationStyle:"), (IntPtr) (long) elevationStyle), "initWithElevationStyle:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithElevationStyle:"), (IntPtr) (long) elevationStyle), "initWithElevationStyle:");
+ }
+ }
+ [Export ("initWithElevationStyle:emphasisStyle:")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public MKStandardMapConfiguration (MKMapElevationStyle elevationStyle, MKStandardMapEmphasisStyle emphasisStyle)
+ : base (NSObjectFlag.Empty)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_IntPtr_IntPtr (this.Handle, Selector.GetHandle ("initWithElevationStyle:emphasisStyle:"), (IntPtr) (long) elevationStyle, (IntPtr) (long) emphasisStyle), "initWithElevationStyle:emphasisStyle:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_IntPtr_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithElevationStyle:emphasisStyle:"), (IntPtr) (long) elevationStyle, (IntPtr) (long) emphasisStyle), "initWithElevationStyle:emphasisStyle:");
+ }
+ }
+ [Export ("initWithEmphasisStyle:")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public MKStandardMapConfiguration (MKStandardMapEmphasisStyle emphasisStyle)
+ : base (NSObjectFlag.Empty)
+ {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("initWithEmphasisStyle:"), (IntPtr) (long) emphasisStyle), "initWithEmphasisStyle:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithEmphasisStyle:"), (IntPtr) (long) emphasisStyle), "initWithEmphasisStyle:");
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public virtual MKStandardMapEmphasisStyle EmphasisStyle {
+ [Export ("emphasisStyle", ArgumentSemantic.UnsafeUnretained)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKStandardMapEmphasisStyle ret;
+ if (IsDirectBinding) {
+ ret = (MKStandardMapEmphasisStyle) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("emphasisStyle"));
+ } else {
+ ret = (MKStandardMapEmphasisStyle) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("emphasisStyle"));
+ }
+ return ret!;
+ }
+ [Export ("setEmphasisStyle:", ArgumentSemantic.UnsafeUnretained)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ set {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("setEmphasisStyle:"), (IntPtr) (long) value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("setEmphasisStyle:"), (IntPtr) (long) value);
+ }
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public virtual MKPointOfInterestFilter? PointOfInterestFilter {
+ [Export ("pointOfInterestFilter", ArgumentSemantic.Copy)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ MKPointOfInterestFilter? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<MKPointOfInterestFilter> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("pointOfInterestFilter")))!;
+ } else {
+ ret = Runtime.GetNSObject<MKPointOfInterestFilter> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("pointOfInterestFilter")))!;
+ }
+ return ret!;
+ }
+ [Export ("setPointOfInterestFilter:", ArgumentSemantic.Copy)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ set {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var value__handle__ = value.GetHandle ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setPointOfInterestFilter:"), value__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setPointOfInterestFilter:"), value__handle__);
+ }
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ public virtual bool ShowsTraffic {
+ [Export ("showsTraffic")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ get {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("showsTraffic"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("showsTraffic"));
+ }
+ }
+ [Export ("setShowsTraffic:")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ set {
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_bool (this.Handle, Selector.GetHandle ("setShowsTraffic:"), value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, Selector.GetHandle ("setShowsTraffic:"), value);
+ }
+ }
+ }
+ } /* class MKStandardMapConfiguration */
+}
diff --git a/new/dotnet/maccatalyst/generated-sources/MapKit/MKStandardMapEmphasisStyle.g.cs b/new/dotnet/maccatalyst/generated-sources/MapKit/MKStandardMapEmphasisStyle.g.cs
new file mode 100644
index 0000000..2f52057
--- /dev/null
+++ b/new/dotnet/maccatalyst/generated-sources/MapKit/MKStandardMapEmphasisStyle.g.cs
@@ -0,0 +1,61 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using Metal;
+using CoreML;
+using AppKit;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using CloudKit;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MapKit {
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [Native]
+ public enum MKStandardMapEmphasisStyle : long {
+ Default = 0,
+ Muted = 1,
+ }
+}
diff --git a/old/dotnet/maccatalyst/generated-sources/MediaPlayer/MPMediaLibrary.g.cs b/new/dotnet/maccatalyst/generated-sources/MediaPlayer/MPMediaLibrary.g.cs
index 00bd943..b8da986 100644
--- a/old/dotnet/maccatalyst/generated-sources/MediaPlayer/MPMediaLibrary.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/MediaPlayer/MPMediaLibrary.g.cs
@@ -101,7 +101,7 @@ namespace MediaPlayer {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst9.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddItem (string productID, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V105))]global::System.Action<MPMediaEntity[], NSError>? completionHandler)
+ public unsafe virtual void AddItem (string productID, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V108))]global::System.Action<MPMediaEntity[], NSError>? completionHandler)
{
if (productID is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (productID));
@@ -113,7 +113,7 @@ namespace MediaPlayer {
} else {
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V105.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V108.Handler, completionHandler);
}
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("addItemWithProductID:completionHandler:"), nsproductID, (IntPtr) block_ptr_completionHandler);
@@ -189,7 +189,7 @@ namespace MediaPlayer {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst9.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetPlaylist (NSUuid uuid, MPMediaPlaylistCreationMetadata? creationMetadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V106))]global::System.Action<MPMediaPlaylist, NSError> completionHandler)
+ public unsafe virtual void GetPlaylist (NSUuid uuid, MPMediaPlaylistCreationMetadata? creationMetadata, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V109))]global::System.Action<MPMediaPlaylist, NSError> completionHandler)
{
var uuid__handle__ = uuid!.GetNonNullHandle (nameof (uuid));
var creationMetadata__handle__ = creationMetadata.GetHandle ();
@@ -199,7 +199,7 @@ namespace MediaPlayer {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V106.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V109.Handler, 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);
} else {
diff --git a/old/dotnet/maccatalyst/generated-sources/MediaPlayer/MPMusicPlayerApplicationController.g.cs b/new/dotnet/maccatalyst/generated-sources/MediaPlayer/MPMusicPlayerApplicationController.g.cs
index c4853b9..053b0e7 100644
--- a/old/dotnet/maccatalyst/generated-sources/MediaPlayer/MPMusicPlayerApplicationController.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/MediaPlayer/MPMusicPlayerApplicationController.g.cs
@@ -88,7 +88,7 @@ namespace MediaPlayer {
[SupportedOSPlatform ("tvos14.0")]
[SupportedOSPlatform ("maccatalyst10.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void Perform ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V191))]global::System.Action<MPMusicPlayerControllerMutableQueue> queueTransaction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V107))]global::System.Action<MPMusicPlayerControllerQueue, NSError> completionHandler)
+ public unsafe virtual void Perform ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V191))]global::System.Action<MPMusicPlayerControllerMutableQueue> queueTransaction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V110))]global::System.Action<MPMusicPlayerControllerQueue, NSError> completionHandler)
{
if (queueTransaction is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (queueTransaction));
@@ -103,7 +103,7 @@ namespace MediaPlayer {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V107.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V110.Handler, 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);
} else {
diff --git a/old/dotnet/maccatalyst/generated-sources/MediaPlayer/MPPlayableContentDataSource.g.cs b/new/dotnet/maccatalyst/generated-sources/MediaPlayer/MPPlayableContentDataSource.g.cs
index 99eb875..b118dfb 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.NIDActionArity1V15) })]
[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.NIDActionArity2V108) })]
+ [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) })]
public partial interface IMPPlayableContentDataSource : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("macos")]
@@ -120,7 +120,7 @@ namespace MediaPlayer {
#endif
[UnsupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void GetContentItem (this IMPPlayableContentDataSource This, string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V108))]global::System.Action<MPContentItem, NSError> completionHandler)
+ public unsafe static void GetContentItem (this IMPPlayableContentDataSource This, string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V111))]global::System.Action<MPContentItem, NSError> completionHandler)
{
if (identifier is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (identifier));
@@ -131,7 +131,7 @@ namespace MediaPlayer {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V108.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V111.Handler, completionHandler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("contentItemForIdentifier:completionHandler:"), nsidentifier, (IntPtr) block_ptr_completionHandler);
CFString.ReleaseNative (nsidentifier);
block_ptr_completionHandler->CleanupBlock ();
@@ -259,7 +259,7 @@ namespace MediaPlayer {
#endif
[UnsupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetContentItem (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V108))]global::System.Action<MPContentItem, NSError> completionHandler)
+ public unsafe virtual void GetContentItem (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V111))]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 b3604f3..3344b7f 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.NIDActionArity2V109) })]
+ [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 = "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.NIDActionArity2V110) })]
+ [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: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.NIDActionArity2V111) })]
+ [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: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.NIDActionArity2V109) })]
+ [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 = 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)]
@@ -315,7 +315,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.NIDActionArity2V109))]global::System.Action<IMTLLibrary, NSError> completionHandler);
+ unsafe void CreateLibrary (string source, MTLCompileOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V112))]global::System.Action<IMTLLibrary, NSError> completionHandler);
[return: ReleaseAttribute ()]
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("tvos10.0")]
@@ -341,7 +341,7 @@ namespace Metal {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newRenderPipelineStateWithDescriptor:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void CreateRenderPipelineState (MTLRenderPipelineDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V110))]global::System.Action<IMTLRenderPipelineState, NSError> completionHandler);
+ unsafe void CreateRenderPipelineState (MTLRenderPipelineDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V113))]global::System.Action<IMTLRenderPipelineState, NSError> completionHandler);
[return: ReleaseAttribute ()]
[SupportedOSPlatform ("ios8.0")]
[SupportedOSPlatform ("macos10.11")]
@@ -375,7 +375,7 @@ namespace Metal {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newComputePipelineStateWithFunction:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void CreateComputePipelineState (IMTLFunction computeFunction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V111))]global::System.Action<IMTLComputePipelineState, NSError> completionHandler);
+ unsafe void CreateComputePipelineState (IMTLFunction computeFunction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V114))]global::System.Action<IMTLComputePipelineState, NSError> completionHandler);
[return: ReleaseAttribute ()]
[SupportedOSPlatform ("ios8.0")]
[SupportedOSPlatform ("macos10.11")]
@@ -665,7 +665,7 @@ namespace Metal {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newLibraryWithStitchedDescriptor:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void CreateLibrary (MTLStitchedLibraryDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V109))]global::System.Action<IMTLLibrary, NSError> completionHandler);
+ unsafe void CreateLibrary (MTLStitchedLibraryDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V112))]global::System.Action<IMTLLibrary, NSError> completionHandler);
[Preserve (Conditional = true)]
string Name {
[Export ("name")]
@@ -1102,7 +1102,7 @@ namespace Metal {
}
[Export ("newLibraryWithSource:options:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateLibrary (string source, MTLCompileOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V109))]global::System.Action<IMTLLibrary, NSError> completionHandler)
+ public unsafe void CreateLibrary (string source, MTLCompileOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V112))]global::System.Action<IMTLLibrary, NSError> completionHandler)
{
if (source is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (source));
@@ -1114,7 +1114,7 @@ namespace Metal {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V109.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V112.Handler, 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);
block_ptr_completionHandler->CleanupBlock ();
@@ -1149,7 +1149,7 @@ namespace Metal {
}
[Export ("newRenderPipelineStateWithDescriptor:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateRenderPipelineState (MTLRenderPipelineDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V110))]global::System.Action<IMTLRenderPipelineState, NSError> completionHandler)
+ public unsafe void CreateRenderPipelineState (MTLRenderPipelineDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V113))]global::System.Action<IMTLRenderPipelineState, NSError> completionHandler)
{
var descriptor__handle__ = descriptor!.GetNonNullHandle (nameof (descriptor));
if (completionHandler is null)
@@ -1158,7 +1158,7 @@ namespace Metal {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V110.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V113.Handler, completionHandler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("newRenderPipelineStateWithDescriptor:completionHandler:"), descriptor__handle__, (IntPtr) block_ptr_completionHandler);
block_ptr_completionHandler->CleanupBlock ();
}
@@ -1211,7 +1211,7 @@ namespace Metal {
}
[Export ("newComputePipelineStateWithFunction:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateComputePipelineState (IMTLFunction computeFunction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V111))]global::System.Action<IMTLComputePipelineState, NSError> completionHandler)
+ public unsafe void CreateComputePipelineState (IMTLFunction computeFunction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V114))]global::System.Action<IMTLComputePipelineState, NSError> completionHandler)
{
var computeFunction__handle__ = computeFunction!.GetNonNullHandle (nameof (computeFunction));
if (completionHandler is null)
@@ -1220,7 +1220,7 @@ namespace Metal {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V111.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V114.Handler, completionHandler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("newComputePipelineStateWithFunction:completionHandler:"), computeFunction__handle__, (IntPtr) block_ptr_completionHandler);
block_ptr_completionHandler->CleanupBlock ();
}
@@ -1593,7 +1593,7 @@ namespace Metal {
}
[Export ("newLibraryWithStitchedDescriptor:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateLibrary (MTLStitchedLibraryDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V109))]global::System.Action<IMTLLibrary, NSError> completionHandler)
+ public unsafe void CreateLibrary (MTLStitchedLibraryDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V112))]global::System.Action<IMTLLibrary, NSError> completionHandler)
{
var descriptor__handle__ = descriptor!.GetNonNullHandle (nameof (descriptor));
if (completionHandler is null)
@@ -1602,7 +1602,7 @@ namespace Metal {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V109.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V112.Handler, completionHandler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("newLibraryWithStitchedDescriptor:completionHandler:"), descriptor__handle__, (IntPtr) block_ptr_completionHandler);
block_ptr_completionHandler->CleanupBlock ();
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Metal/MTLLibrary.g.cs b/new/dotnet/maccatalyst/generated-sources/Metal/MTLLibrary.g.cs
index 30ad0c6..70cce1b 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.NIDActionArity2V112) })]
- [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.NIDActionArity2V112) })]
+ [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 = "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.NIDActionArity2V112) })]
+ [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: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)]
@@ -93,7 +93,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.NIDActionArity2V112))]global::System.Action<IMTLFunction, NSError> completionHandler);
+ unsafe void CreateFunction (string name, MTLFunctionConstantValues constantValues, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V115))]global::System.Action<IMTLFunction, NSError> completionHandler);
[SupportedOSPlatform ("macos11.0")]
[SupportedOSPlatform ("ios14.0")]
[SupportedOSPlatform ("tvos14.0")]
@@ -101,7 +101,7 @@ namespace Metal {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newFunctionWithDescriptor:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void CreateFunction (MTLFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V112))]global::System.Action<IMTLFunction, NSError> completionHandler);
+ unsafe void CreateFunction (MTLFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V115))]global::System.Action<IMTLFunction, NSError> completionHandler);
[return: ReleaseAttribute ()]
[SupportedOSPlatform ("macos11.0")]
[SupportedOSPlatform ("ios14.0")]
@@ -118,7 +118,7 @@ namespace Metal {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("newIntersectionFunctionWithDescriptor:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void CreateIntersectionFunction (MTLIntersectionFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V112))]global::System.Action<IMTLFunction, NSError> completionHandler);
+ unsafe void CreateIntersectionFunction (MTLIntersectionFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V115))]global::System.Action<IMTLFunction, NSError> completionHandler);
[return: ReleaseAttribute ()]
[SupportedOSPlatform ("macos11.0")]
[SupportedOSPlatform ("ios14.0")]
@@ -215,7 +215,7 @@ namespace Metal {
}
[Export ("newFunctionWithName:constantValues:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateFunction (string name, MTLFunctionConstantValues constantValues, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V112))]global::System.Action<IMTLFunction, NSError> completionHandler)
+ public unsafe void CreateFunction (string name, MTLFunctionConstantValues constantValues, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V115))]global::System.Action<IMTLFunction, NSError> completionHandler)
{
if (name is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (name));
@@ -227,14 +227,14 @@ namespace Metal {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V112.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V115.Handler, 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);
block_ptr_completionHandler->CleanupBlock ();
}
[Export ("newFunctionWithDescriptor:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateFunction (MTLFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V112))]global::System.Action<IMTLFunction, NSError> completionHandler)
+ public unsafe void CreateFunction (MTLFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V115))]global::System.Action<IMTLFunction, NSError> completionHandler)
{
var descriptor__handle__ = descriptor!.GetNonNullHandle (nameof (descriptor));
if (completionHandler is null)
@@ -243,7 +243,7 @@ namespace Metal {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V112.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V115.Handler, completionHandler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("newFunctionWithDescriptor:completionHandler:"), descriptor__handle__, (IntPtr) block_ptr_completionHandler);
block_ptr_completionHandler->CleanupBlock ();
}
@@ -263,7 +263,7 @@ namespace Metal {
}
[Export ("newIntersectionFunctionWithDescriptor:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void CreateIntersectionFunction (MTLIntersectionFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V112))]global::System.Action<IMTLFunction, NSError> completionHandler)
+ public unsafe void CreateIntersectionFunction (MTLIntersectionFunctionDescriptor descriptor, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V115))]global::System.Action<IMTLFunction, NSError> completionHandler)
{
var descriptor__handle__ = descriptor!.GetNonNullHandle (nameof (descriptor));
if (completionHandler is null)
@@ -272,7 +272,7 @@ namespace Metal {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V112.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V115.Handler, completionHandler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("newIntersectionFunctionWithDescriptor:completionHandler:"), descriptor__handle__, (IntPtr) block_ptr_completionHandler);
block_ptr_completionHandler->CleanupBlock ();
}
diff --git a/old/dotnet/maccatalyst/generated-sources/MetalPerformanceShaders/MPSNNGraph.g.cs b/new/dotnet/maccatalyst/generated-sources/MetalPerformanceShaders/MPSNNGraph.g.cs
index ecb573d..67ef517 100644
--- a/old/dotnet/maccatalyst/generated-sources/MetalPerformanceShaders/MPSNNGraph.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/MetalPerformanceShaders/MPSNNGraph.g.cs
@@ -319,7 +319,7 @@ namespace MetalPerformanceShaders {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual MPSImage Execute (MPSImage[] sourceImages, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V113))]global::System.Action<MPSImage, NSError> handler)
+ public unsafe virtual MPSImage Execute (MPSImage[] sourceImages, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V116))]global::System.Action<MPSImage, NSError> handler)
{
if (sourceImages is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (sourceImages));
@@ -330,7 +330,7 @@ namespace MetalPerformanceShaders {
BlockLiteral block_handler;
block_handler = new BlockLiteral ();
block_ptr_handler = &block_handler;
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V113.Handler, handler);
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V116.Handler, handler);
MPSImage? ret;
if (IsDirectBinding) {
ret = Runtime.GetNSObject<MPSImage> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("executeAsyncWithSourceImages:completionHandler:"), nsa_sourceImages.Handle, (IntPtr) block_ptr_handler))!;
diff --git a/old/dotnet/maccatalyst/generated-sources/NaturalLanguage/NLTagger.g.cs b/new/dotnet/maccatalyst/generated-sources/NaturalLanguage/NLTagger.g.cs
index c4ad684..a9d20ba 100644
--- a/old/dotnet/maccatalyst/generated-sources/NaturalLanguage/NLTagger.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/NaturalLanguage/NLTagger.g.cs
@@ -334,7 +334,7 @@ namespace NaturalLanguage {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void RequestAssets (NSString language, NSString tagScheme, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V114))]global::System.Action<NLTaggerAssetsResult, NSError> completionHandler)
+ public unsafe static void RequestAssets (NSString language, NSString tagScheme, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V117))]global::System.Action<NLTaggerAssetsResult, NSError> completionHandler)
{
var language__handle__ = language!.GetNonNullHandle (nameof (language));
var tagScheme__handle__ = tagScheme!.GetNonNullHandle (nameof (tagScheme));
@@ -344,7 +344,7 @@ namespace NaturalLanguage {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V114.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V117.Handler, 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);
block_ptr_completionHandler->CleanupBlock ();
}
@@ -370,7 +370,7 @@ namespace NaturalLanguage {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void RequestAssets (NLLanguage language, NLTagScheme tagScheme, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V114))]global::System.Action<NLTaggerAssetsResult, NSError> completionHandler)
+ public unsafe static void RequestAssets (NLLanguage language, NLTagScheme tagScheme, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V117))]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 a52f3d6..86edf6d 100644
--- a/old/dotnet/maccatalyst/generated-sources/NetworkExtension/NEAppProxyProviderManager.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/NetworkExtension/NEAppProxyProviderManager.g.cs
@@ -74,7 +74,7 @@ namespace NetworkExtension {
[SupportedOSPlatform ("macos10.11")]
[SupportedOSPlatform ("maccatalyst9.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void LoadAllFromPreferences ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V115))]global::System.Action<NSArray, NSError> completionHandler)
+ public unsafe static void LoadAllFromPreferences ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V118))]global::System.Action<NSArray, NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
@@ -82,7 +82,7 @@ namespace NetworkExtension {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V115.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V118.Handler, completionHandler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, Selector.GetHandle ("loadAllFromPreferencesWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
block_ptr_completionHandler->CleanupBlock ();
}
diff --git a/old/dotnet/maccatalyst/generated-sources/NetworkExtension/NEAppPushManager.g.cs b/new/dotnet/maccatalyst/generated-sources/NetworkExtension/NEAppPushManager.g.cs
index 7d453b5..1568d57 100644
--- a/old/dotnet/maccatalyst/generated-sources/NetworkExtension/NEAppPushManager.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/NetworkExtension/NEAppPushManager.g.cs
@@ -88,7 +88,7 @@ namespace NetworkExtension {
[SupportedOSPlatform ("ios14.0")]
[SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void LoadAllFromPreferences ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V116))]global::System.Action<NEAppPushManager[], NSError> completionHandler)
+ public unsafe static void LoadAllFromPreferences ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V119))]global::System.Action<NEAppPushManager[], NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
@@ -96,7 +96,7 @@ namespace NetworkExtension {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V116.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V119.Handler, completionHandler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, Selector.GetHandle ("loadAllFromPreferencesWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
block_ptr_completionHandler->CleanupBlock ();
}
diff --git a/old/dotnet/maccatalyst/generated-sources/NetworkExtension/NEPacketTunnelFlow.g.cs b/new/dotnet/maccatalyst/generated-sources/NetworkExtension/NEPacketTunnelFlow.g.cs
index 4e128e0..5653dfe 100644
--- a/old/dotnet/maccatalyst/generated-sources/NetworkExtension/NEPacketTunnelFlow.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/NetworkExtension/NEPacketTunnelFlow.g.cs
@@ -119,7 +119,7 @@ namespace NetworkExtension {
[SupportedOSPlatform ("macos10.11")]
[SupportedOSPlatform ("maccatalyst9.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ReadPackets ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V117))]global::System.Action<NSData[], NSNumber[]> completionHandler)
+ public unsafe virtual void ReadPackets ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V120))]global::System.Action<NSData[], NSNumber[]> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
@@ -127,7 +127,7 @@ namespace NetworkExtension {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V117.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V120.Handler, completionHandler);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("readPacketsWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
} else {
diff --git a/old/dotnet/maccatalyst/generated-sources/NetworkExtension/NETunnelProviderManager.g.cs b/new/dotnet/maccatalyst/generated-sources/NetworkExtension/NETunnelProviderManager.g.cs
index a0c6814..ded1241 100644
--- a/old/dotnet/maccatalyst/generated-sources/NetworkExtension/NETunnelProviderManager.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/NetworkExtension/NETunnelProviderManager.g.cs
@@ -109,7 +109,7 @@ namespace NetworkExtension {
[SupportedOSPlatform ("macos10.11")]
[SupportedOSPlatform ("maccatalyst9.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void LoadAllFromPreferences ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V115))]global::System.Action<NSArray, NSError> completionHandler)
+ public unsafe static void LoadAllFromPreferences ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V118))]global::System.Action<NSArray, NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
@@ -117,7 +117,7 @@ namespace NetworkExtension {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V115.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity2V118.Handler, completionHandler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, Selector.GetHandle ("loadAllFromPreferencesWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
block_ptr_completionHandler->CleanupBlock ();
}
diff --git a/old/dotnet/maccatalyst/generated-sources/NetworkExtension/NWTcpConnectionAuthenticationDelegate.g.cs b/new/dotnet/maccatalyst/generated-sources/NetworkExtension/NWTcpConnectionAuthenticationDelegate.g.cs
index 576838c..0360a9b 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 ("maccatalyst9.0")]
[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.NIDActionArity2V118) })]
+ [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 = "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.NIDActionArity1V197) })]
public partial interface INWTcpConnectionAuthenticationDelegate : INativeObject, IDisposable
@@ -74,7 +74,7 @@ namespace NetworkExtension {
[SupportedOSPlatform ("macos10.11")]
[SupportedOSPlatform ("maccatalyst9.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ProvideIdentity (this INWTcpConnectionAuthenticationDelegate This, NWTcpConnection connection, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V118))]global::System.Action<global::Security.SecIdentity, NSArray> completion)
+ public unsafe static void ProvideIdentity (this INWTcpConnectionAuthenticationDelegate This, NWTcpConnection connection, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V121))]global::System.Action<global::Security.SecIdentity, NSArray> completion)
{
var connection__handle__ = connection!.GetNonNullHandle (nameof (connection));
if (completion is null)
@@ -83,7 +83,7 @@ namespace NetworkExtension {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V118.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity2V121.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("provideIdentityForConnection:completionHandler:"), connection__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -180,7 +180,7 @@ namespace NetworkExtension {
[SupportedOSPlatform ("macos10.11")]
[SupportedOSPlatform ("maccatalyst9.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ProvideIdentity (NWTcpConnection connection, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V118))]global::System.Action<global::Security.SecIdentity, NSArray> completion)
+ public unsafe virtual void ProvideIdentity (NWTcpConnection connection, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V121))]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 5286fe1..39bd6c6 100644
--- a/old/dotnet/maccatalyst/generated-sources/NetworkExtension/NWUdpSession.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/NetworkExtension/NWUdpSession.g.cs
@@ -114,7 +114,7 @@ namespace NetworkExtension {
[SupportedOSPlatform ("macos10.11")]
[SupportedOSPlatform ("maccatalyst9.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SetReadHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V115))]global::System.Action<NSArray, NSError> handler, nuint maxDatagrams)
+ public unsafe virtual void SetReadHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V118))]global::System.Action<NSArray, NSError> handler, nuint maxDatagrams)
{
if (handler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler));
@@ -122,7 +122,7 @@ namespace NetworkExtension {
BlockLiteral block_handler;
block_handler = new BlockLiteral ();
block_ptr_handler = &block_handler;
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V115.Handler, handler);
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity2V118.Handler, handler);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_UIntPtr (this.Handle, Selector.GetHandle ("setReadHandler:maxDatagrams:"), (IntPtr) block_ptr_handler, maxDatagrams);
} else {
diff --git a/old/dotnet/maccatalyst/generated-sources/ObjCRuntime/Messaging.g.cs b/new/dotnet/maccatalyst/generated-sources/ObjCRuntime/Messaging.g.cs
index 3437e4f..d8b2be2 100644
--- a/old/dotnet/maccatalyst/generated-sources/ObjCRuntime/Messaging.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/ObjCRuntime/Messaging.g.cs
@@ -4141,6 +4141,10 @@ namespace ObjCRuntime {
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
public extern static NativeHandle NativeHandle_objc_msgSendSuper_CLLocationCoordinate2D_Double_nfloat_Double (IntPtr receiver, IntPtr selector, global::CoreLocation.CLLocationCoordinate2D arg1, double arg2, nfloat arg3, double arg4);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
+ public extern static NativeHandle NativeHandle_objc_msgSend_NativeHandle_CGSize_bool (IntPtr receiver, IntPtr selector, NativeHandle arg1, CGSize arg2, [MarshalAs (UnmanagedType.I1)] bool arg3);
+ [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
+ public extern static NativeHandle NativeHandle_objc_msgSendSuper_NativeHandle_CGSize_bool (IntPtr receiver, IntPtr selector, NativeHandle arg1, CGSize arg2, [MarshalAs (UnmanagedType.I1)] bool arg3);
+ [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
public extern static nint IntPtr_objc_msgSend_Double (IntPtr receiver, IntPtr selector, double arg1);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
public extern static nint IntPtr_objc_msgSendSuper_Double (IntPtr receiver, IntPtr selector, double arg1);
@@ -6543,10 +6547,6 @@ namespace ObjCRuntime {
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
public extern static NativeHandle NativeHandle_objc_msgSendSuper_nfloat_CGSize_bool (IntPtr receiver, IntPtr selector, nfloat arg1, CGSize arg2, [MarshalAs (UnmanagedType.I1)] bool arg3);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
- public extern static NativeHandle NativeHandle_objc_msgSend_NativeHandle_CGSize_bool (IntPtr receiver, IntPtr selector, NativeHandle arg1, CGSize arg2, [MarshalAs (UnmanagedType.I1)] bool arg3);
- [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
- public extern static NativeHandle NativeHandle_objc_msgSendSuper_NativeHandle_CGSize_bool (IntPtr receiver, IntPtr selector, NativeHandle arg1, CGSize arg2, [MarshalAs (UnmanagedType.I1)] bool arg3);
- [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
public extern static NativeHandle NativeHandle_objc_msgSend_NativeHandle_CGSize_nfloat (IntPtr receiver, IntPtr selector, NativeHandle arg1, CGSize arg2, nfloat arg3);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
public extern static NativeHandle NativeHandle_objc_msgSendSuper_NativeHandle_CGSize_nfloat (IntPtr receiver, IntPtr selector, NativeHandle arg1, CGSize arg2, nfloat arg3);
diff --git a/old/dotnet/maccatalyst/generated-sources/ObjCRuntime/Trampolines.g.cs b/new/dotnet/maccatalyst/generated-sources/ObjCRuntime/Trampolines.g.cs
index 46f4d02..de1de48 100644
--- a/old/dotnet/maccatalyst/generated-sources/ObjCRuntime/Trampolines.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/ObjCRuntime/Trampolines.g.cs
@@ -25796,28 +25796,28 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V70 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSArray, NSError>))]
- internal delegate void DActionArity2V115 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V118 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V115 {
- static internal readonly DActionArity2V115 Handler = Invoke;
+ static internal class SDActionArity2V118 {
+ static internal readonly DActionArity2V118 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V115))]
+ [MonoPInvokeCallback (typeof (DActionArity2V118))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSArray, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<NSArray> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V115 */
- internal sealed class NIDActionArity2V115 : TrampolineBlockBase {
- DActionArity2V115 invoker;
+ } /* class SDActionArity2V118 */
+ internal sealed class NIDActionArity2V118 : TrampolineBlockBase {
+ DActionArity2V118 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V115 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V118 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V115> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V118> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -25826,7 +25826,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSArray, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V115 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V118 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSArray arg1, NSError arg2)
@@ -25835,7 +25835,7 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V115 */
+ } /* class NIDActionArity2V118 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSArray<global::AVFoundation.AVAssetTrack>, NSError>))]
internal delegate void DActionArity2V11 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
@@ -26262,28 +26262,28 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V62 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSData[], NSNumber[]>))]
- internal delegate void DActionArity2V117 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V120 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V117 {
- static internal readonly DActionArity2V117 Handler = Invoke;
+ static internal class SDActionArity2V120 {
+ static internal readonly DActionArity2V120 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V117))]
+ [MonoPInvokeCallback (typeof (DActionArity2V120))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSData[], NSNumber[]>) (descriptor->Target);
if (del != null)
del (CFArray.ArrayFromHandle<NSData> (arg1)!, CFArray.ArrayFromHandle<NSNumber> (arg2)!);
}
- } /* class SDActionArity2V117 */
- internal sealed class NIDActionArity2V117 : TrampolineBlockBase {
- DActionArity2V117 invoker;
+ } /* class SDActionArity2V120 */
+ internal sealed class NIDActionArity2V120 : TrampolineBlockBase {
+ DActionArity2V120 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V117 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V120 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V117> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V120> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -26292,7 +26292,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSData[], NSNumber[]>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V117 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V120 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSData[] arg1, NSNumber[] arg2)
@@ -26309,7 +26309,7 @@ namespace ObjCRuntime {
if (nsa_arg2 != null)
nsa_arg2.Dispose ();
}
- } /* class NIDActionArity2V117 */
+ } /* class NIDActionArity2V120 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSDictionary, NSError>))]
internal delegate void DActionArity2V93 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
@@ -26396,28 +26396,28 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V68 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSDictionary<NSString, NSObject>, NSError>))]
- internal delegate void DActionArity2V148 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V151 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V148 {
- static internal readonly DActionArity2V148 Handler = Invoke;
+ static internal class SDActionArity2V151 {
+ static internal readonly DActionArity2V151 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V148))]
+ [MonoPInvokeCallback (typeof (DActionArity2V151))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSDictionary<NSString, NSObject>, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<global::Foundation.NSDictionary<NSString, NSObject>> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V148 */
- internal sealed class NIDActionArity2V148 : TrampolineBlockBase {
- DActionArity2V148 invoker;
+ } /* class SDActionArity2V151 */
+ internal sealed class NIDActionArity2V151 : TrampolineBlockBase {
+ DActionArity2V151 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V148 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V151 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V148> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V151> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -26426,7 +26426,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSDictionary<NSString, NSObject>, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V148 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V151 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSDictionary<NSString, NSObject> arg1, NSError arg2)
@@ -26435,31 +26435,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V148 */
+ } /* class NIDActionArity2V151 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSDictionary<NSString, NSObject>[], NSError>))]
- internal delegate void DActionArity2V149 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V152 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V149 {
- static internal readonly DActionArity2V149 Handler = Invoke;
+ static internal class SDActionArity2V152 {
+ static internal readonly DActionArity2V152 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V149))]
+ [MonoPInvokeCallback (typeof (DActionArity2V152))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSDictionary<NSString, NSObject>[], NSError>) (descriptor->Target);
if (del != null)
del (CFArray.ArrayFromHandle<NSDictionary<NSString, NSObject>> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V149 */
- internal sealed class NIDActionArity2V149 : TrampolineBlockBase {
- DActionArity2V149 invoker;
+ } /* class SDActionArity2V152 */
+ internal sealed class NIDActionArity2V152 : TrampolineBlockBase {
+ DActionArity2V152 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V149 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V152 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V149> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V152> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -26468,7 +26468,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSDictionary<NSString, NSObject>[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V149 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V152 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSDictionary<NSString, NSObject>[] arg1, NSError arg2)
@@ -26481,7 +26481,7 @@ namespace ObjCRuntime {
if (nsa_arg1 != null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V149 */
+ } /* class NIDActionArity2V152 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSDictionary<NSString, NSOperation>, NSError>))]
internal delegate void DActionArity2V36 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
@@ -26614,28 +26614,28 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V69 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSObject, NSString>))]
- internal delegate void DActionArity2V154 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V157 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V154 {
- static internal readonly DActionArity2V154 Handler = Invoke;
+ static internal class SDActionArity2V157 {
+ static internal readonly DActionArity2V157 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V154))]
+ [MonoPInvokeCallback (typeof (DActionArity2V157))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSObject, NSString>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<NSObject> (arg1)!, Runtime.GetNSObject<NSString> (arg2)!);
}
- } /* class SDActionArity2V154 */
- internal sealed class NIDActionArity2V154 : TrampolineBlockBase {
- DActionArity2V154 invoker;
+ } /* class SDActionArity2V157 */
+ internal sealed class NIDActionArity2V157 : TrampolineBlockBase {
+ DActionArity2V157 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V154 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V157 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V154> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V157> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -26644,7 +26644,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSObject, NSString>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V154 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V157 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSObject arg1, NSString arg2)
@@ -26653,31 +26653,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V154 */
+ } /* class NIDActionArity2V157 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSSet<NSString>, NSError>))]
- internal delegate void DActionArity2V146 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V149 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V146 {
- static internal readonly DActionArity2V146 Handler = Invoke;
+ static internal class SDActionArity2V149 {
+ static internal readonly DActionArity2V149 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V146))]
+ [MonoPInvokeCallback (typeof (DActionArity2V149))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSSet<NSString>, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<global::Foundation.NSSet<NSString>> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V146 */
- internal sealed class NIDActionArity2V146 : TrampolineBlockBase {
- DActionArity2V146 invoker;
+ } /* class SDActionArity2V149 */
+ internal sealed class NIDActionArity2V149 : TrampolineBlockBase {
+ DActionArity2V149 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V146 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V149 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V146> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V149> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -26686,7 +26686,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSSet<NSString>, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V146 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V149 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSSet<NSString> arg1, NSError arg2)
@@ -26695,31 +26695,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V146 */
+ } /* class NIDActionArity2V149 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSSet<NSString>[], NSError>))]
- internal delegate void DActionArity2V147 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V150 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V147 {
- static internal readonly DActionArity2V147 Handler = Invoke;
+ static internal class SDActionArity2V150 {
+ static internal readonly DActionArity2V150 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V147))]
+ [MonoPInvokeCallback (typeof (DActionArity2V150))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSSet<NSString>[], NSError>) (descriptor->Target);
if (del != null)
del (CFArray.ArrayFromHandle<NSSet<NSString>> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V147 */
- internal sealed class NIDActionArity2V147 : TrampolineBlockBase {
- DActionArity2V147 invoker;
+ } /* class SDActionArity2V150 */
+ internal sealed class NIDActionArity2V150 : TrampolineBlockBase {
+ DActionArity2V150 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V147 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V150 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V147> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V150> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -26728,7 +26728,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSSet<NSString>[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V147 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V150 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSSet<NSString>[] arg1, NSError arg2)
@@ -26741,31 +26741,31 @@ namespace ObjCRuntime {
if (nsa_arg1 != null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V147 */
+ } /* class NIDActionArity2V150 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSSet<global::ThreadNetwork.THCredentials>, NSError>))]
- internal delegate void DActionArity2V141 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V144 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V141 {
- static internal readonly DActionArity2V141 Handler = Invoke;
+ static internal class SDActionArity2V144 {
+ static internal readonly DActionArity2V144 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V141))]
+ [MonoPInvokeCallback (typeof (DActionArity2V144))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSSet<global::ThreadNetwork.THCredentials>, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<global::Foundation.NSSet<global::ThreadNetwork.THCredentials>> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V141 */
- internal sealed class NIDActionArity2V141 : TrampolineBlockBase {
- DActionArity2V141 invoker;
+ } /* class SDActionArity2V144 */
+ internal sealed class NIDActionArity2V144 : TrampolineBlockBase {
+ DActionArity2V144 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V141 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V144 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V141> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V144> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -26774,7 +26774,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSSet<global::ThreadNetwork.THCredentials>, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V141 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V144 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSSet<global::ThreadNetwork.THCredentials> arg1, NSError arg2)
@@ -26783,31 +26783,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V141 */
+ } /* class NIDActionArity2V144 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSString, NSError>))]
- internal delegate void DActionArity2V138 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V141 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V138 {
- static internal readonly DActionArity2V138 Handler = Invoke;
+ static internal class SDActionArity2V141 {
+ static internal readonly DActionArity2V141 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V138))]
+ [MonoPInvokeCallback (typeof (DActionArity2V141))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSString, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<NSString> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V138 */
- internal sealed class NIDActionArity2V138 : TrampolineBlockBase {
- DActionArity2V138 invoker;
+ } /* class SDActionArity2V141 */
+ internal sealed class NIDActionArity2V141 : TrampolineBlockBase {
+ DActionArity2V141 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V138 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V141 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V138> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V141> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -26816,7 +26816,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSString, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V138 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V141 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSString arg1, NSError arg2)
@@ -26825,31 +26825,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V138 */
+ } /* class NIDActionArity2V141 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSString, bool>))]
- internal delegate void DActionArity2V144 (IntPtr block, NativeHandle arg1, bool arg2);
+ internal delegate void DActionArity2V147 (IntPtr block, NativeHandle arg1, bool arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V144 {
- static internal readonly DActionArity2V144 Handler = Invoke;
+ static internal class SDActionArity2V147 {
+ static internal readonly DActionArity2V147 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V144))]
+ [MonoPInvokeCallback (typeof (DActionArity2V147))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, bool arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSString, bool>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<NSString> (arg1)!, arg2);
}
- } /* class SDActionArity2V144 */
- internal sealed class NIDActionArity2V144 : TrampolineBlockBase {
- DActionArity2V144 invoker;
+ } /* class SDActionArity2V147 */
+ internal sealed class NIDActionArity2V147 : TrampolineBlockBase {
+ DActionArity2V147 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V144 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V147 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V144> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V147> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -26858,7 +26858,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSString, bool>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V144 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V147 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSString arg1, bool arg2)
@@ -26866,7 +26866,7 @@ namespace ObjCRuntime {
var arg1__handle__ = arg1.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2);
}
- } /* class NIDActionArity2V144 */
+ } /* class NIDActionArity2V147 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSUrl, NSError>))]
internal delegate void DActionArity2V55 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
@@ -26911,28 +26911,28 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V55 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSUrl, global::UIKit.UIDocumentBrowserImportMode>))]
- internal delegate void DActionArity2V145 (IntPtr block, NativeHandle arg1, UIntPtr arg2);
+ internal delegate void DActionArity2V148 (IntPtr block, NativeHandle arg1, UIntPtr arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V145 {
- static internal readonly DActionArity2V145 Handler = Invoke;
+ static internal class SDActionArity2V148 {
+ static internal readonly DActionArity2V148 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V145))]
+ [MonoPInvokeCallback (typeof (DActionArity2V148))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, UIntPtr arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSUrl, global::UIKit.UIDocumentBrowserImportMode>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<NSUrl> (arg1)!, (UIDocumentBrowserImportMode) (ulong) arg2);
}
- } /* class SDActionArity2V145 */
- internal sealed class NIDActionArity2V145 : TrampolineBlockBase {
- DActionArity2V145 invoker;
+ } /* class SDActionArity2V148 */
+ internal sealed class NIDActionArity2V148 : TrampolineBlockBase {
+ DActionArity2V148 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V145 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V148 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V145> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V148> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -26941,7 +26941,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSUrl, global::UIKit.UIDocumentBrowserImportMode>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V145 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V148 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSUrl arg1, global::UIKit.UIDocumentBrowserImportMode arg2)
@@ -26949,7 +26949,7 @@ namespace ObjCRuntime {
var arg1__handle__ = arg1.GetHandle ();
invoker (BlockPointer, arg1__handle__, (UIntPtr) (ulong) arg2);
}
- } /* class NIDActionArity2V145 */
+ } /* class NIDActionArity2V148 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSUrlSessionAuthChallengeDisposition, NSUrlCredential>))]
internal delegate void DActionArity2V7 (IntPtr block, IntPtr arg1, NativeHandle arg2);
@@ -28267,71 +28267,197 @@ namespace ObjCRuntime {
}
} /* class NIDActionArity2V104 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
- [UserDelegateType (typeof (global::System.Action<global::MediaPlayer.MPContentItem, NSError>))]
- internal delegate void DActionArity2V108 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ [UserDelegateType (typeof (global::System.Action<global::MapKit.MKLookAroundScene, NSError>))]
+ internal delegate void DActionArity2V105 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V108 {
- static internal readonly DActionArity2V108 Handler = Invoke;
+ static internal class SDActionArity2V105 {
+ static internal readonly DActionArity2V105 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V108))]
+ [MonoPInvokeCallback (typeof (DActionArity2V105))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
- var del = (global::System.Action<global::MediaPlayer.MPContentItem, NSError>) (descriptor->Target);
+ var del = (global::System.Action<global::MapKit.MKLookAroundScene, NSError>) (descriptor->Target);
if (del != null)
- del ( Runtime.GetNSObject<MPContentItem> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
+ del ( Runtime.GetNSObject<MKLookAroundScene> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V108 */
- internal sealed class NIDActionArity2V108 : TrampolineBlockBase {
- DActionArity2V108 invoker;
+ } /* class SDActionArity2V105 */
+ internal sealed class NIDActionArity2V105 : TrampolineBlockBase {
+ DActionArity2V105 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V108 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V105 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V108> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V105> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static global::System.Action<global::MediaPlayer.MPContentItem, NSError>? Create (IntPtr block)
+ public unsafe static global::System.Action<global::MapKit.MKLookAroundScene, NSError>? Create (IntPtr block)
{
if (block == IntPtr.Zero)
return null;
- var del = (global::System.Action<global::MediaPlayer.MPContentItem, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V108 ((BlockLiteral *) block).Invoke;
+ var del = (global::System.Action<global::MapKit.MKLookAroundScene, NSError>) GetExistingManagedDelegate (block);
+ return del ?? new NIDActionArity2V105 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- unsafe void Invoke (global::MediaPlayer.MPContentItem arg1, NSError arg2)
+ unsafe void Invoke (global::MapKit.MKLookAroundScene arg1, NSError arg2)
{
var arg1__handle__ = arg1.GetHandle ();
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V108 */
+ } /* class NIDActionArity2V105 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
- [UserDelegateType (typeof (global::System.Action<global::MediaPlayer.MPMediaEntity[], NSError>))]
- internal delegate void DActionArity2V105 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ [UserDelegateType (typeof (global::System.Action<global::MapKit.MKLookAroundSnapshot, NSError>))]
+ 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 readonly DActionArity2V105 Handler = Invoke;
+ static internal class SDActionArity2V106 {
+ static internal readonly DActionArity2V106 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V105))]
+ [MonoPInvokeCallback (typeof (DActionArity2V106))]
+ static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
+ var descriptor = (BlockLiteral *) block;
+ var del = (global::System.Action<global::MapKit.MKLookAroundSnapshot, NSError>) (descriptor->Target);
+ if (del != null)
+ del ( Runtime.GetNSObject<MKLookAroundSnapshot> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
+ }
+ } /* class SDActionArity2V106 */
+ internal sealed class NIDActionArity2V106 : TrampolineBlockBase {
+ DActionArity2V106 invoker;
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe NIDActionArity2V106 (BlockLiteral *block) : base (block)
+ {
+ invoker = block->GetDelegateForBlock<DActionArity2V106> ();
+ }
+ [Preserve (Conditional=true)]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe static global::System.Action<global::MapKit.MKLookAroundSnapshot, NSError>? Create (IntPtr block)
+ {
+ if (block == IntPtr.Zero)
+ return null;
+ var del = (global::System.Action<global::MapKit.MKLookAroundSnapshot, NSError>) GetExistingManagedDelegate (block);
+ return del ?? new NIDActionArity2V106 ((BlockLiteral *) block).Invoke;
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ unsafe void Invoke (global::MapKit.MKLookAroundSnapshot arg1, NSError arg2)
+ {
+ var arg1__handle__ = arg1.GetHandle ();
+ var arg2__handle__ = arg2.GetHandle ();
+ invoker (BlockPointer, arg1__handle__, arg2__handle__);
+ }
+ } /* class NIDActionArity2V106 */
+ [UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
+ [UserDelegateType (typeof (global::System.Action<global::MapKit.MKMapItem, NSError>))]
+ internal delegate void DActionArity2V107 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ //
+ // This class bridges native block invocations that call into C#
+ //
+ static internal class SDActionArity2V107 {
+ static internal readonly DActionArity2V107 Handler = Invoke;
+ [Preserve (Conditional = true)]
+ [global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
+ [MonoPInvokeCallback (typeof (DActionArity2V107))]
+ static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
+ var descriptor = (BlockLiteral *) block;
+ var del = (global::System.Action<global::MapKit.MKMapItem, NSError>) (descriptor->Target);
+ if (del != null)
+ del ( Runtime.GetNSObject<MKMapItem> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
+ }
+ } /* class SDActionArity2V107 */
+ internal sealed class NIDActionArity2V107 : TrampolineBlockBase {
+ DActionArity2V107 invoker;
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe NIDActionArity2V107 (BlockLiteral *block) : base (block)
+ {
+ invoker = block->GetDelegateForBlock<DActionArity2V107> ();
+ }
+ [Preserve (Conditional=true)]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe static global::System.Action<global::MapKit.MKMapItem, NSError>? Create (IntPtr block)
+ {
+ if (block == IntPtr.Zero)
+ return null;
+ var del = (global::System.Action<global::MapKit.MKMapItem, NSError>) GetExistingManagedDelegate (block);
+ return del ?? new NIDActionArity2V107 ((BlockLiteral *) block).Invoke;
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ unsafe void Invoke (global::MapKit.MKMapItem arg1, NSError arg2)
+ {
+ var arg1__handle__ = arg1.GetHandle ();
+ var arg2__handle__ = arg2.GetHandle ();
+ invoker (BlockPointer, arg1__handle__, arg2__handle__);
+ }
+ } /* class NIDActionArity2V107 */
+ [UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
+ [UserDelegateType (typeof (global::System.Action<global::MediaPlayer.MPContentItem, NSError>))]
+ internal delegate void DActionArity2V111 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ //
+ // This class bridges native block invocations that call into C#
+ //
+ static internal class SDActionArity2V111 {
+ static internal readonly DActionArity2V111 Handler = Invoke;
+ [Preserve (Conditional = true)]
+ [global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
+ [MonoPInvokeCallback (typeof (DActionArity2V111))]
+ static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
+ var descriptor = (BlockLiteral *) block;
+ var del = (global::System.Action<global::MediaPlayer.MPContentItem, NSError>) (descriptor->Target);
+ if (del != null)
+ del ( Runtime.GetNSObject<MPContentItem> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
+ }
+ } /* class SDActionArity2V111 */
+ internal sealed class NIDActionArity2V111 : TrampolineBlockBase {
+ DActionArity2V111 invoker;
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe NIDActionArity2V111 (BlockLiteral *block) : base (block)
+ {
+ invoker = block->GetDelegateForBlock<DActionArity2V111> ();
+ }
+ [Preserve (Conditional=true)]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe static global::System.Action<global::MediaPlayer.MPContentItem, NSError>? Create (IntPtr block)
+ {
+ if (block == IntPtr.Zero)
+ return null;
+ var del = (global::System.Action<global::MediaPlayer.MPContentItem, NSError>) GetExistingManagedDelegate (block);
+ return del ?? new NIDActionArity2V111 ((BlockLiteral *) block).Invoke;
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ unsafe void Invoke (global::MediaPlayer.MPContentItem arg1, NSError arg2)
+ {
+ var arg1__handle__ = arg1.GetHandle ();
+ var arg2__handle__ = arg2.GetHandle ();
+ invoker (BlockPointer, arg1__handle__, arg2__handle__);
+ }
+ } /* class NIDActionArity2V111 */
+ [UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
+ [UserDelegateType (typeof (global::System.Action<global::MediaPlayer.MPMediaEntity[], NSError>))]
+ internal delegate void DActionArity2V108 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ //
+ // This class bridges native block invocations that call into C#
+ //
+ static internal class SDActionArity2V108 {
+ static internal readonly DActionArity2V108 Handler = Invoke;
+ [Preserve (Conditional = true)]
+ [global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
+ [MonoPInvokeCallback (typeof (DActionArity2V108))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::MediaPlayer.MPMediaEntity[], NSError>) (descriptor->Target);
if (del != null)
del (CFArray.ArrayFromHandle<global::MediaPlayer.MPMediaEntity> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V105 */
- internal sealed class NIDActionArity2V105 : TrampolineBlockBase {
- DActionArity2V105 invoker;
+ } /* class SDActionArity2V108 */
+ internal sealed class NIDActionArity2V108 : TrampolineBlockBase {
+ DActionArity2V108 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V105 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V108 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V105> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V108> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -28340,7 +28466,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::MediaPlayer.MPMediaEntity[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V105 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V108 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::MediaPlayer.MPMediaEntity[] arg1, NSError arg2)
@@ -28353,31 +28479,31 @@ namespace ObjCRuntime {
if (nsa_arg1 != null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V105 */
+ } /* class NIDActionArity2V108 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::MediaPlayer.MPMediaPlaylist, NSError>))]
- internal delegate void DActionArity2V106 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V109 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V106 {
- static internal readonly DActionArity2V106 Handler = Invoke;
+ static internal class SDActionArity2V109 {
+ static internal readonly DActionArity2V109 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V106))]
+ [MonoPInvokeCallback (typeof (DActionArity2V109))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::MediaPlayer.MPMediaPlaylist, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<MPMediaPlaylist> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V106 */
- internal sealed class NIDActionArity2V106 : TrampolineBlockBase {
- DActionArity2V106 invoker;
+ } /* class SDActionArity2V109 */
+ internal sealed class NIDActionArity2V109 : TrampolineBlockBase {
+ DActionArity2V109 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V106 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V109 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V106> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V109> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -28386,7 +28512,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::MediaPlayer.MPMediaPlaylist, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V106 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V109 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::MediaPlayer.MPMediaPlaylist arg1, NSError arg2)
@@ -28395,31 +28521,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V106 */
+ } /* class NIDActionArity2V109 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::MediaPlayer.MPMusicPlayerControllerQueue, NSError>))]
- internal delegate void DActionArity2V107 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V110 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V107 {
- static internal readonly DActionArity2V107 Handler = Invoke;
+ static internal class SDActionArity2V110 {
+ static internal readonly DActionArity2V110 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V107))]
+ [MonoPInvokeCallback (typeof (DActionArity2V110))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::MediaPlayer.MPMusicPlayerControllerQueue, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<MPMusicPlayerControllerQueue> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V107 */
- internal sealed class NIDActionArity2V107 : TrampolineBlockBase {
- DActionArity2V107 invoker;
+ } /* class SDActionArity2V110 */
+ internal sealed class NIDActionArity2V110 : TrampolineBlockBase {
+ DActionArity2V110 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V107 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V110 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V107> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V110> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -28428,7 +28554,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::MediaPlayer.MPMusicPlayerControllerQueue, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V107 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V110 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::MediaPlayer.MPMusicPlayerControllerQueue arg1, NSError arg2)
@@ -28437,31 +28563,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V107 */
+ } /* class NIDActionArity2V110 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Metal.IMTLComputePipelineState, NSError>))]
- internal delegate void DActionArity2V111 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V114 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V111 {
- static internal readonly DActionArity2V111 Handler = Invoke;
+ static internal class SDActionArity2V114 {
+ static internal readonly DActionArity2V114 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V111))]
+ [MonoPInvokeCallback (typeof (DActionArity2V114))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Metal.IMTLComputePipelineState, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetINativeObject<Metal.IMTLComputePipelineState> (arg1, false)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V111 */
- internal sealed class NIDActionArity2V111 : TrampolineBlockBase {
- DActionArity2V111 invoker;
+ } /* class SDActionArity2V114 */
+ internal sealed class NIDActionArity2V114 : TrampolineBlockBase {
+ DActionArity2V114 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V111 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V114 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V111> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V114> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -28470,7 +28596,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Metal.IMTLComputePipelineState, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V111 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V114 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Metal.IMTLComputePipelineState arg1, NSError arg2)
@@ -28479,31 +28605,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V111 */
+ } /* class NIDActionArity2V114 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Metal.IMTLFunction, NSError>))]
- internal delegate void DActionArity2V112 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V115 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V112 {
- static internal readonly DActionArity2V112 Handler = Invoke;
+ static internal class SDActionArity2V115 {
+ static internal readonly DActionArity2V115 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V112))]
+ [MonoPInvokeCallback (typeof (DActionArity2V115))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Metal.IMTLFunction, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetINativeObject<Metal.IMTLFunction> (arg1, false)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V112 */
- internal sealed class NIDActionArity2V112 : TrampolineBlockBase {
- DActionArity2V112 invoker;
+ } /* class SDActionArity2V115 */
+ internal sealed class NIDActionArity2V115 : TrampolineBlockBase {
+ DActionArity2V115 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V112 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V115 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V112> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V115> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -28512,7 +28638,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Metal.IMTLFunction, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V112 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V115 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Metal.IMTLFunction arg1, NSError arg2)
@@ -28521,31 +28647,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V112 */
+ } /* class NIDActionArity2V115 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Metal.IMTLLibrary, NSError>))]
- internal delegate void DActionArity2V109 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V112 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V109 {
- static internal readonly DActionArity2V109 Handler = Invoke;
+ static internal class SDActionArity2V112 {
+ static internal readonly DActionArity2V112 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V109))]
+ [MonoPInvokeCallback (typeof (DActionArity2V112))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Metal.IMTLLibrary, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetINativeObject<Metal.IMTLLibrary> (arg1, false)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V109 */
- internal sealed class NIDActionArity2V109 : TrampolineBlockBase {
- DActionArity2V109 invoker;
+ } /* class SDActionArity2V112 */
+ internal sealed class NIDActionArity2V112 : TrampolineBlockBase {
+ DActionArity2V112 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V109 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V112 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V109> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V112> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -28554,7 +28680,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Metal.IMTLLibrary, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V109 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V112 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Metal.IMTLLibrary arg1, NSError arg2)
@@ -28563,31 +28689,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V109 */
+ } /* class NIDActionArity2V112 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Metal.IMTLRenderPipelineState, NSError>))]
- internal delegate void DActionArity2V110 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V113 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V110 {
- static internal readonly DActionArity2V110 Handler = Invoke;
+ static internal class SDActionArity2V113 {
+ static internal readonly DActionArity2V113 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V110))]
+ [MonoPInvokeCallback (typeof (DActionArity2V113))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Metal.IMTLRenderPipelineState, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetINativeObject<Metal.IMTLRenderPipelineState> (arg1, false)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V110 */
- internal sealed class NIDActionArity2V110 : TrampolineBlockBase {
- DActionArity2V110 invoker;
+ } /* class SDActionArity2V113 */
+ internal sealed class NIDActionArity2V113 : TrampolineBlockBase {
+ DActionArity2V113 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V110 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V113 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V110> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V113> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -28596,7 +28722,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Metal.IMTLRenderPipelineState, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V110 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V113 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Metal.IMTLRenderPipelineState arg1, NSError arg2)
@@ -28605,31 +28731,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V110 */
+ } /* class NIDActionArity2V113 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::MetalPerformanceShaders.MPSImage, NSError>))]
- internal delegate void DActionArity2V113 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V116 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V113 {
- static internal readonly DActionArity2V113 Handler = Invoke;
+ static internal class SDActionArity2V116 {
+ static internal readonly DActionArity2V116 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V113))]
+ [MonoPInvokeCallback (typeof (DActionArity2V116))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::MetalPerformanceShaders.MPSImage, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<MetalPerformanceShaders.MPSImage> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V113 */
- internal sealed class NIDActionArity2V113 : TrampolineBlockBase {
- DActionArity2V113 invoker;
+ } /* class SDActionArity2V116 */
+ internal sealed class NIDActionArity2V116 : TrampolineBlockBase {
+ DActionArity2V116 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V113 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V116 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V113> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V116> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -28638,7 +28764,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::MetalPerformanceShaders.MPSImage, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V113 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V116 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::MetalPerformanceShaders.MPSImage arg1, NSError arg2)
@@ -28647,31 +28773,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V113 */
+ } /* class NIDActionArity2V116 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::NaturalLanguage.NLTaggerAssetsResult, NSError>))]
- internal delegate void DActionArity2V114 (IntPtr block, IntPtr arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V117 (IntPtr block, IntPtr arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V114 {
- static internal readonly DActionArity2V114 Handler = Invoke;
+ static internal class SDActionArity2V117 {
+ static internal readonly DActionArity2V117 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V114))]
+ [MonoPInvokeCallback (typeof (DActionArity2V117))]
static unsafe void Invoke (IntPtr block, IntPtr arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::NaturalLanguage.NLTaggerAssetsResult, NSError>) (descriptor->Target);
if (del != null)
del ((NaturalLanguage.NLTaggerAssetsResult) (long) arg1, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V114 */
- internal sealed class NIDActionArity2V114 : TrampolineBlockBase {
- DActionArity2V114 invoker;
+ } /* class SDActionArity2V117 */
+ internal sealed class NIDActionArity2V117 : TrampolineBlockBase {
+ DActionArity2V117 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V114 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V117 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V114> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V117> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -28680,7 +28806,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::NaturalLanguage.NLTaggerAssetsResult, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V114 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V117 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::NaturalLanguage.NLTaggerAssetsResult arg1, NSError arg2)
@@ -28688,31 +28814,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, (IntPtr) (long) arg1, arg2__handle__);
}
- } /* class NIDActionArity2V114 */
+ } /* class NIDActionArity2V117 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::NetworkExtension.NEAppPushManager[], NSError>))]
- internal delegate void DActionArity2V116 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V119 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V116 {
- static internal readonly DActionArity2V116 Handler = Invoke;
+ static internal class SDActionArity2V119 {
+ static internal readonly DActionArity2V119 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V116))]
+ [MonoPInvokeCallback (typeof (DActionArity2V119))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::NetworkExtension.NEAppPushManager[], NSError>) (descriptor->Target);
if (del != null)
del (CFArray.ArrayFromHandle<global::NetworkExtension.NEAppPushManager> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V116 */
- internal sealed class NIDActionArity2V116 : TrampolineBlockBase {
- DActionArity2V116 invoker;
+ } /* class SDActionArity2V119 */
+ internal sealed class NIDActionArity2V119 : TrampolineBlockBase {
+ DActionArity2V119 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V116 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V119 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V116> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V119> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -28721,7 +28847,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::NetworkExtension.NEAppPushManager[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V116 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V119 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::NetworkExtension.NEAppPushManager[] arg1, NSError arg2)
@@ -28734,31 +28860,31 @@ namespace ObjCRuntime {
if (nsa_arg1 != null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V116 */
+ } /* class NIDActionArity2V119 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::PassKit.PKAddShareablePassConfiguration, NSError>))]
- internal delegate void DActionArity2V119 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V122 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V119 {
- static internal readonly DActionArity2V119 Handler = Invoke;
+ static internal class SDActionArity2V122 {
+ static internal readonly DActionArity2V122 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V119))]
+ [MonoPInvokeCallback (typeof (DActionArity2V122))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::PassKit.PKAddShareablePassConfiguration, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<PassKit.PKAddShareablePassConfiguration> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V119 */
- internal sealed class NIDActionArity2V119 : TrampolineBlockBase {
- DActionArity2V119 invoker;
+ } /* class SDActionArity2V122 */
+ internal sealed class NIDActionArity2V122 : TrampolineBlockBase {
+ DActionArity2V122 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V119 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V122 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V119> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V122> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -28767,7 +28893,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::PassKit.PKAddShareablePassConfiguration, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V119 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V122 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::PassKit.PKAddShareablePassConfiguration arg1, NSError arg2)
@@ -28776,31 +28902,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V119 */
+ } /* class NIDActionArity2V122 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::PassKit.PKIdentityDocument, NSError>))]
- internal delegate void DActionArity2V120 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V123 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V120 {
- static internal readonly DActionArity2V120 Handler = Invoke;
+ static internal class SDActionArity2V123 {
+ static internal readonly DActionArity2V123 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V120))]
+ [MonoPInvokeCallback (typeof (DActionArity2V123))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::PassKit.PKIdentityDocument, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<PassKit.PKIdentityDocument> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V120 */
- internal sealed class NIDActionArity2V120 : TrampolineBlockBase {
- DActionArity2V120 invoker;
+ } /* class SDActionArity2V123 */
+ internal sealed class NIDActionArity2V123 : TrampolineBlockBase {
+ DActionArity2V123 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V120 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V123 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V120> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V123> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -28809,7 +28935,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::PassKit.PKIdentityDocument, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V120 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V123 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::PassKit.PKIdentityDocument arg1, NSError arg2)
@@ -28818,31 +28944,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V120 */
+ } /* class NIDActionArity2V123 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::PassKit.PKPaymentAuthorizationStatus, global::PassKit.PKPaymentSummaryItem[]>))]
- internal delegate void DActionArity2V121 (IntPtr block, IntPtr arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V124 (IntPtr block, IntPtr arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V121 {
- static internal readonly DActionArity2V121 Handler = Invoke;
+ static internal class SDActionArity2V124 {
+ static internal readonly DActionArity2V124 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V121))]
+ [MonoPInvokeCallback (typeof (DActionArity2V124))]
static unsafe void Invoke (IntPtr block, IntPtr arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::PassKit.PKPaymentAuthorizationStatus, global::PassKit.PKPaymentSummaryItem[]>) (descriptor->Target);
if (del != null)
del ((PassKit.PKPaymentAuthorizationStatus) (long) arg1, CFArray.ArrayFromHandle<global::PassKit.PKPaymentSummaryItem> (arg2)!);
}
- } /* class SDActionArity2V121 */
- internal sealed class NIDActionArity2V121 : TrampolineBlockBase {
- DActionArity2V121 invoker;
+ } /* class SDActionArity2V124 */
+ internal sealed class NIDActionArity2V124 : TrampolineBlockBase {
+ DActionArity2V124 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V121 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V124 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V121> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V124> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -28851,7 +28977,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 NIDActionArity2V121 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V124 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::PassKit.PKPaymentAuthorizationStatus arg1, global::PassKit.PKPaymentSummaryItem[] arg2)
@@ -28863,31 +28989,31 @@ namespace ObjCRuntime {
if (nsa_arg2 != null)
nsa_arg2.Dispose ();
}
- } /* class NIDActionArity2V121 */
+ } /* class NIDActionArity2V124 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::PassKit.PKVehicleConnectionSession, NSError>))]
- internal delegate void DActionArity2V122 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V125 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V122 {
- static internal readonly DActionArity2V122 Handler = Invoke;
+ static internal class SDActionArity2V125 {
+ static internal readonly DActionArity2V125 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V122))]
+ [MonoPInvokeCallback (typeof (DActionArity2V125))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::PassKit.PKVehicleConnectionSession, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<PassKit.PKVehicleConnectionSession> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V122 */
- internal sealed class NIDActionArity2V122 : TrampolineBlockBase {
- DActionArity2V122 invoker;
+ } /* class SDActionArity2V125 */
+ internal sealed class NIDActionArity2V125 : TrampolineBlockBase {
+ DActionArity2V125 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V122 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V125 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V122> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V125> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -28896,7 +29022,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::PassKit.PKVehicleConnectionSession, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V122 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V125 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::PassKit.PKVehicleConnectionSession arg1, NSError arg2)
@@ -28905,31 +29031,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V122 */
+ } /* class NIDActionArity2V125 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Photos.PHLivePhoto, NSDictionary>))]
- internal delegate void DActionArity2V123 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V126 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V123 {
- static internal readonly DActionArity2V123 Handler = Invoke;
+ static internal class SDActionArity2V126 {
+ static internal readonly DActionArity2V126 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V123))]
+ [MonoPInvokeCallback (typeof (DActionArity2V126))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Photos.PHLivePhoto, NSDictionary>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<PHLivePhoto> (arg1)!, Runtime.GetNSObject<NSDictionary> (arg2)!);
}
- } /* class SDActionArity2V123 */
- internal sealed class NIDActionArity2V123 : TrampolineBlockBase {
- DActionArity2V123 invoker;
+ } /* class SDActionArity2V126 */
+ internal sealed class NIDActionArity2V126 : TrampolineBlockBase {
+ DActionArity2V126 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V123 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V126 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V123> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V126> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -28938,7 +29064,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Photos.PHLivePhoto, NSDictionary>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V123 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V126 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Photos.PHLivePhoto arg1, NSDictionary arg2)
@@ -28947,31 +29073,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V123 */
+ } /* class NIDActionArity2V126 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Photos.PHLivePhoto, NSError>))]
- internal delegate void DActionArity2V124 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V127 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V124 {
- static internal readonly DActionArity2V124 Handler = Invoke;
+ static internal class SDActionArity2V127 {
+ static internal readonly DActionArity2V127 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V124))]
+ [MonoPInvokeCallback (typeof (DActionArity2V127))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Photos.PHLivePhoto, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<PHLivePhoto> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V124 */
- internal sealed class NIDActionArity2V124 : TrampolineBlockBase {
- DActionArity2V124 invoker;
+ } /* class SDActionArity2V127 */
+ internal sealed class NIDActionArity2V127 : TrampolineBlockBase {
+ DActionArity2V127 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V124 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V127 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V124> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V127> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -28980,7 +29106,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Photos.PHLivePhoto, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V124 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V127 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Photos.PHLivePhoto arg1, NSError arg2)
@@ -28989,31 +29115,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V124 */
+ } /* class NIDActionArity2V127 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::QuickLook.QLPreviewReply, NSError>))]
- internal delegate void DActionArity2V125 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V128 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V125 {
- static internal readonly DActionArity2V125 Handler = Invoke;
+ static internal class SDActionArity2V128 {
+ static internal readonly DActionArity2V128 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V125))]
+ [MonoPInvokeCallback (typeof (DActionArity2V128))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::QuickLook.QLPreviewReply, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<QLPreviewReply> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V125 */
- internal sealed class NIDActionArity2V125 : TrampolineBlockBase {
- DActionArity2V125 invoker;
+ } /* class SDActionArity2V128 */
+ internal sealed class NIDActionArity2V128 : TrampolineBlockBase {
+ DActionArity2V128 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V125 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V128 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V125> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V128> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -29022,7 +29148,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::QuickLook.QLPreviewReply, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V125 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V128 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::QuickLook.QLPreviewReply arg1, NSError arg2)
@@ -29031,31 +29157,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V125 */
+ } /* class NIDActionArity2V128 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::QuickLookThumbnailing.QLThumbnailReply, NSError>))]
- internal delegate void DActionArity2V127 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V130 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V127 {
- static internal readonly DActionArity2V127 Handler = Invoke;
+ static internal class SDActionArity2V130 {
+ static internal readonly DActionArity2V130 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V127))]
+ [MonoPInvokeCallback (typeof (DActionArity2V130))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::QuickLookThumbnailing.QLThumbnailReply, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<QuickLookThumbnailing.QLThumbnailReply> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V127 */
- internal sealed class NIDActionArity2V127 : TrampolineBlockBase {
- DActionArity2V127 invoker;
+ } /* class SDActionArity2V130 */
+ internal sealed class NIDActionArity2V130 : TrampolineBlockBase {
+ DActionArity2V130 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V127 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V130 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V127> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V130> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -29064,7 +29190,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::QuickLookThumbnailing.QLThumbnailReply, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V127 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V130 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::QuickLookThumbnailing.QLThumbnailReply arg1, NSError arg2)
@@ -29073,31 +29199,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V127 */
+ } /* class NIDActionArity2V130 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::QuickLookThumbnailing.QLThumbnailRepresentation, NSError>))]
- internal delegate void DActionArity2V126 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V129 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V126 {
- static internal readonly DActionArity2V126 Handler = Invoke;
+ static internal class SDActionArity2V129 {
+ static internal readonly DActionArity2V129 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V126))]
+ [MonoPInvokeCallback (typeof (DActionArity2V129))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::QuickLookThumbnailing.QLThumbnailRepresentation, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<QuickLookThumbnailing.QLThumbnailRepresentation> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V126 */
- internal sealed class NIDActionArity2V126 : TrampolineBlockBase {
- DActionArity2V126 invoker;
+ } /* class SDActionArity2V129 */
+ internal sealed class NIDActionArity2V129 : TrampolineBlockBase {
+ DActionArity2V129 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V126 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V129 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V126> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V129> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -29106,7 +29232,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::QuickLookThumbnailing.QLThumbnailRepresentation, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V126 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V129 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::QuickLookThumbnailing.QLThumbnailRepresentation arg1, NSError arg2)
@@ -29115,31 +29241,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V126 */
+ } /* class NIDActionArity2V129 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::ReplayKit.RPBroadcastActivityViewController, NSError>))]
- internal delegate void DActionArity2V128 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V131 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V128 {
- static internal readonly DActionArity2V128 Handler = Invoke;
+ static internal class SDActionArity2V131 {
+ static internal readonly DActionArity2V131 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V128))]
+ [MonoPInvokeCallback (typeof (DActionArity2V131))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::ReplayKit.RPBroadcastActivityViewController, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<ReplayKit.RPBroadcastActivityViewController> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V128 */
- internal sealed class NIDActionArity2V128 : TrampolineBlockBase {
- DActionArity2V128 invoker;
+ } /* class SDActionArity2V131 */
+ internal sealed class NIDActionArity2V131 : TrampolineBlockBase {
+ DActionArity2V131 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V128 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V131 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V128> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V131> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -29148,7 +29274,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::ReplayKit.RPBroadcastActivityViewController, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V128 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V131 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::ReplayKit.RPBroadcastActivityViewController arg1, NSError arg2)
@@ -29157,31 +29283,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V128 */
+ } /* class NIDActionArity2V131 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::ReplayKit.RPPreviewViewController, NSError>))]
- internal delegate void DActionArity2V129 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V132 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V129 {
- static internal readonly DActionArity2V129 Handler = Invoke;
+ static internal class SDActionArity2V132 {
+ static internal readonly DActionArity2V132 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V129))]
+ [MonoPInvokeCallback (typeof (DActionArity2V132))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::ReplayKit.RPPreviewViewController, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<ReplayKit.RPPreviewViewController> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V129 */
- internal sealed class NIDActionArity2V129 : TrampolineBlockBase {
- DActionArity2V129 invoker;
+ } /* class SDActionArity2V132 */
+ internal sealed class NIDActionArity2V132 : TrampolineBlockBase {
+ DActionArity2V132 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V129 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V132 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V129> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V132> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -29190,7 +29316,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::ReplayKit.RPPreviewViewController, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V129 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V132 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::ReplayKit.RPPreviewViewController arg1, NSError arg2)
@@ -29199,31 +29325,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V129 */
+ } /* class NIDActionArity2V132 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::SafariServices.SFContentBlockerState, NSError>))]
- internal delegate void DActionArity2V130 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V133 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V130 {
- static internal readonly DActionArity2V130 Handler = Invoke;
+ static internal class SDActionArity2V133 {
+ static internal readonly DActionArity2V133 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V130))]
+ [MonoPInvokeCallback (typeof (DActionArity2V133))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::SafariServices.SFContentBlockerState, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<SafariServices.SFContentBlockerState> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V130 */
- internal sealed class NIDActionArity2V130 : TrampolineBlockBase {
- DActionArity2V130 invoker;
+ } /* class SDActionArity2V133 */
+ internal sealed class NIDActionArity2V133 : TrampolineBlockBase {
+ DActionArity2V133 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V130 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V133 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V130> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V133> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -29232,7 +29358,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::SafariServices.SFContentBlockerState, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V130 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V133 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::SafariServices.SFContentBlockerState arg1, NSError arg2)
@@ -29241,31 +29367,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V130 */
+ } /* class NIDActionArity2V133 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Security.SecIdentity, NSArray>))]
- internal delegate void DActionArity2V118 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V121 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V118 {
- static internal readonly DActionArity2V118 Handler = Invoke;
+ static internal class SDActionArity2V121 {
+ static internal readonly DActionArity2V121 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V118))]
+ [MonoPInvokeCallback (typeof (DActionArity2V121))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Security.SecIdentity, NSArray>) (descriptor->Target);
if (del != null)
del (new Security.SecIdentity (arg1, false), Runtime.GetNSObject<NSArray> (arg2)!);
}
- } /* class SDActionArity2V118 */
- internal sealed class NIDActionArity2V118 : TrampolineBlockBase {
- DActionArity2V118 invoker;
+ } /* class SDActionArity2V121 */
+ internal sealed class NIDActionArity2V121 : TrampolineBlockBase {
+ DActionArity2V121 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V118 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V121 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V118> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V121> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -29274,7 +29400,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Security.SecIdentity, NSArray>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V118 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V121 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Security.SecIdentity arg1, NSArray arg2)
@@ -29283,31 +29409,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V118 */
+ } /* class NIDActionArity2V121 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::SharedWithYou.SWCollaborationHighlight, NSError>))]
- internal delegate void DActionArity2V131 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V134 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V131 {
- static internal readonly DActionArity2V131 Handler = Invoke;
+ static internal class SDActionArity2V134 {
+ static internal readonly DActionArity2V134 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V131))]
+ [MonoPInvokeCallback (typeof (DActionArity2V134))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::SharedWithYou.SWCollaborationHighlight, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<SharedWithYou.SWCollaborationHighlight> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V131 */
- internal sealed class NIDActionArity2V131 : TrampolineBlockBase {
- DActionArity2V131 invoker;
+ } /* class SDActionArity2V134 */
+ internal sealed class NIDActionArity2V134 : TrampolineBlockBase {
+ DActionArity2V134 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V131 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V134 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V131> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V134> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -29316,7 +29442,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::SharedWithYou.SWCollaborationHighlight, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V131 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V134 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::SharedWithYou.SWCollaborationHighlight arg1, NSError arg2)
@@ -29325,31 +29451,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V131 */
+ } /* class NIDActionArity2V134 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::SharedWithYou.SWHighlight, NSError>))]
- internal delegate void DActionArity2V132 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V135 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V132 {
- static internal readonly DActionArity2V132 Handler = Invoke;
+ static internal class SDActionArity2V135 {
+ static internal readonly DActionArity2V135 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V132))]
+ [MonoPInvokeCallback (typeof (DActionArity2V135))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::SharedWithYou.SWHighlight, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<SharedWithYou.SWHighlight> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V132 */
- internal sealed class NIDActionArity2V132 : TrampolineBlockBase {
- DActionArity2V132 invoker;
+ } /* class SDActionArity2V135 */
+ internal sealed class NIDActionArity2V135 : TrampolineBlockBase {
+ DActionArity2V135 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V132 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V135 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V132> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V135> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -29358,7 +29484,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::SharedWithYou.SWHighlight, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V132 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V135 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::SharedWithYou.SWHighlight arg1, NSError arg2)
@@ -29367,31 +29493,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V132 */
+ } /* class NIDActionArity2V135 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::SharedWithYouCore.SWSignedPersonIdentityProof, NSError>))]
- internal delegate void DActionArity2V133 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V136 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V133 {
- static internal readonly DActionArity2V133 Handler = Invoke;
+ static internal class SDActionArity2V136 {
+ static internal readonly DActionArity2V136 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V133))]
+ [MonoPInvokeCallback (typeof (DActionArity2V136))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::SharedWithYouCore.SWSignedPersonIdentityProof, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<SharedWithYouCore.SWSignedPersonIdentityProof> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V133 */
- internal sealed class NIDActionArity2V133 : TrampolineBlockBase {
- DActionArity2V133 invoker;
+ } /* class SDActionArity2V136 */
+ internal sealed class NIDActionArity2V136 : TrampolineBlockBase {
+ DActionArity2V136 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V133 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V136 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V133> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V136> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -29400,7 +29526,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::SharedWithYouCore.SWSignedPersonIdentityProof, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V133 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V136 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::SharedWithYouCore.SWSignedPersonIdentityProof arg1, NSError arg2)
@@ -29409,31 +29535,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V133 */
+ } /* class NIDActionArity2V136 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::ShazamKit.SHMediaItem, NSError>))]
- internal delegate void DActionArity2V134 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V137 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V134 {
- static internal readonly DActionArity2V134 Handler = Invoke;
+ static internal class SDActionArity2V137 {
+ static internal readonly DActionArity2V137 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V134))]
+ [MonoPInvokeCallback (typeof (DActionArity2V137))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::ShazamKit.SHMediaItem, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<ShazamKit.SHMediaItem> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V134 */
- internal sealed class NIDActionArity2V134 : TrampolineBlockBase {
- DActionArity2V134 invoker;
+ } /* class SDActionArity2V137 */
+ internal sealed class NIDActionArity2V137 : TrampolineBlockBase {
+ DActionArity2V137 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V134 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V137 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V134> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V137> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -29442,7 +29568,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::ShazamKit.SHMediaItem, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V134 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V137 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::ShazamKit.SHMediaItem arg1, NSError arg2)
@@ -29451,31 +29577,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V134 */
+ } /* class NIDActionArity2V137 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::ShazamKit.SHSignature, NSError>))]
- internal delegate void DActionArity2V135 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V138 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V135 {
- static internal readonly DActionArity2V135 Handler = Invoke;
+ static internal class SDActionArity2V138 {
+ static internal readonly DActionArity2V138 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V135))]
+ [MonoPInvokeCallback (typeof (DActionArity2V138))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::ShazamKit.SHSignature, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<ShazamKit.SHSignature> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V135 */
- internal sealed class NIDActionArity2V135 : TrampolineBlockBase {
- DActionArity2V135 invoker;
+ } /* class SDActionArity2V138 */
+ internal sealed class NIDActionArity2V138 : TrampolineBlockBase {
+ DActionArity2V138 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V135 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V138 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V135> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V138> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -29484,7 +29610,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::ShazamKit.SHSignature, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V135 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V138 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::ShazamKit.SHSignature arg1, NSError arg2)
@@ -29493,31 +29619,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V135 */
+ } /* class NIDActionArity2V138 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Speech.SFSpeechRecognitionResult, NSError>))]
- internal delegate void DActionArity2V136 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V139 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V136 {
- static internal readonly DActionArity2V136 Handler = Invoke;
+ static internal class SDActionArity2V139 {
+ static internal readonly DActionArity2V139 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V136))]
+ [MonoPInvokeCallback (typeof (DActionArity2V139))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Speech.SFSpeechRecognitionResult, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<Speech.SFSpeechRecognitionResult> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V136 */
- internal sealed class NIDActionArity2V136 : TrampolineBlockBase {
- DActionArity2V136 invoker;
+ } /* class SDActionArity2V139 */
+ internal sealed class NIDActionArity2V139 : TrampolineBlockBase {
+ DActionArity2V139 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V136 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V139 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V136> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V139> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -29526,7 +29652,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Speech.SFSpeechRecognitionResult, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V136 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V139 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Speech.SFSpeechRecognitionResult arg1, NSError arg2)
@@ -29535,31 +29661,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V136 */
+ } /* class NIDActionArity2V139 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::StoreKit.SKCloudServiceCapability, NSError>))]
- internal delegate void DActionArity2V137 (IntPtr block, UIntPtr arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V140 (IntPtr block, UIntPtr arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V137 {
- static internal readonly DActionArity2V137 Handler = Invoke;
+ static internal class SDActionArity2V140 {
+ static internal readonly DActionArity2V140 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V137))]
+ [MonoPInvokeCallback (typeof (DActionArity2V140))]
static unsafe void Invoke (IntPtr block, UIntPtr arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::StoreKit.SKCloudServiceCapability, NSError>) (descriptor->Target);
if (del != null)
del ((StoreKit.SKCloudServiceCapability) (ulong) arg1, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V137 */
- internal sealed class NIDActionArity2V137 : TrampolineBlockBase {
- DActionArity2V137 invoker;
+ } /* class SDActionArity2V140 */
+ internal sealed class NIDActionArity2V140 : TrampolineBlockBase {
+ DActionArity2V140 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V137 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V140 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V137> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V140> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -29568,7 +29694,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::StoreKit.SKCloudServiceCapability, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V137 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V140 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::StoreKit.SKCloudServiceCapability arg1, NSError arg2)
@@ -29576,31 +29702,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, (UIntPtr) (ulong) arg1, arg2__handle__);
}
- } /* class NIDActionArity2V137 */
+ } /* class NIDActionArity2V140 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::StoreKit.SKProductStorePromotionVisibility, NSError>))]
- internal delegate void DActionArity2V140 (IntPtr block, IntPtr arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V143 (IntPtr block, IntPtr arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V140 {
- static internal readonly DActionArity2V140 Handler = Invoke;
+ static internal class SDActionArity2V143 {
+ static internal readonly DActionArity2V143 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V140))]
+ [MonoPInvokeCallback (typeof (DActionArity2V143))]
static unsafe void Invoke (IntPtr block, IntPtr arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::StoreKit.SKProductStorePromotionVisibility, NSError>) (descriptor->Target);
if (del != null)
del ((StoreKit.SKProductStorePromotionVisibility) (long) arg1, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V140 */
- internal sealed class NIDActionArity2V140 : TrampolineBlockBase {
- DActionArity2V140 invoker;
+ } /* class SDActionArity2V143 */
+ internal sealed class NIDActionArity2V143 : TrampolineBlockBase {
+ DActionArity2V143 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V140 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V143 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V140> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V143> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -29609,7 +29735,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::StoreKit.SKProductStorePromotionVisibility, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V140 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V143 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::StoreKit.SKProductStorePromotionVisibility arg1, NSError arg2)
@@ -29617,31 +29743,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, (IntPtr) (long) arg1, arg2__handle__);
}
- } /* class NIDActionArity2V140 */
+ } /* class NIDActionArity2V143 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::StoreKit.SKProduct[], NSError>))]
- internal delegate void DActionArity2V139 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V142 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V139 {
- static internal readonly DActionArity2V139 Handler = Invoke;
+ static internal class SDActionArity2V142 {
+ static internal readonly DActionArity2V142 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V139))]
+ [MonoPInvokeCallback (typeof (DActionArity2V142))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::StoreKit.SKProduct[], NSError>) (descriptor->Target);
if (del != null)
del (CFArray.ArrayFromHandle<global::StoreKit.SKProduct> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V139 */
- internal sealed class NIDActionArity2V139 : TrampolineBlockBase {
- DActionArity2V139 invoker;
+ } /* class SDActionArity2V142 */
+ internal sealed class NIDActionArity2V142 : TrampolineBlockBase {
+ DActionArity2V142 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V139 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V142 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V139> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V142> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -29650,7 +29776,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::StoreKit.SKProduct[], NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V139 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V142 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::StoreKit.SKProduct[] arg1, NSError arg2)
@@ -29663,7 +29789,7 @@ namespace ObjCRuntime {
if (nsa_arg1 != null)
nsa_arg1.Dispose ();
}
- } /* class NIDActionArity2V139 */
+ } /* class NIDActionArity2V142 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<bool, global::AVKit.AVAudioSessionRouteSelection>))]
internal delegate void DActionArity2V22 (IntPtr block, bool arg1, IntPtr arg2);
@@ -30129,28 +30255,28 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V73 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::ThreadNetwork.THCredentials, NSError>))]
- internal delegate void DActionArity2V142 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V145 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V142 {
- static internal readonly DActionArity2V142 Handler = Invoke;
+ static internal class SDActionArity2V145 {
+ static internal readonly DActionArity2V145 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V142))]
+ [MonoPInvokeCallback (typeof (DActionArity2V145))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::ThreadNetwork.THCredentials, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<ThreadNetwork.THCredentials> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V142 */
- internal sealed class NIDActionArity2V142 : TrampolineBlockBase {
- DActionArity2V142 invoker;
+ } /* class SDActionArity2V145 */
+ internal sealed class NIDActionArity2V145 : TrampolineBlockBase {
+ DActionArity2V145 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V142 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V145 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V142> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V145> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30159,7 +30285,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::ThreadNetwork.THCredentials, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V142 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V145 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::ThreadNetwork.THCredentials arg1, NSError arg2)
@@ -30168,31 +30294,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V142 */
+ } /* class NIDActionArity2V145 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::UIKit.NSTextLayoutManager, global::UIKit.NSTextLayoutFragment>))]
- internal delegate void DActionArity2V143 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V146 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V143 {
- static internal readonly DActionArity2V143 Handler = Invoke;
+ static internal class SDActionArity2V146 {
+ static internal readonly DActionArity2V146 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V143))]
+ [MonoPInvokeCallback (typeof (DActionArity2V146))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::UIKit.NSTextLayoutManager, global::UIKit.NSTextLayoutFragment>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<NSTextLayoutManager> (arg1)!, Runtime.GetNSObject<NSTextLayoutFragment> (arg2)!);
}
- } /* class SDActionArity2V143 */
- internal sealed class NIDActionArity2V143 : TrampolineBlockBase {
- DActionArity2V143 invoker;
+ } /* class SDActionArity2V146 */
+ internal sealed class NIDActionArity2V146 : TrampolineBlockBase {
+ DActionArity2V146 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V143 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V146 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V143> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V146> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30201,7 +30327,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 NIDActionArity2V143 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V146 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::UIKit.NSTextLayoutManager arg1, global::UIKit.NSTextLayoutFragment arg2)
@@ -30210,31 +30336,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V143 */
+ } /* class NIDActionArity2V146 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::UIKit.UIImage, NSError>))]
- internal delegate void DActionArity2V155 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V158 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V155 {
- static internal readonly DActionArity2V155 Handler = Invoke;
+ static internal class SDActionArity2V158 {
+ static internal readonly DActionArity2V158 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V155))]
+ [MonoPInvokeCallback (typeof (DActionArity2V158))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::UIKit.UIImage, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<UIImage> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V155 */
- internal sealed class NIDActionArity2V155 : TrampolineBlockBase {
- DActionArity2V155 invoker;
+ } /* class SDActionArity2V158 */
+ internal sealed class NIDActionArity2V158 : TrampolineBlockBase {
+ DActionArity2V158 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V155 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V158 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V155> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V158> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30243,7 +30369,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::UIKit.UIImage, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V155 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V158 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::UIKit.UIImage arg1, NSError arg2)
@@ -30252,31 +30378,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V155 */
+ } /* class NIDActionArity2V158 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::UIKit.UISpringLoadedInteraction, global::UIKit.IUISpringLoadedInteractionContext>))]
- internal delegate void DActionArity2V150 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V153 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V150 {
- static internal readonly DActionArity2V150 Handler = Invoke;
+ static internal class SDActionArity2V153 {
+ static internal readonly DActionArity2V153 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V150))]
+ [MonoPInvokeCallback (typeof (DActionArity2V153))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::UIKit.UISpringLoadedInteraction, global::UIKit.IUISpringLoadedInteractionContext>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<UISpringLoadedInteraction> (arg1)!, Runtime.GetINativeObject<UIKit.IUISpringLoadedInteractionContext> (arg2, false)!);
}
- } /* class SDActionArity2V150 */
- internal sealed class NIDActionArity2V150 : TrampolineBlockBase {
- DActionArity2V150 invoker;
+ } /* class SDActionArity2V153 */
+ internal sealed class NIDActionArity2V153 : TrampolineBlockBase {
+ DActionArity2V153 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V150 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V153 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V150> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V153> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30285,7 +30411,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 NIDActionArity2V150 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V153 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::UIKit.UISpringLoadedInteraction arg1, global::UIKit.IUISpringLoadedInteractionContext arg2)
@@ -30294,31 +30420,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V150 */
+ } /* class NIDActionArity2V153 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::UIKit.UITableViewRowAction, NSIndexPath>))]
- internal delegate void DActionArity2V151 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V154 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V151 {
- static internal readonly DActionArity2V151 Handler = Invoke;
+ static internal class SDActionArity2V154 {
+ static internal readonly DActionArity2V154 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V151))]
+ [MonoPInvokeCallback (typeof (DActionArity2V154))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::UIKit.UITableViewRowAction, NSIndexPath>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<UITableViewRowAction> (arg1)!, Runtime.GetNSObject<NSIndexPath> (arg2)!);
}
- } /* class SDActionArity2V151 */
- internal sealed class NIDActionArity2V151 : TrampolineBlockBase {
- DActionArity2V151 invoker;
+ } /* class SDActionArity2V154 */
+ internal sealed class NIDActionArity2V154 : TrampolineBlockBase {
+ DActionArity2V154 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V151 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V154 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V151> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V154> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30327,7 +30453,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::UIKit.UITableViewRowAction, NSIndexPath>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V151 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V154 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::UIKit.UITableViewRowAction arg1, NSIndexPath arg2)
@@ -30336,7 +30462,7 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V151 */
+ } /* class NIDActionArity2V154 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::UIKit.UIViewController, NSError>))]
internal delegate void DActionArity2V83 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
@@ -30381,28 +30507,28 @@ namespace ObjCRuntime {
} /* class NIDActionArity2V83 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::WebKit.WKContentRuleList, NSError>))]
- internal delegate void DActionArity2V152 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V155 (IntPtr block, NativeHandle arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V152 {
- static internal readonly DActionArity2V152 Handler = Invoke;
+ static internal class SDActionArity2V155 {
+ static internal readonly DActionArity2V155 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V152))]
+ [MonoPInvokeCallback (typeof (DActionArity2V155))]
static unsafe void Invoke (IntPtr block, NativeHandle arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::WebKit.WKContentRuleList, NSError>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<WebKit.WKContentRuleList> (arg1)!, Runtime.GetNSObject<NSError> (arg2)!);
}
- } /* class SDActionArity2V152 */
- internal sealed class NIDActionArity2V152 : TrampolineBlockBase {
- DActionArity2V152 invoker;
+ } /* class SDActionArity2V155 */
+ internal sealed class NIDActionArity2V155 : TrampolineBlockBase {
+ DActionArity2V155 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity2V152 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity2V155 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity2V152> ();
+ invoker = block->GetDelegateForBlock<DActionArity2V155> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -30411,7 +30537,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::WebKit.WKContentRuleList, NSError>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity2V152 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity2V155 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::WebKit.WKContentRuleList arg1, NSError arg2)
@@ -30420,31 +30546,31 @@ namespace ObjCRuntime {
var arg2__handle__ = arg2.GetHandle ();
invoker (BlockPointer, arg1__handle__, arg2__handle__);
}
- } /* class NIDActionArity2V152 */
+ } /* class NIDActionArity2V155 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::WebKit.WKNavigationActionPolicy, global::WebKit.WKWebpagePreferences>))]
- internal delegate void DActionArity2V153 (IntPtr block, IntPtr arg1, NativeHandle arg2);
+ internal delegate void DActionArity2V156 (IntPtr block, IntPtr arg1, NativeHandle arg2);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity2V153 {
- static internal readonly DActionArity2V153 Handler = Invoke;
+ static internal class SDActionArity2V156 {
+ static internal readonly DActionArity2V156 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity2V153))]
+ [MonoPInvokeCallback (typeof (DActionArity2V156))]
static unsafe void Invoke (IntPtr block, IntPtr arg1, NativeHandle arg2) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::WebKit.WKNavigationActionPolicy, global::WebKit.WKWebpagePreferences>) (descriptor->Target);
if (del != null)
del ((WebKit.WKNavigationActionPolicy) (long) arg1, Runtime.Get
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment