Re: Getting list of classes
Re: Getting list of classes
- Subject: Re: Getting list of classes
- From: Kurt Revis <email@hidden>
- Date: Tue, 15 Jan 2002 11:42:31 -0800
On Monday, January 14, 2002, at 11:16 AM, Drew McCormack wrote:
Is it possible to get a list of all classes in an application? So, is
there a method to return an array of all loaded classes?
See /usr/include/objc/objc-runtime.h, specifically the
objc_getClassList() function.
--
Kurt Revis
email@hidden