Search Tool like Aivosto Project Analyzer for c#

  • Thread starter Thread starter Ewald B.
  • Start date Start date
E

Ewald B.

Hi,

i am searching a tool which shows me information about a method. i want to
know which other methodes calls a method.

Example:

Method1:

- called by: Method2, Methode3, ...
- calls: Method5

For VB.net the tool aivosto project analyzer works fine. But i need this for
c#.

Thanks :-))
 
Ewald said:
Hi,

i am searching a tool which shows me information about a method. i want to
know which other methodes calls a method.

Example:

Method1:

- called by: Method2, Methode3, ...
- calls: Method5

For VB.net the tool aivosto project analyzer works fine. But i need this for
c#.

Thanks :-))

Reflector from Lutz Roeder does this it can make a call and callee view.
You can download it from http://www.aisto.com/roeder/dotnet/
 
Back
Top