Convert your .NET assemblies into XMI for easy import into UML tools like Poseidon for UML. This code has been designed to work with Reflector for .NET 5, and .NET 2.0 assemblies.
Installation
To install this you will need to do the following:
- Download Reflector for .NET
- Download xmi4dotnet.zip (latest version)
- Extract assembly from zip file
- Run Reflector
- Add xmi4dotnet as an addin
- Open your assembly
- Select your assembly
- From the Tools menu select Export to XMI
Find more details on SwinBrain
Usage
To extract XMI you need to do the following:
- Open Reflector
- Open the assemble to be exported to XMI
- Select the assembly within Reflector
- Click the Export to XMI tool bar button or menu item
- Enter the name of the XMI file, press OK
- Wait...
Note: You can only export the XMI for an entire assembly, individual classes etc. are not supported.