Compartir a través de


NSAppearance Constructores

Definición

Sobrecargas

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

NSAppearance()

[Foundation.Export("init")]
public NSAppearance ();
Atributos

Se aplica a

NSAppearance(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSAppearance (Foundation.NSCoder coder);
new AppKit.NSAppearance : Foundation.NSCoder -> AppKit.NSAppearance

Parámetros

coder
NSCoder
Atributos

Se aplica a

NSAppearance(NSObjectFlag)

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

Parámetros

Se aplica a

NSAppearance(IntPtr)

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

Parámetros

handle
IntPtr

nativeint

Se aplica a

NSAppearance(String, NSBundle)

[Foundation.Export("initWithAppearanceNamed:bundle:")]
[ObjCRuntime.DesignatedInitializer]
public NSAppearance (string name, Foundation.NSBundle bundle);
new AppKit.NSAppearance : string * Foundation.NSBundle -> AppKit.NSAppearance

Parámetros

name
String
bundle
NSBundle
Atributos

Se aplica a