xamarinios
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(nuint), 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(IntPtr) }, 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(nuint), 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
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[Export("conformsToProtocol:")]
[Preserve(Conditional = true)]
bool ConformsToProtocol(IntPtr aProtocol);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin macOS | 0.0 |
Xamarin tvOS | 0.0 |
Xamarin watchOS | 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. |