Re: List of available methods at runtime
Re: List of available methods at runtime
- Subject: Re: List of available methods at runtime
- From: mmalc crawford <email@hidden>
- Date: Wed, 26 Dec 2007 18:47:50 -0800
On Dec 26, 2007, at 6:19 PM, Omar Qazi wrote:
I was wondering if there was a way for my Cocoa Application (in
Objective-C 2.0) to get a list of methods in a given class at
runtime. I've taken a look at the documentation on the Objective-C
language and runtime, as well as the documentation for NSObject, and
don't seem to see anything about listing the available methods.
class_copyMethodList is listed in the Objective-C 2.0 Runtime
Reference...
Is this not what you want?
What are you trying to achieve?
mmalc
_______________________________________________
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