xamarinwatchos
namespace Foundation
{
    [Protocol(Name = "NSFileManagerDelegate", WrapperType = typeof(NSFileManagerDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldCopyItemAtPath", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSFileManager), typeof(NSString), typeof(NSString) }, ReturnType = typeof(bool), Selector = "fileManager:shouldCopyItemAtPath:toPath:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldCopyItemAtUrl", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSFileManager), typeof(NSUrl), typeof(NSUrl) }, ReturnType = typeof(bool), Selector = "fileManager:shouldCopyItemAtURL:toURL:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldLinkItemAtUrl", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSFileManager), typeof(NSUrl), typeof(NSUrl) }, ReturnType = typeof(bool), Selector = "fileManager:shouldLinkItemAtURL:toURL:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldMoveItemAtUrl", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSFileManager), typeof(NSUrl), typeof(NSUrl) }, ReturnType = typeof(bool), Selector = "fileManager:shouldMoveItemAtURL:toURL:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldProceedAfterErrorCopyingItem", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(NSFileManager), typeof(NSError), typeof(NSUrl), typeof(NSUrl) }, ReturnType = typeof(bool), Selector = "fileManager:shouldProceedAfterError:copyingItemAtURL:toURL:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldProceedAfterErrorLinkingItem", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(NSFileManager), typeof(NSError), typeof(NSUrl), typeof(NSUrl) }, ReturnType = typeof(bool), Selector = "fileManager:shouldProceedAfterError:linkingItemAtURL:toURL:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldProceedAfterErrorMovingItem", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(NSFileManager), typeof(NSError), typeof(NSUrl), typeof(NSUrl) }, ReturnType = typeof(bool), Selector = "fileManager:shouldProceedAfterError:movingItemAtURL:toURL:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldRemoveItemAtUrl", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSFileManager), typeof(NSUrl) }, ReturnType = typeof(bool), Selector = "fileManager:shouldRemoveItemAtURL:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldProceedAfterErrorRemovingItem", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSFileManager), typeof(NSError), typeof(NSUrl) }, ReturnType = typeof(bool), Selector = "fileManager:shouldProceedAfterError:removingItemAtURL:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldProceedAfterErrorCopyingItem", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(NSFileManager), typeof(NSError), typeof(string), typeof(string) }, ReturnType = typeof(bool), Selector = "fileManager:shouldProceedAfterError:copyingItemAtPath:toPath:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldMoveItemAtPath", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSFileManager), typeof(string), typeof(string) }, ReturnType = typeof(bool), Selector = "fileManager:shouldMoveItemAtPath:toPath:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldProceedAfterErrorMovingItem", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(NSFileManager), typeof(NSError), typeof(string), typeof(string) }, ReturnType = typeof(bool), Selector = "fileManager:shouldProceedAfterError:movingItemAtPath:toPath:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldLinkItemAtPath", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSFileManager), typeof(string), typeof(string) }, ReturnType = typeof(bool), Selector = "fileManager:shouldLinkItemAtPath:toPath:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldProceedAfterErrorLinkingItem", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(NSFileManager), typeof(NSError), typeof(string), typeof(string) }, ReturnType = typeof(bool), Selector = "fileManager:shouldProceedAfterError:linkingItemAtPath:toPath:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldRemoveItemAtPath", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSFileManager), typeof(string) }, ReturnType = typeof(bool), Selector = "fileManager:shouldRemoveItemAtPath:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldProceedAfterErrorRemovingItem", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSFileManager), typeof(NSError), typeof(string) }, ReturnType = typeof(bool), Selector = "fileManager:shouldProceedAfterError:removingItemAtPath:")]
    public interface INSFileManagerDelegate : INativeObject, IDisposable
}
Assembly Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065
.NET 6.07.08.09.0
Platform Restrictions

The selected framework does not have platform annotations.

  • Built-in API
  • Package-provided API

05/01/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙