MonobjcMonobjc Documented Class Library
LoadNibFileExternalNameTableWithZone Method
NamespacesMonobjc.AppKitNSBundle_AppKitAdditionsLoadNibFileExternalNameTableWithZone()()()()
Members
IconMemberDescription
LoadNibFileExternalNameTableWithZone(NSString, NSDictionary, IntPtr)

Unarchives the contents of the nib file and links them to objects in your program.

Original signature is '+ (BOOL)loadNibFile:(NSString *)fileName externalNameTable:(NSDictionary *)context withZone:(NSZone *)zone'

Available in Mac OS X v10.0 and later.


LoadNibFileExternalNameTableWithZone(NSBundle, NSString, NSDictionary, IntPtr)

Unarchives the contents of a nib file located in the receiver's bundle.

Original signature is '- (BOOL)loadNibFile:(NSString *)fileName externalNameTable:(NSDictionary *)context withZone:(NSZone *)zone'

Available in Mac OS X v10.0 and later.


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