Sequence Diagrams - UML 2.0's changes to sequence diagrams improve the diagrams' "spec-ness" (the ability to specify things) and their scalability. Timing Diagrams - Sequence diagrams effectively show ...
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). A tool ...