xamarinios
namespace FileProvider
{
    [Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.MacOSX, 10, 15, PlatformArchitecture.All, null)]
    [Protocol(Name = "NSFileProviderItemFlags", WrapperType = typeof(NSFileProviderItemFlagsWrapper))]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "isUserExecutable", IsProperty = true, IsRequired = true, IsStatic = false, Name = "UserExecutable", PropertyType = typeof(bool), Selector = "userExecutable")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "isUserReadable", IsProperty = true, IsRequired = true, IsStatic = false, Name = "UserReadable", PropertyType = typeof(bool), Selector = "userReadable")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "isUserWritable", IsProperty = true, IsRequired = true, IsStatic = false, Name = "UserWritable", PropertyType = typeof(bool), Selector = "userWritable")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "isHidden", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Hidden", PropertyType = typeof(bool), Selector = "hidden")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "isPathExtensionHidden", IsProperty = true, IsRequired = true, IsStatic = false, Name = "PathExtensionHidden", PropertyType = typeof(bool), Selector = "pathExtensionHidden")]
    public interface INSFileProviderItemFlags : INativeObject, IDisposable
    {
        [Preserve(Conditional = true)]
        bool UserExecutable
        {
            [Export("isUserExecutable")]
            get;
        }

    }
}
Xamarin iOS 0.0
Xamarin macOS 0.0
Information specific to xamarinios
Assembly

Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API

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