开发者

C# design dump/overview? Class stats

Is there a way i can see stats on my class design? This project grew pretty big and i am sure it is messy but so far for me its easy to m开发者_运维问答aintain. Is there a way i can see the count of methods on each class, how many classes i have and how many static members i have etc? (hopefully i only have static methods)


It sounds like you are looking for a static analysis tool for C#.

One commercial offering that lets you query many aspects of your code is nDepend.

Wikipedia has a list - tools for static code analysis (.NET).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜