c# - Most used methods from external libraries -


is there way know used methods external libraries within c# project / solution? right now, i'm using visual studio 2008 (but ansers newer versions ok).

just need simple listing like:

namespace    class     method      times used --------------------------------------------- namespace1   class1    methoda     10 namespace1   class2    methoda     9 namespace2   class2    methodb     7 

maybe there no easy way, ideas doing programmatically welcomed.

thanks!

the commercial application ndepend can (and more of course).


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -