Re: Recovering a list of selectors to which an object can respond
Re: Recovering a list of selectors to which an object can respond
- Subject: Re: Recovering a list of selectors to which an object can respond
- From: Shawn Erickson <email@hidden>
- Date: Tue, 18 Sep 2007 11:05:33 -0700
On Sep 18, 2007, at 10:57 AM, Gustavo Vera wrote:
I can't find a way to recover a list of selectors to which an
object can
respond, or a list of subclasses for a specified class. Either I'm
searching
at the wrong places, or the introspection feature in cocoa is very
poor...
Someone knows if Is there a way to achieve these goals?
In the general case getting a list of selectors isn't very useful...
usually you have a message you want to send and query the target
object to see if it responds to it.
With that said...
<http://developer.apple.com/documentation/Cocoa/Reference/
ObjCRuntimeRef/Reference/reference.html>
-Shawn
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden