Are there good tools for C# reverse engineering?

martin picture martin · Nov 11, 2009 · Viewed 22.4k times · Source

can you say me if there are good tools for reverse-engineering my C# applications. I need UML-class-diagrams of my written software and i don't want to draw these diagrams by myself. I've already tested StarUML but it didn't work because I used generics an something.

Would be great if there a some advices.

Greetings, Martin

Answer

Ian picture Ian · Nov 11, 2009

Have you checked out .NET reflector? Has a diagram plugin too..

List of Add-Ins