Profiling API to log method parameter values? -
02-18-2006
, 01:22 PM
Hi all,
I managed to use the Profiling API to log the method calls that I'm
interested, but it seems like it can only retrieve the method
signatures and default parameter values, not the actual runtime
parameter values.
My guess is that since the Profiling API uses CLR's JIT compiler, it
can only obtain information that is available at compile time. If that
is the case, then it is quie a limitation on applying the Profiling API
to tracing.
Frank |