Hi Is there a way to get a list of all the class functions of a particular class? I can get an array containing the names of _instance_ functions using the Class-Object. So the info about the class functions should be available via the metaclass - but you can't call functions of the metaclass as far as I understand. greetings, Florian Pflug