Suppose it could look like:
A *a = new A ; TMethodCall *m = new TMethodCall(); m->InitMethodWithPrototype(b,"doSomething","const A*"); m->Execute(b,"a");
Best regards, Valery