MonobjcMonobjc Documented Class Library
LoadNibFileExternalNameTableWithZone Method (fileName, context, zone)
NamespacesMonobjc.FoundationNSBundleLoadNibFileExternalNameTableWithZone(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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool LoadNibFileExternalNameTableWithZone(
	NSString fileName,
	NSDictionary context,
	IntPtr zone
)
Public Overridable Function LoadNibFileExternalNameTableWithZone ( _
	fileName As NSString, _
	context As NSDictionary, _
	zone As IntPtr _
) As Boolean
public:
virtual bool LoadNibFileExternalNameTableWithZone(
	NSString^ fileName, 
	NSDictionary^ context, 
	IntPtr zone
)
Parameters
fileName (NSString)
The name of the nib file, which need not include the .nib extension.
context (NSDictionary)
MISSING
zone (IntPtr)
MISSING
Return Value
YES if the nib file was loaded successfully; otherwise, NO.
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.Foundation (Module: Monobjc.Foundation)