What does an assembly contain?An assembly contains following information:
- Assembly manifest: Information about the assembly. - Type metadata: Information about the types. - IL Code - Resource files.
An assembly manifest contains the following information:
- Identity of the assembly - Types and resources - Files - Security permissions
|