Is there a way to use .NET reflection to capture the values of all parameters/local variables?
You could get at this information using the CLR debugging API though it won't be a simple couple of lines to extract it.
2.1m questions
2.1m answers
60 comments
57.0k users