In the
.NET Framework
The .NET Framework (pronounced as "''dot net"'') is a proprietary software framework developed by Microsoft that runs primarily on Microsoft Windows. It was the predominant implementation of the Common Language Infrastructure (CLI) until bein ...
, an assembly manifest is a text file containing
metadata about the code within a
CLI assembly. It describes the relationship and dependencies of the components in the assembly, versioning information, scope information and the security permissions required by the assembly.
The manifest information embedded within an assembly can be viewed using IL Disassembler (ILDASM.exe) which is available as part of
Microsoft Windows SDK
Microsoft Windows SDK, and its predecessors Platform SDK, and .NET Framework SDK, are software development kits (SDKs) from Microsoft that contain documentation, header files, libraries, samples and tools required to develop applications for Micr ...
.
External links
Assembly Manifest at MSDN
{{Common Language Infrastructure
Common Language Infrastructure