Returns a collection of all classes loaded by the interpreter.
- You can enumerate this class with the FOR EACH ... NEXT control structure.
- You cannot instanciate this class.
hClass = Classes [ Name AS String ] AS Class
- Returns an existing class from its name.
Referenced by: