Returns the NSImageRep subclass that handles data with the specified pasteboard type.
Original signature is '+ (Class)imageRepClassForPasteboardType:(NSString *)type'
Available in Mac OS X v10.0 and later.


- type (NSString)
- The pasteboard type.

A Class object for the image representation that can handle the specified pasteboard type, or nil if no image representation could handle the type.

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