I am trying to log a method's parameters by using reflection. I read the earlier question posted about this issue on StackOverflow as well which pointed me to CLR API's.
Is it possible, someone can point me to the right direction, as to how will I get the values of parameters passed using API?