previous-api-comparison/diff/dotnet/Microsoft.macOS.Ref/ref/net8.0/Microsoft.macOS.md (original) (raw)
previous-api-comparison/diff/dotnet/Microsoft.macOS.Ref/ref/net8.0/Microsoft.macOS.md
Microsoft.macOS.dll
Assembly Version Changed: 14.0.0.0 -> 14.2.0.0
Namespace CloudKit
Type Changed: CloudKit.CKSyncEngineDidFetchChangesEvent
Added property:
public virtual CKSyncEngineFetchChangesContext Context { get; }
Type Changed: CloudKit.CKSyncEngineFetchChangesScope
Added method:
public virtual bool Contains (CKRecordZoneID zoneId);
Type Changed: CloudKit.CKSyncEngineWillFetchChangesEvent
Added property:
public virtual CKSyncEngineFetchChangesContext Context { get; }
Namespace CoreLocation
Type Changed: CoreLocation.CLMonitoringState
Added value:
Namespace CoreVideo
Type Changed: CoreVideo.CVImageBuffer
Added properties:
public static Foundation.NSString LogTransferFunctionAppleLogKey { get; } public static Foundation.NSString LogTransferFunctionKey { get; }
Namespace GameKit
Type Changed: GameKit.GKError
Added values:
ICloudUnavailable = 35, LockdownMode = 36,
Type Changed: GameKit.GKMatch
Added properties:
public virtual Foundation.NSDictionary<GameKit.GKPlayer,Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>> PlayerProperties { get; } public virtual Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> Properties { get; }
Type Changed: GameKit.GKMatchRequest
Added properties:
public virtual Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> Properties { get; set; } public virtual string QueueName { get; set; } public virtual Foundation.NSDictionary<GameKit.GKPlayer,Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>> RecipientProperties { get; set; }
Type Changed: GameKit.GKMatchmaker
Added methods:
public virtual void FindMatchedPlayers (GKMatchRequest request, System.Action<GKMatchedPlayers,Foundation.NSError> completionHandler); public virtual System.Threading.Tasks.Task FindMatchedPlayersAsync (GKMatchRequest request); public virtual void QueryQueueActivity (string queueName, System.Action<System.IntPtr,Foundation.NSError> completionHandler); public virtual System.Threading.Tasks.Task QueryQueueActivityAsync (string queueName);
Type Changed: GameKit.GKMatchmakerViewControllerDelegate
Added method:
public virtual void GetMatchProperties (GKMatchmakerViewController viewController, GKPlayer recipient, System.Action<Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>> completionHandler);
Type Changed: GameKit.GKMatchmakerViewControllerDelegate_Extensions
Added method:
public static void GetMatchProperties (this IGKMatchmakerViewControllerDelegate This, GKMatchmakerViewController viewController, GKPlayer recipient, System.Action<Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>> completionHandler);
New Type: GameKit.GKMatchedPlayers
public class GKMatchedPlayers : Foundation.NSObject { // constructors public GKMatchedPlayers (); protected GKMatchedPlayers (Foundation.NSObjectFlag t); protected GKMatchedPlayers (ObjCRuntime.NativeHandle handle); // properties public override ObjCRuntime.NativeHandle ClassHandle { get; } public virtual Foundation.NSDictionary<GameKit.GKPlayer,Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>> PlayerProperties { get; } public virtual GKPlayer[] Players { get; } public virtual Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> Properties { get; } }
Namespace ObjCRuntime
Type Changed: ObjCRuntime.Constants
Modified fields:
-public const string SdkVersion = "14.0"; +public const string SdkVersion = "14.2"; -public const string Version = "9.1.0"; +public const string Version = "9.3.0";
Namespace ScreenCaptureKit
Type Changed: ScreenCaptureKit.SCContentFilter
Added property:
public virtual bool IncludeMenuBar { get; set; }
Type Changed: ScreenCaptureKit.SCStreamConfiguration
Added property:
public virtual bool IncludeChildWindows { get; set; }
Type Changed: ScreenCaptureKit.SCStreamFrameInfoKeys
Added property:
public static Foundation.NSString PresenterOverlayContentRect { get; }
Namespace Speech
Type Changed: Speech.SFAnalysisContextTag
Obsoleted properties:
[Obsolete ("This API has been removed from the framework.")] public static Foundation.NSString LeftContext { get; } [Obsolete ("This API has been removed from the framework.")] public static Foundation.NSString RightContext { get; } [Obsolete ("This API has been removed from the framework.")] public static Foundation.NSString SelectedText { get; }