StackTrace class

StackTrace class

am 18.10.2007 15:11:59 von Fir5tSight

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

Re: StackTrace class

am 18.10.2007 21:32:15 von mattias.dont.want.spam

>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

--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.