NSViewController 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
NSViewController() | |
NSViewController(NSCoder) | |
NSViewController(NSObjectFlag) | |
NSViewController(IntPtr) | |
NSViewController(String, NSBundle) |
NSViewController()
NSViewController(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSViewController (Foundation.NSCoder coder);
new AppKit.NSViewController : Foundation.NSCoder -> AppKit.NSViewController
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSViewController(NSObjectFlag)
protected NSViewController (Foundation.NSObjectFlag t);
new AppKit.NSViewController : Foundation.NSObjectFlag -> AppKit.NSViewController
Parameters
Applies to
NSViewController(IntPtr)
protected internal NSViewController (IntPtr handle);
new AppKit.NSViewController : nativeint -> AppKit.NSViewController
Parameters
- handle
-
IntPtr
nativeint
Applies to
NSViewController(String, NSBundle)
[Foundation.Export("initWithNibName:bundle:")]
[ObjCRuntime.DesignatedInitializer]
public NSViewController (string nibNameOrNull, Foundation.NSBundle nibBundleOrNull);
new AppKit.NSViewController : string * Foundation.NSBundle -> AppKit.NSViewController
Parameters
- nibNameOrNull
- String
- nibBundleOrNull
- NSBundle
- Attributes