Partager via


NSApplication Constructeurs

Définition

Surcharges

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

Paramètres

coder
NSCoder
Attributs

S’applique à

NSApplication(NSObjectFlag)

protected NSApplication (Foundation.NSObjectFlag t);
new AppKit.NSApplication : Foundation.NSObjectFlag -> AppKit.NSApplication

Paramètres

S’applique à

NSApplication(IntPtr)

protected internal NSApplication (IntPtr handle);
new AppKit.NSApplication : nativeint -> AppKit.NSApplication

Paramètres

handle
IntPtr

nativeint

S’applique à