Returns an array of UTI strings of data types the receiver can read from the pasteboard and be initialized from.
Original signature is '+ (NSArray *)readableTypesForPasteboard:(NSPasteboard *)pasteboard'
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public static NSArray ReadableTypesForPasteboard( NSPasteboard pasteboard )
Public Shared Function ReadableTypesForPasteboard ( _ pasteboard As NSPasteboard _ ) As NSArray
public: static NSArray^ ReadableTypesForPasteboard( NSPasteboard^ pasteboard )

- pasteboard (NSPasteboard)
- A pasteboard.

An array of UTI strings of data types instances of the receiver can read from the pasteboard and be initialized from.

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