NSNib Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NSNib() | |
NSNib(NSCoder) | |
NSNib(NSObjectFlag) | |
NSNib(NSUrl) | |
NSNib(IntPtr) | |
NSNib(NSData, NSBundle) | |
NSNib(String, NSBundle) |
NSNib()
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