MonobjcMonobjc Documented Class Library
NSDocument Constructor
NamespacesMonobjc.AppKitNSDocumentNSDocument()()()()
Members
IconMemberDescription
NSDocument(NSURL, NSString, NSError%)

Initializes a document located by a URL of a specified type.

Original signature is '- (id)initWithContentsOfURL:(NSURL *)absoluteURL ofType:(NSString *)typeName error:(NSError **)outError'

Available in Mac OS X v10.4 and later.


NSDocument(NSString, NSError%)

Initializes a document of a specified type.

Original signature is '- (id)initWithType:(NSString *)typeName error:(NSError **)outError'

Available in Mac OS X v10.4 and later.


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

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

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

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