xamarinmac
namespace CoreData
{
[Register("NSPersistentStoreCoordinator", true)]
public class NSPersistentStoreCoordinator : NSObject, INSLocking, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Deprecated(PlatformName.iOS, 10, 0, PlatformArchitecture.None, "Please see the release notes and Core Data documentation.")]
[Deprecated(PlatformName.MacOSX, 10, 12, PlatformArchitecture.None, "Please see the release notes and Core Data documentation.")]
[Export("removeUbiquitousContentAndPersistentStoreAtURL:options:error:")]
[Introduced(PlatformName.iOS, 7, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 9, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public static bool RemoveUbiquitousContentAndPersistentStore(NSUrl! storeUrl, NSDictionary! options, out NSError! error);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |