MonoMac.AppKit.NSPasteboard: Method Members

The methods of MonoMac.AppKit.NSPasteboard are listed below. For a list of all members, see the NSPasteboard Members list.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Methods

AddTypes(string[], MonoMac.Foundation.NSObject) : int
Documentation for this section has not yet been entered.
CanReadItemWithDataConformingToTypes(string[]) : bool
Documentation for this section has not yet been entered.
CanReadObjectForClasses(MonoMac.Foundation.NSObject[], MonoMac.Foundation.NSDictionary) : bool
Documentation for this section has not yet been entered.
ClearContents() : int
Documentation for this section has not yet been entered.
static
CreateWithUniqueName() : NSPasteboard
Documentation for this section has not yet been entered.
DeclareTypes(string[], MonoMac.Foundation.NSObject) : int
Documentation for this section has not yet been entered.
static
FromName(string) : NSPasteboard
Documentation for this section has not yet been entered.
GetAvailableTypeFromArray(string[]) : string
Documentation for this section has not yet been entered.
GetDataForType(string) : MonoMac.Foundation.NSData
Documentation for this section has not yet been entered.
GetPropertyListForType(string) : MonoMac.Foundation.NSObject
Documentation for this section has not yet been entered.
GetStringForType(string) : string
Documentation for this section has not yet been entered.
IndexOf(NSPasteboardItem) : int
Documentation for this section has not yet been entered.
ReadObjectsForClasses(NSPasteboardReading[], MonoMac.Foundation.NSDictionary) : MonoMac.Foundation.NSObject[]
Documentation for this section has not yet been entered.
ReleaseGlobally()
Documentation for this section has not yet been entered.
SetDataForType(MonoMac.Foundation.NSData, string) : bool
Documentation for this section has not yet been entered.
SetPropertyListForType(MonoMac.Foundation.NSObject, string) : bool
Documentation for this section has not yet been entered.
SetStringForType(string, string) : bool
Documentation for this section has not yet been entered.
WriteObjects(NSPasteboardReading[]) : bool
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the NSPasteboard object.