StackTrace class

  • Thread starter Thread starter Curious
  • Start date Start date
C

Curious

Is it possible to trace the call stack all the way back to another
assembly that originally makes the call through "Reflection" or
"StackTrace"?
 
Is it possible to trace the call stack all the way back to another
assembly that originally makes the call through "Reflection" or
"StackTrace"?

Yes, that's what the StackTrace class is for. Assembly boundaries
doesn't matter here.


Mattias
 
Back
Top