How to import classes from .NET assemblies
11/11/2010 12:02:40 AM |
Dušan Rodina |
1658x
This tutorial shows how to access and use reverse engineering.
1) Create new project or open the existing one
2) Click on menu item Tools > Reverse Engineering > .NET Framework
3) In displayed dialog click on button Add
4) Select the file (exe or dll) you want to import
5) Click on button Next
6) Choose namespaces you want to import
7) Click on button Import
8) Program generates class and package diagrams
How to import classes from .NET assemblies