NSController 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
NSController() | |
NSController(NSCoder) | |
NSController(NSObjectFlag) | |
NSController(IntPtr) |
NSController()
[Foundation.Export("init")]
[ObjCRuntime.DesignatedInitializer]
public NSController ();
- Attributes
Applies to
NSController(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSController (Foundation.NSCoder coder);
new AppKit.NSController : Foundation.NSCoder -> AppKit.NSController
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSController(NSObjectFlag)
protected NSController (Foundation.NSObjectFlag t);
new AppKit.NSController : Foundation.NSObjectFlag -> AppKit.NSController
Parameters
Applies to
NSController(IntPtr)
protected internal NSController (IntPtr handle);
new AppKit.NSController : nativeint -> AppKit.NSController
Parameters
- handle
-
IntPtr
nativeint