---
title: "What is an assembly manifest?"  
description: "What is an assembly manifest?"  
author: "Pushpendra Singh"  
published: 2010-10-26  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/185/what-is-an-assembly-manifest  
category: ".net"  
tags: [".net"]  
reading_time: 1 minute  

---

# What is an assembly manifest?

Every assembly, whether static or dynamic, contains a collection of data that describes how the elements in the assembly relate to each other. The assembly manifest contains this assembly metadata. An assembly manifest contains all the metadata needed to specify the assembly's version requirements and security identity, and all metadata needed to define the scope of the assembly and resolve references to resources and classes.

## Answers

### Answer by Anonymous User

Every assembly, whether static or dynamic, contains a collection of data that describes how the elements in the assembly relate to each other. The assembly manifest contains this assembly metadata. An assembly manifest contains all the metadata needed to specify the assembly's version requirements and security identity, and all metadata needed to define the scope of the assembly and resolve references to resources and classes.


---

Original Source: https://www.mindstick.com/interview/185/what-is-an-assembly-manifest

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
