Foundation.NSFileManagerDelegate_Extensions Members

The members of Foundation.NSFileManagerDelegate_Extensions are listed below.

See Also: Inherited members from System.Object

Public Methods

static
ShouldCopyItemAtPath(this INSFileManagerDelegate, NSFileManager, NSString, NSString) : bool
Creates a copy of this object, allocating memory from the specified zone or from the default zone if the argument is null.
static
ShouldCopyItemAtPath(this INSFileManagerDelegate, NSFileManager, string, string) : bool
Documentation for this section has not yet been entered.
static
ShouldCopyItemAtUrl(this INSFileManagerDelegate, NSFileManager, NSUrl, NSUrl) : bool
Documentation for this section has not yet been entered.
static
ShouldLinkItemAtPath(this INSFileManagerDelegate, NSFileManager, string, string) : bool
Documentation for this section has not yet been entered.
static
ShouldLinkItemAtUrl(this INSFileManagerDelegate, NSFileManager, NSUrl, NSUrl) : bool
Documentation for this section has not yet been entered.
static
ShouldMoveItemAtPath(this INSFileManagerDelegate, NSFileManager, string, string) : bool
Documentation for this section has not yet been entered.
static
ShouldMoveItemAtUrl(this INSFileManagerDelegate, NSFileManager, NSUrl, NSUrl) : bool
Documentation for this section has not yet been entered.
static
ShouldProceedAfterError(this INSFileManagerDelegate, NSFileManager, NSDictionary) : bool
Documentation for this section has not yet been entered.
static
ShouldProceedAfterErrorCopyingItem(this INSFileManagerDelegate, NSFileManager, NSError, NSUrl, NSUrl) : bool
Documentation for this section has not yet been entered.
static
ShouldProceedAfterErrorCopyingItem(this INSFileManagerDelegate, NSFileManager, NSError, string, string) : bool
Documentation for this section has not yet been entered.
static
ShouldProceedAfterErrorLinkingItem(this INSFileManagerDelegate, NSFileManager, NSError, NSUrl, NSUrl) : bool
Documentation for this section has not yet been entered.
static
ShouldProceedAfterErrorLinkingItem(this INSFileManagerDelegate, NSFileManager, NSError, string, string) : bool
Documentation for this section has not yet been entered.
static
ShouldProceedAfterErrorMovingItem(this INSFileManagerDelegate, NSFileManager, NSError, NSUrl, NSUrl) : bool
Documentation for this section has not yet been entered.
static
ShouldProceedAfterErrorMovingItem(this INSFileManagerDelegate, NSFileManager, NSError, string, string) : bool
Documentation for this section has not yet been entered.
static
ShouldProceedAfterErrorRemovingItem(this INSFileManagerDelegate, NSFileManager, NSError, NSUrl) : bool
Documentation for this section has not yet been entered.
static
ShouldProceedAfterErrorRemovingItem(this INSFileManagerDelegate, NSFileManager, NSError, string) : bool
Documentation for this section has not yet been entered.
static
ShouldRemoveItemAtPath(this INSFileManagerDelegate, NSFileManager, string) : bool
Documentation for this section has not yet been entered.
static
ShouldRemoveItemAtUrl(this INSFileManagerDelegate, NSFileManager, NSUrl) : bool
Documentation for this section has not yet been entered.