Root Class identifier, This is the universal base class for all other classes.
Source position: intuition.pas line 1737
const ROOTCLASS: ClassID = 'rootclass';  | 
All Classes are descendants of the rootclass. There are three primary classes that descend directly from rootclass: imageclass, gadgetclass, and icclass.
SuperClass: None
New Methods:
OM_NEW, OM_ADDTAIL, OM_DISPOSE, OM_REMOVE
The following methods are described at the rootclass level although its up to the subclasses to actually implement them. If a class does not implement these methods, it should either return zero, indicating that this class does not support the method, or defer processing on to its superclass.
OM_ADDMEMBER, OM_GET, OM_UPDATE, OM_REMMEMBER, OM_SET, OM_NOTIFY
  | 
Name of the Object class  | 
|
  | 
This structure is READ-ONLY, and allocated only by Intuition  | 
|
  | 
Find a registered class  | 
|
  | 
Create and initialize a boopsi class.  | 
|
  | 
Create an object from a class.  |