MonobjcMonobjc Documented Class Library
PasteboardWithUniqueName Property
NamespacesMonobjc.AppKitNSPasteboardPasteboardWithUniqueName

Creates and returns a new pasteboard with a name that is guaranteed to be unique with respect to other pasteboards on the computer.

Original signature is '+ (NSPasteboard *)pasteboardWithUniqueName'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSPasteboard PasteboardWithUniqueName { get; }
Public Shared ReadOnly Property PasteboardWithUniqueName As NSPasteboard
	Get
public:
static property NSPasteboard^ PasteboardWithUniqueName {
	NSPasteboard^ get ();
}
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)