MonobjcMonobjc Documented Class Library
ClearContents Method
NamespacesMonobjc.AppKitNSPasteboardClearContents()()()()

Clears the existing contents of the pasteboard

Original signature is '- (NSInteger)clearContents'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSInteger ClearContents()
Public Overridable Function ClearContents As NSInteger
public:
virtual NSInteger ClearContents()
Return Value
The change count of the receiver.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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