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