ASSEMBLY
Assembly
An assembly in the Common Language Infrastructure is a compiled code library used for deployment, versioning, and security. There are two types: process assemblies and library assemblies . A process assembly represents a process that will use classes defined in library assemblies. CLI assemblies contain code in CIL, which is usually generated from a CLI language, and then compiled into machine language at run time by the just-in-time compiler. In the .NET framework implementation, this compiler is part of the Common Language Runtime .The above text is a snippet from Wikipedia: Assembly (CLI)
and as such is available under the Creative Commons Attribution/Share-Alike License.
assembly
Noun
- A set of pieces that work together in unison as a mechanism or device.
- ''In order to change the bearing, you must first remove the gearbox assembly.
- The act of putting together such set of pieces.
- ''instructions for assembly
- assembly line
- A congregation of people in one place for a purpose.
- school assembly
- freedom of assembly
- A legislative body.
- the of the United Nations
- A beat of the drum or sound of the bugle as a signal to troops to assemble.
- Short for assembly language
- In Microsoft .NET, a building block of an application, similar to a DLL, but containing both executable code and information normally found in a DLL's type library. The type library information in an assembly, called a manifest, describes public functions, data, classes, and version information.
The above text is a snippet from Wiktionary: assembly
and as such is available under the Creative Commons Attribution/Share-Alike License.