Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created February 1, 2025 14:28
Show Gist options
  • Save vs-mobiletools-engineering-service2/3201afcd99c70138ae34e0bcd266e96b to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/3201afcd99c70138ae34e0bcd266e96b to your computer and use it in GitHub Desktop.
previous-api-comparison/diff/Microsoft.MacCatalyst.md

API diff: Microsoft.MacCatalyst.dll

Microsoft.MacCatalyst.dll

Namespace ObjCBindings

New Type: ObjCBindings.BindFromAttribute

public class BindFromAttribute : System.Attribute {
	// constructors
	public BindFromAttribute (System.Type type);
	// properties
	public System.Type OriginalType { get; set; }
	public System.Type Type { get; set; }
}

Namespace ObjCRuntime

Type Changed: ObjCRuntime.Constants

Modified fields:

-public const string Version = "18.2.9364";
+public const string Version = "18.2.9365";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment