---
title: "What does an assembly contain?"  
description: "What does an assembly contain?"  
author: "Anonymous User"  
published: 2012-09-11  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/1536/what-does-an-assembly-contain  
category: "assembly"  
tags: ["assembly"]  
reading_time: 1 minute  

---

# 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

## Answers

### Answer by Anonymous User

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


---

Original Source: https://www.mindstick.com/interview/1536/what-does-an-assembly-contain

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
