NSSound Constructores

Definición

Sobrecargas

NSSound(NSPasteboard)
NSSound(NSCoder)
NSSound(NSData)
NSSound(NSObjectFlag)
NSSound(IntPtr)
NSSound(NSUrl, Boolean)
NSSound(String, Boolean)

NSSound(NSPasteboard)

[Foundation.Export("initWithPasteboard:")]
public NSSound (AppKit.NSPasteboard pasteboard);
new AppKit.NSSound : AppKit.NSPasteboard -> AppKit.NSSound

Parámetros

pasteboard
NSPasteboard
Atributos

Se aplica a

NSSound(NSCoder)

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

Parámetros

coder
NSCoder
Atributos

Se aplica a

NSSound(NSData)

[Foundation.Export("initWithData:")]
public NSSound (Foundation.NSData data);
new AppKit.NSSound : Foundation.NSData -> AppKit.NSSound

Parámetros

data
NSData
Atributos

Se aplica a

NSSound(NSObjectFlag)

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

Parámetros

Se aplica a

NSSound(IntPtr)

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

Parámetros

handle
IntPtr

nativeint

Se aplica a

NSSound(NSUrl, Boolean)

[Foundation.Export("initWithContentsOfURL:byReference:")]
public NSSound (Foundation.NSUrl url, bool byRef);
new AppKit.NSSound : Foundation.NSUrl * bool -> AppKit.NSSound

Parámetros

url
NSUrl
byRef
Boolean
Atributos

Se aplica a

NSSound(String, Boolean)

[Foundation.Export("initWithContentsOfFile:byReference:")]
public NSSound (string path, bool byRef);
new AppKit.NSSound : string * bool -> AppKit.NSSound

Parámetros

path
String
byRef
Boolean
Atributos

Se aplica a