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.

C# | Visual Basic | Visual C++ |
public virtual bool InstantiateNibWithExternalNameTable( NSDictionary externalNameTable )
Public Overridable Function InstantiateNibWithExternalNameTable ( _ externalNameTable As NSDictionary _ ) As Boolean
public: virtual bool InstantiateNibWithExternalNameTable( NSDictionary^ externalNameTable )

- externalNameTable (NSDictionary)
- A dictionary containing entries for the nib file's owner and top-level objects. See the discussion for more information.

YES if the nib file's contents were instantiated successfully; otherwise, NO.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)