Introduction to the Assembly Manager

Description

The Assembly Manager allows you to import, edit and manage existing .NET assemblies so that you can reuse the types they define in your Eiffel projects. There are two ways of reusing existing .NET types in your Eiffel systems:

In general it is recommended that you use the Eiffel Assembly Cache to reuse .NET assemblies in Eiffel projects. However, the Assembly Manager requires that the assembly be signed before it can be imported. This means that you will have to use the .NET Wizard to import non-signed assemblies locally.