I need to be able to interrogate a function/method and get a list of the arguments which that function expects, from outside the function, before the function is called.
So not argument values, but a list of expected argument 'slots' per say.
Possible?