Chapter 12. Assemblies
An assembly is a logical package (similar to a DLL in Win32) that
consists of a manifest, a set of one or more modules, and an optional
set of resources. This package forms the basic unit of deployment and
versioning, and creates a boundary for type resolution and security
permissioning.
|