I think you might need objc_getMetaClass.

See https://github.com/nst/RuntimeBrowser/blob/master/model/ClassDisplay.m

For how it is used.

Kevin

On 26 Aug 2014, at 15:06, Alex Zavatone <z...@mac.com> wrote:

> I've been using the obj runtime to dump class methods, protocols, Ivars and 
> properties for documentation, but when using class_copyMethodList I noticed 
> that only class instance methods are returned, no class methods declared with 
> a + are returned at all. 
> 
> I scanned the runtime docs and can't see how to get the class methods to be 
> returned using the runtime.  
> 
> Any ideas on how to handle this?
> 
> Using 10.8.5 and iOS 7.1 in Xcode 5.1.1
> 
> Thanks in advance.
> _______________________________________________
> 
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
> 
> 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:
> https://lists.apple.com/mailman/options/cocoa-dev/ktam%40yvs.eu.com
> 
> This email sent to k...@yvs.eu.com


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to