Finding unused classes in C# app.
Posted
by duder
on Stack Overflow
See other posts from Stack Overflow
or by duder
Published on 2010-04-27T19:10:34Z
Indexed on
2010/04/27
19:13 UTC
Read the original article
Hit count: 306
c#
I'm a C#/.net/Visual Studio noob. I inherited a half-completed C# application for a mobile phone. In the course of debugging, I came across several half-finished classes that don't seem to be used anywhere else in the code. Is there a way to get determine if a class definition is instantiated anywhere?
© Stack Overflow or respective owner