MonobjcMonobjc Documented Class Library
NSManagedObjectModel Constructor (url)
NamespacesMonobjc.CoreDataNSManagedObjectModelNSManagedObjectModel(NSURL)

Initializes the receiver using the model file at the specified URL.

Original signature is '- (id)initWithContentsOfURL:(NSURL *)url'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public NSManagedObjectModel(
	NSURL url
)
Public Sub New ( _
	url As NSURL _
)
public:
NSManagedObjectModel(
	NSURL^ url
)
Parameters
url (NSURL)
An URL object specifying the location of a model file.
Return Value
A managed object model initialized using the file at url.
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)