NSNib Constructors

Definition

Overloads

NSNib()
NSNib(NSCoder)
NSNib(NSObjectFlag)
NSNib(NSUrl)
NSNib(IntPtr)
NSNib(NSData, NSBundle)
NSNib(String, NSBundle)

NSNib()

[Foundation.Export("init")]
public NSNib ();
Attributes

Applies to

NSNib(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSNib (Foundation.NSCoder coder);
new AppKit.NSNib : Foundation.NSCoder -> AppKit.NSNib

Parameters

coder
NSCoder
Attributes

Applies to

NSNib(NSObjectFlag)

protected NSNib (Foundation.NSObjectFlag t);
new AppKit.NSNib : Foundation.NSObjectFlag -> AppKit.NSNib

Parameters

Applies to

NSNib(NSUrl)

[Foundation.Export("initWithContentsOfURL:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.None, null)]
public NSNib (Foundation.NSUrl nibFileUrl);
new AppKit.NSNib : Foundation.NSUrl -> AppKit.NSNib

Parameters

nibFileUrl
NSUrl
Attributes

Applies to

NSNib(IntPtr)

protected internal NSNib (IntPtr handle);
new AppKit.NSNib : nativeint -> AppKit.NSNib

Parameters

handle
IntPtr

nativeint

Applies to

NSNib(NSData, NSBundle)

[Foundation.Export("initWithNibData:bundle:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public NSNib (Foundation.NSData nibData, Foundation.NSBundle bundle);
new AppKit.NSNib : Foundation.NSData * Foundation.NSBundle -> AppKit.NSNib

Parameters

nibData
NSData
bundle
NSBundle
Attributes

Applies to

NSNib(String, NSBundle)

[Foundation.Export("initWithNibNamed:bundle:")]
public NSNib (string nibName, Foundation.NSBundle bundle);
new AppKit.NSNib : string * Foundation.NSBundle -> AppKit.NSNib

Parameters

nibName
String
bundle
NSBundle
Attributes

Applies to