---
title: "What are the contents of assembly?"  
description: "What are the contents of assembly?"  
author: "Pushpendra Singh"  
published: 2010-10-25  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/152/what-are-the-contents-of-assembly  
category: ".net"  
tags: [".net"]  
reading_time: 1 minute  

---

# What are the contents of assembly?

**A static assembly can consist of four elements:** \
**• Assembly manifest -** Contains the assembly metadata. An assembly manifest contains the information about the identity and version of the assembly. It also contains the information required to resolve references to types and resources.\
**• Type metadata -** Binary information that describes a program.\
• Microsoft intermediate language (MSIL) code.\

## Answers

### Answer by Pushpendra Singh

**A static assembly can consist of four elements:** \
**• Assembly manifest -** Contains the assembly metadata. An assembly manifest contains the information about the identity and version of the assembly. It also contains the information required to resolve references to types and resources.\
**• Type metadata -** Binary information that describes a program.\
• Microsoft intermediate language (MSIL) code.\


---

Original Source: https://www.mindstick.com/interview/152/what-are-the-contents-of-assembly

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
