MonobjcMonobjc Documented Class Library
ImageRepClassForPasteboardType Method (type)
NamespacesMonobjc.AppKitNSImageRepImageRepClassForPasteboardType(NSString)

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.

Declaration Syntax
C#Visual BasicVisual C++
public static Class ImageRepClassForPasteboardType(
	NSString type
)
Public Shared Function ImageRepClassForPasteboardType ( _
	type As NSString _
) As Class
public:
static Class^ ImageRepClassForPasteboardType(
	NSString^ type
)
Parameters
type (NSString)
The pasteboard type.
Return Value
A Class object for the image representation that can handle the specified pasteboard type, or nil if no image representation could handle the type.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)