MonobjcMonobjc Documented Class Library
ReadFileWrapper Property
NamespacesMonobjc.AppKitNSPasteboardReadFileWrapper

Reads data representing a file’s contents from the receiver and returns it as a file wrapper.

Original signature is '- (NSFileWrapper *)readFileWrapper'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSFileWrapper ReadFileWrapper { get; }
Public Overridable ReadOnly Property ReadFileWrapper As NSFileWrapper
	Get
public:
virtual property NSFileWrapper^ ReadFileWrapper {
	NSFileWrapper^ 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)