Methods


MO_allClasses
Returns an array of all the classes which came from a bundle.

MO_allClasses

Returns an array of all the classes which came from a bundle.
- ( NSArray *) MO_allClasses;

This method returns an array of all the classes which came from the receiving bundle. This method will never return _NSZombie or Object or any subclasses of Object. It will never return any classes that do not implement +retain and +release. This method will also never return NSProxy or any of its subclasses due to a bug in NSProxy with +conformsToProtocol:.

method result
The array of classes.

(Last Updated 3/20/2005)