StackTrace class

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Curious

    #1

    StackTrace class

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

  • Mattias Sjögren

    #2
    Re: StackTrace class

    >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.

    Comment

    Working...