xamarinmac
namespace AppKit
{
    [Protocol(Name = "NSPasteboardReading", WrapperType = typeof(NSPasteboardReadingWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = true, Name = "GetReadableTypesForPasteboard", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSPasteboard) }, ReturnType = typeof(string[]), Selector = "readableTypesForPasteboard:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = true, Name = "GetReadingOptionsForType", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(string), typeof(NSPasteboard) }, ReturnType = typeof(NSPasteboardReadingOptions), Selector = "readingOptionsForType:pasteboard:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "InitWithPasteboardPropertyList", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSObject), typeof(string) }, ReturnType = typeof(NSObject), Selector = "xamarinselector:removed:")]
    public interface INSPasteboardReading : INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [EditorBrowsable(EditorBrowsableState.Never)]
        [Export("xamarinselector:removed:")]
        [Obsolete("It will never be called.", false)]
        [Preserve(Conditional = true)]
        NSObject! InitWithPasteboardPropertyList(NSObject! propertyList, string! type);
    }
}
Xamarin macOS 0.0
Information specific to xamarinmac
Assembly

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

Referencing

The API is automatically referenced.

Obsolete It will never be called.
Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API

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