This method returns an array of class objects that were all registered during the dynamic loading of a class.
For backward compatibility, this method does not take an Environment parameter.
SOMClassMgr receiver; SOMClass classObj; SOMClass *rc; rc = somGetRelatedClasses(receiver, classObj);