So I'm trying to generate a UML diagram with ArgoUML from a C# API, and realized that I actually want to generate the diagram from the already compiled and linked .NET API assemblies (.dll).<BR><BR>Is ...
So, I'm developing some medium scale software projects using C# and find myself in need of some better tools to visualise exactly how the software is functioning.<BR><BR>UML, comments, code browsers ...