NSBundle.LoadNibNamed(String, NSObject, NSArray) Method

Definition

[Foundation.Export("loadNibNamed:owner:topLevelObjects:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool LoadNibNamed (string nibName, Foundation.NSObject owner, out Foundation.NSArray topLevelObjects);
abstract member LoadNibNamed : string * Foundation.NSObject *  -> bool
override this.LoadNibNamed : string * Foundation.NSObject *  -> bool

Parameters

nibName
String
owner
NSObject
topLevelObjects
NSArray

Returns

Attributes

Applies to