How to find function parameters

Posted by AngryHacker on Stack Overflow See other posts from Stack Overflow or by AngryHacker
Published on 2009-11-20T20:11:44Z Indexed on 2010/05/29 20:02 UTC
Read the original article Hit count: 171

I need to log all the function parameters in a dozen functions.

Is there a way to pro grammatically determine all the parameters and their values (or at least their .ToString() value)? Perhaps via reflection?

© Stack Overflow or respective owner

Related posts about reflection

Related posts about c#2.0