MonobjcMonobjc Documented Class Library
MergedModelFromBundles Method (bundles)
NamespacesMonobjc.CoreDataNSManagedObjectModelMergedModelFromBundles(NSArray)

Returns a model created by merging all the models found in given bundles.

Original signature is '+ (NSManagedObjectModel *)mergedModelFromBundles:(NSArray *)bundles'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSManagedObjectModel MergedModelFromBundles(
	NSArray bundles
)
Public Shared Function MergedModelFromBundles ( _
	bundles As NSArray _
) As NSManagedObjectModel
public:
static NSManagedObjectModel^ MergedModelFromBundles(
	NSArray^ bundles
)
Parameters
bundles (NSArray)
An array of instances of NSBundle to search. If you specify nil, then the main bundle is searched.
Return Value
A model created by merging all the models found in bundles.
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)