net9.0-ios
namespace Foundation
{
    [Protocol(Name = "NSObject", WrapperType = typeof(NSObjectProtocolWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DangerousRelease", Selector = "release")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetNativeHash", ReturnType = typeof(UIntPtr), Selector = "hash")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DangerousRetain", ReturnType = typeof(NSObject), Selector = "retain")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DangerousAutorelease", ReturnType = typeof(NSObject), Selector = "autorelease")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "IsEqual", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSObject) }, ReturnType = typeof(bool), Selector = "isEqual:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "PerformSelector", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(Selector) }, ReturnType = typeof(NSObject), Selector = "performSelector:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "PerformSelector", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(Selector), typeof(NSObject) }, ReturnType = typeof(NSObject), Selector = "performSelector:withObject:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "PerformSelector", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(Selector), typeof(NSObject), typeof(NSObject) }, ReturnType = typeof(NSObject), Selector = "performSelector:withObject:withObject:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "IsKindOfClass", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(Class) }, ReturnType = typeof(bool), Selector = "isKindOfClass:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "IsMemberOfClass", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(Class) }, ReturnType = typeof(bool), Selector = "isMemberOfClass:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ConformsToProtocol", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NativeHandle) }, ReturnType = typeof(bool), Selector = "conformsToProtocol:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RespondsToSelector", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(Selector) }, ReturnType = typeof(bool), Selector = "respondsToSelector:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "description", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Description", PropertyType = typeof(string), Selector = "description")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "debugDescription", IsProperty = true, IsRequired = false, IsStatic = false, Name = "DebugDescription", PropertyType = typeof(string), Selector = "debugDescription")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "superclass", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Superclass", PropertyType = typeof(Class), Selector = "superclass")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "class", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Class", PropertyType = typeof(Class), Selector = "class")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "self", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Self", PropertyType = typeof(NSObject), Selector = "self")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "isProxy", IsProperty = true, IsRequired = true, IsStatic = false, Name = "IsProxy", PropertyType = typeof(bool), Selector = "isProxy")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "retainCount", IsProperty = true, IsRequired = true, IsStatic = false, Name = "RetainCount", PropertyType = typeof(UIntPtr), Selector = "retainCount")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "zone", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Zone", PropertyType = typeof(NSZone), Selector = "zone")]
    public interface INSObjectProtocol : INativeObject, IDisposable
}
nuget.org
0.0 %
Reference this API
0.0 %
Derive from this class or interface
Assembly Microsoft.iOS , Version=17.0.0.0, PublicKeyToken=84e04ff9cfb79065
Help Documentation
.NET 6.0-ios6.0-maccatalyst6.0-macos6.0-tvos7.0-ios7.0-maccatalyst7.0-macos7.0-tvos8.0-ios8.0-maccatalyst8.0-macos8.0-tvos9.0-ios9.0-maccatalyst9.0-macos9.0-tvos
Xamarin iOS 0.0
Xamarin macOS 0.0
Xamarin tvOS 0.0
Xamarin watchOS 0.0
OS Platforms

For the selected framework this API is only supported on the following OS platforms:

  • iOS >= 11
  • Mac Catalyst >= 11
  • macOS >= 10.15
  • tvOS >= 11
  • watchOS
  • Built-in API
  • Package-provided API

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