hi.
Für meine runtime-object-inspector hab ich das mit den class funktionen...
Delphi-Quellcode:
class function TObject.MethodAddress(const Name: ShortString): Pointer;
// und
class function TObject.MethodName(Address: Pointer): ShortString;
...gelöst. Allerdings hat man immer problem mit den parametern, da darüber keine information vorliegen
...und es funkt nur mit
published methoden.
mâxîmôv.
{KDT}