MonobjcMonobjc Documented Class Library
RegisterStoreClassForStoreType Method (storeClass, storeType)
NamespacesMonobjc.CoreDataNSPersistentStoreCoordinatorRegisterStoreClassForStoreType(Class, NSString)

Registers a given NSPersistentStore subclass for a given store type string.

Original signature is '+ (void)registerStoreClass:(Class)storeClass forStoreType:(NSString *)storeType'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void RegisterStoreClassForStoreType(
	Class storeClass,
	NSString storeType
)
Public Shared Sub RegisterStoreClassForStoreType ( _
	storeClass As Class, _
	storeType As NSString _
)
public:
static void RegisterStoreClassForStoreType(
	Class^ storeClass, 
	NSString^ storeType
)
Parameters
storeClass (Class)
The NSPersistentStore subclass to use for the store of type storeType.
storeType (NSString)
A unique string that identifies a store type.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

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