StackTrace class
am 18.10.2007 15:11:59 von Fir5tSightIs 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"?
>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.