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
Post a Comment