Is there a free, simple and quick tool that can generate class diagrams, or maybe even a simple table containing a list of classes and methods inside a C # assembly or project? Basically I only need a list of classes and methods in a readable format. It would be better if he also accepted the XML documentation, but this is not required.
I think this should not be too hard to implement with Reflection.
source
share