MonoMac.AppKit.NSPasteboard Members

The members of MonoMac.AppKit.NSPasteboard are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
ChangeCountint. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
static
GeneralPasteboardNSPasteboard. Documentation for this section has not yet been entered.
[read-only]
Namestring. Documentation for this section has not yet been entered.
[read-only]
static
NSColorTypeMonoMac.Foundation.NSString. Represents the value associated with the constant NSColorPboardType
[read-only]
static
NSDragPasteboardNameMonoMac.Foundation.NSString. Represents the value associated with the constant NSDragPboard
[read-only]
static
NSFileContentsTypeMonoMac.Foundation.NSString. Represents the value associated with the constant NSFileContentsPboardType
[read-only]
static
NSFilenamesTypeMonoMac.Foundation.NSString. Represents the value associated with the constant NSFilenamesPboardType
[read-only]
static
NSFilesPromiseTypeMonoMac.Foundation.NSString. Represents the value associated with the constant NSFilesPromisePboardType
[read-only]
static
NSFindPasteboardNameMonoMac.Foundation.NSString. Represents the value associated with the constant NSFindPboard
[read-only]
static
NSFontPasteboardNameMonoMac.Foundation.NSString. Represents the value associated with the constant NSFontPboard
[read-only]
static
NSFontTypeMonoMac.Foundation.NSString. Represents the value associated with the constant NSFontPboardType
[read-only]
static
NSGeneralPasteboardNameMonoMac.Foundation.NSString. Represents the value associated with the constant NSGeneralPboard
[read-only]
static
NSHtmlTypeMonoMac.Foundation.NSString. Represents the value associated with the constant NSHTMLPboardType
[read-only]
static
NSMultipleTextSelectionTypeMonoMac.Foundation.NSString. Represents the value associated with the constant NSMultipleTextSelectionPboardType
[read-only]
static
NSPdfTypeMonoMac.Foundation.NSString. Represents the value associated with the constant NSPDFPboardType
[read-only]
static
NSPictTypeMonoMac.Foundation.NSString. Represents the value associated with the constant NSPICTPboardType
[read-only]
static
NSPostScriptTypeMonoMac.Foundation.NSString. Represents the value associated with the constant NSPostScriptPboardType
[read-only]
static
NSRtfdTypeMonoMac.Foundation.NSString. Represents the value associated with the constant NSRTFDPboardType
[read-only]
static
NSRtfTypeMonoMac.Foundation.NSString. Represents the value associated with the constant NSRTFPboardType
[read-only]
static
NSRulerPasteboardNameMonoMac.Foundation.NSString. Represents the value associated with the constant NSRulerPboard
[read-only]
static
NSRulerTypeMonoMac.Foundation.NSString. Represents the value associated with the constant NSRulerPboardType
[read-only]
static
NSStringTypeMonoMac.Foundation.NSString. Represents the value associated with the constant NSStringPboardType
[read-only]
static
NSTabularTextTypeMonoMac.Foundation.NSString. Represents the value associated with the constant NSTabularTextPboardType
[read-only]
static
NSTiffTypeMonoMac.Foundation.NSString. Represents the value associated with the constant NSTIFFPboardType
[read-only]
static
NSUrlTypeMonoMac.Foundation.NSString. Represents the value associated with the constant NSURLPboardType
[read-only]
static
NSVCardTypeMonoMac.Foundation.NSString. Represents the value associated with the constant NSVCardPboardType
[read-only]
PasteboardItemsNSPasteboardItem[]. Documentation for this section has not yet been entered.
[read-only]
Typesstring[]. Documentation for this section has not yet been entered.

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.