MonobjcMonobjc Documented Class Library
InstantiateNibWithExternalNameTable Method (externalNameTable)
NamespacesMonobjc.AppKitNSNibInstantiateNibWithExternalNameTable(NSDictionary)

Unarchives and instantiates the in-memory contents of the receiver's nib file, creating a distinct object tree and top level objects.

Original signature is '- (BOOL)instantiateNibWithExternalNameTable:(NSDictionary *)externalNameTable'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool InstantiateNibWithExternalNameTable(
	NSDictionary externalNameTable
)
Public Overridable Function InstantiateNibWithExternalNameTable ( _
	externalNameTable As NSDictionary _
) As Boolean
public:
virtual bool InstantiateNibWithExternalNameTable(
	NSDictionary^ externalNameTable
)
Parameters
externalNameTable (NSDictionary)
A dictionary containing entries for the nib file's owner and top-level objects. See the discussion for more information.
Return Value
YES if the nib file's contents were instantiated 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.AppKit (Module: Monobjc.AppKit)