NSSound Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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