Foundation.NSFileCoordinator Members

The members of Foundation.NSFileCoordinator are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
Documentation for this section has not yet been entered.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
static
FilePresentersINSFilePresenter[]. Documentation for this section has not yet been entered.
PurposeIdentifierstring. Documentation for this section has not yet been entered.

Public Methods

static
AddFilePresenter(INSFilePresenter)
Documentation for this section has not yet been entered.
Cancel()
Documentation for this section has not yet been entered.
CoordinateAccess(NSFileAccessIntent[], NSOperationQueue, Action<NSError>)
Documentation for this section has not yet been entered.
CoordinateBatc(NSUrl[], NSFileCoordinatorReadingOptions, NSUrl[], NSFileCoordinatorWritingOptions, out NSError, Action)
Documentation for this section has not yet been entered.
CoordinateRead(NSUrl, NSFileCoordinatorReadingOptions, out NSError, Action<NSUrl>)
Documentation for this section has not yet been entered.
CoordinateReadWrite(NSUrl, NSFileCoordinatorReadingOptions, NSUrl, NSFileCoordinatorWritingOptions, out NSError, NSFileCoordinatorWorkerRW)
Documentation for this section has not yet been entered.
CoordinateWrite(NSUrl, NSFileCoordinatorWritingOptions, out NSError, Action<NSUrl>)
Documentation for this section has not yet been entered.
CoordinateWriteWrite(NSUrl, NSFileCoordinatorWritingOptions, NSUrl, NSFileCoordinatorWritingOptions, out NSError, NSFileCoordinatorWorkerRW)
Documentation for this section has not yet been entered.
ItemMoved(NSUrl, NSUrl)
Documentation for this section has not yet been entered.
static
RemoveFilePresenter(INSFilePresenter)
Documentation for this section has not yet been entered.
WillMove(NSUrl, NSUrl)
Documentation for this section has not yet been entered.