Returns the NSImage instance associated with the specified name.
Original signature is '+ (id)imageNamed:(NSString *)name'
Available in Mac OS X v10.0 and later.


- name (NSString)
- The name associated with the desired image.

The NSImage object associated with the specified name, or nil if no such image was found.

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