.NET Assemblies

A .NET assembly is a library file (.dll) or executable file (.exe) with additional .NET header information (the manifest) that describes the class methods and properties in the assembly.

In this release, JADE supports only in-process assemblies; that is, assemblies defined in Dynamic Link Libraries (DLLs).

When a .NET assembly is imported into JADE, the classes along with their members (properties, methods, and constants) can be selected or excluded and given appropriate names for the corresponding JADE entities. For details, see "Maintaining .NET Objects", in Chapter 16 of the JADE Development Environment User’s Guide.