MonoMac.Foundation.NSFileManagerDelegate Members

The members of MonoMac.Foundation.NSFileManagerDelegate are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Methods

ShouldCopyItemAtPath(NSFileManager, NSString, NSString) : bool
Documentation for this section has not yet been entered.
ShouldCopyItemAtPath(NSFileManager, string, string) : bool
Documentation for this section has not yet been entered.
ShouldLinkItemAtPath(NSFileManager, string, string) : bool
Documentation for this section has not yet been entered.
ShouldMoveItemAtPath(NSFileManager, string, string) : bool
Documentation for this section has not yet been entered.
ShouldProceedAfterError(NSFileManager, NSDictionary) : bool
Documentation for this section has not yet been entered.
ShouldProceedAfterErrorCopyingItem(NSFileManager, NSError, string, string) : bool
Documentation for this section has not yet been entered.
ShouldProceedAfterErrorLinkingItem(NSFileManager, NSError, string, string) : bool
Documentation for this section has not yet been entered.
ShouldProceedAfterErrorMovingItem(NSFileManager, NSError, string, string) : bool
Documentation for this section has not yet been entered.
ShouldProceedAfterErrorRemovingItem(NSFileManager, NSError, string) : bool
Documentation for this section has not yet been entered.
ShouldRemoveItemAtPath(NSFileManager, string) : bool
Documentation for this section has not yet been entered.