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/28b18641b6f7f08486525bd4f9e9f0fa to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/28b18641b6f7f08486525bd4f9e9f0fa to your computer and use it in GitHub Desktop.
previous-api-comparison/diff/Microsoft.macOS.md

API diff: Microsoft.macOS.dll

Microsoft.macOS.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 = "15.2.9364";
+public const string Version = "15.2.9365";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment