NSViewController Constructors

Definition

Overloads

NSViewController()
NSViewController(NSCoder)
NSViewController(NSObjectFlag)
NSViewController(IntPtr)
NSViewController(String, NSBundle)

NSViewController()

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

Applies to

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

Applies to