Know which methods I call in a solution

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello

I need to know the list of classes, and methods of this classes, that I use in a .net solution. I suppose that should exist a tool or application to do this, but I am not sure. For example, I want know if I use the class threading.thread and the methods join and start. I can't do this manually because my solution is enourmous.
 
Hi Alex,

This is typical a Armin question, so I do not trust if my answer is right
because he did not anser this, however did you already look what the object
browser can do for you.

Cor
I need to know the list of classes, and methods of this classes, that I
use in a .net solution. I suppose that should exist a tool or application to
do this, but I am not sure. For example, I want know if I use the class
threading.thread and the methods join and start. I can't do this manually
because my solution is enourmous.
 
Cor Ligthert said:
Hi Alex,

This is typical a Armin question, so I do not trust if my answer is
right because he did not anser this, however did you already look
what the object browser can do for you.

I did not answer because I do not know how to find out which classes/methods
are *used*. Kinda X-ref. The object browser lists all of them. For sure
there are tools out there, but I don't know one.


--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html
 
Back
Top