MonobjcMonobjc Documented Class Library
NSPersistentStore Constructor
NamespacesMonobjc.CoreDataNSPersistentStoreNSPersistentStore()()()()
Members
IconMemberDescription
NSPersistentStore(NSPersistentStoreCoordinator, NSString, NSURL, NSDictionary)

Returns a store initialized with the given arguments.

Original signature is '- (id)initWithPersistentStoreCoordinator:(NSPersistentStoreCoordinator *)root configurationName:(NSString *)name URL:(NSURL *)url options:(NSDictionary *)options'

Available in Mac OS X v10.5 and later.


NSPersistentStore()()()()
Initializes a new instance of the NSPersistentStore class.

NSPersistentStore(IntPtr)
Initializes a new instance of the NSPersistentStore class.

NSPersistentStore(String, Object, array<Object>[]()[][])
Initializes a new instance of the NSPersistentStore class.

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)