Returns the NSSound instance associated with a given name.
Original signature is '+ (id)soundNamed:(NSString *)soundName'
Available in Mac OS X v10.0 and later.


- soundName (NSString)
- Name that identifies sound data.

NSSound instance initialized with the sound data identified by soundName.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)