StackTrace class

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"?
 
M

Mattias Sjögren

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top