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