Search Tool like Aivosto Project Analyzer for c#

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 :))
 
O

Olle de Zwart

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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top