MonobjcMonobjc Documented Class Library
RespondsToSelector Method
NamespacesMonobjc.FoundationNSProxyRespondsToSelector()()()()
Members
IconMemberDescription
RespondsToSelector(IntPtr)

Returns a Boolean value that indicates whether the receiver implements or inherits a method that can respond to a specified message. (required)

Original signature is '- (BOOL)respondsToSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.


RespondsToSelector(String)

Returns a Boolean value that indicates whether the receiver implements or inherits a method that can respond to a specified message.

Original signature is '- (BOOL)respondsToSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.


Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)