Method | Description | |
---|---|---|
ImportAssembly ( string fileName ) : bool |
The main entry point of this class. Imports the assembly which is given as the parameter.
|
|
NETImport ( ClassDiagram diagram, |
Initializes a new instance of NETImport.
|
Method | Description | |
---|---|---|
AddClasses ( IEnumerable |
Adds the submitted classes to the diagram.
|
|
AddConstructors ( |
Adds the given constructors to the given type.
|
|
AddDelegates ( IEnumerable |
Adds the submitted delegates to the diagram.
|
|
AddEnumValues ( |
Adds the given enum values to the given type.
|
|
AddEnums ( IEnumerable |
Adds the submitted enums to the diagram.
|
|
AddEvents ( |
Adds the given events to the given type.
|
|
AddFields ( |
Adds the given fields to the given type.
|
|
AddInterfaces ( IEnumerable |
Adds the submitted interfaces to the diagram.
|
|
AddMethods ( |
Adds the given methods to the given type.
|
|
AddOperators ( |
Adds the given operators to the given type.
|
|
AddProperties ( |
Adds the given properties to the given type.
|
|
AddRelationships ( NRRelationships nrRelationships ) : void |
Adds the relationships from nrRelationships to the diagram.
|
|
AddStrcts ( IEnumerable |
Adds the submitted structs to the diagram.
|
|
ArrangeTypes ( ) : void |
Creates a nice arrangement for each entity.
|
public ImportAssembly ( string fileName ) : bool | ||
fileName | string | The file name and path of the assembly to import. |
return | bool |
public NETImport ( ClassDiagram diagram, |
||
diagram | ClassDiagram | |
settings | ||
return | System |