A
arm
I would like to have the possibility to trace with the normal stack dump
the actual values of the parameters. Does anybody know how to get them
from stack ?
In detail:
with stackTrace.GetFrame(frameCount);
and stackFrame.GetMethod();
I can get the called methods on stack and with reflection
the type and count of the parameters but i can see no
way to get the actual value of each parameter which would
help a lot in a log-file in case of an exception!
the actual values of the parameters. Does anybody know how to get them
from stack ?
In detail:
with stackTrace.GetFrame(frameCount);
and stackFrame.GetMethod();
I can get the called methods on stack and with reflection
the type and count of the parameters but i can see no
way to get the actual value of each parameter which would
help a lot in a log-file in case of an exception!