Function parser

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

    Function parser

    I am using VS 2005 and have some fairly large projects. I would like to
    document the functions in the solution and show a tree of which function
    calls which function. Starting from the main function.

    Is there something out there that does this?

    Thanks,

    Tom


  • Jeroen Mostert

    #2
    Re: Function parser

    tshad wrote:
    I am using VS 2005 and have some fairly large projects. I would like to
    document the functions in the solution and show a tree of which function
    calls which function. Starting from the main function.
    >
    Is there something out there that does this?
    >
    Reflector (http://www.aisto.com/roeder/dotnet/) can do this on the assembly
    level. I'm not aware of tools integrating with VS, but that's not to say
    there aren't any.

    --
    J.

    Comment

    • G.S.

      #3
      Re: Function parser

      On Jun 26, 12:31 pm, "tshad" <ts...@dslextre me.comwrote:
      I am using VS 2005 and have some fairly large projects.  I would like to
      document the functions in the solution and show a tree of which function
      calls which function.  Starting from the main function.
      >
      Is there something out there that does this?
      >
      Thanks,
      >
      Tom
      See this:

      I found it in VB, but I assume it's similar in C#

      Comment

      Working...