MonobjcMonobjc Documented Class Library
WriteFileWrapper Method (wrapper)
NamespacesMonobjc.AppKitNSPasteboardWriteFileWrapper(NSFileWrapper)

Writes the serialized contents of the specified file wrapper to the pasteboard.

Original signature is '- (BOOL)writeFileWrapper:(NSFileWrapper *)wrapper'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool WriteFileWrapper(
	NSFileWrapper wrapper
)
Public Overridable Function WriteFileWrapper ( _
	wrapper As NSFileWrapper _
) As Boolean
public:
virtual bool WriteFileWrapper(
	NSFileWrapper^ wrapper
)
Parameters
wrapper (NSFileWrapper)
The file wrapper to write to the pasteboard.
Return Value
YES if the data was successfully written, otherwise NO.
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)