Login | Register
My pages Projects Community openCollabNet

argouml-csharp
Project home

If you were registered and logged in, you could join this project.

Summary C# support in ArgoUML
Category design
License BSD License
Owner(s) linus

Welcome to the ArgoUML C# module.

The Csharp generation is provided with all ArgoUML releases since 0.13.2 (March 2003) in the "modules"-file.

To get the latest version of the module see the Documents & Files link in the left menu for the latest version.

Installation

To install the module copy the argouml-csharp.jar to the ext directory of your ArgoUML installation. If you don't find a ext directory create one in the same directory as you find argouml.jar .

Mission

This module is desgined to work with the ArgoUML modelling tool to some time in the future provide full roundtrip engineering of C# code.

  • Generate C# code from a UML model
  • Import C# source and build a UML model based on the source
  • Reverse engineer assemblies??

Currently we have implemented C# code generation and are working to improve this to be able to correctly generate all UML elements.

The module is written in Java simply because this is the language used for ArgoUML.