The only way I can come up with would be to implement it just like the method help: each method would have to provide its own signature. That would be trivial to add.
Doing introspection to attempt to determine the signature isn't available in c++.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Will the system.methodSignature be supported later?
Thanks
The only way I can come up with would be to implement it just like the method help: each method would have to provide its own signature. That would be trivial to add.
Doing introspection to attempt to determine the signature isn't available in c++.