In other languages (e.g. ObjC) I can get a list of all super classes for a given class. I need the same for Xojo.
In my Cocoa Scripting bridge “framework”, I need to tell if a given object or class is a subclass of some other class other than “Object”, and I need to get its Introspection.TypeInfo.
I hoped Introspection would help, but that doesn’t seem to give me the super classes, as far as I can tell.
Any ideas?