Manifest (CLI)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Rogermx (talk | contribs) at 19:34, 19 October 2020 (Removed {{Underlinked}} tag). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In the .Net Framework, an assembly manifest is a text file containing metadata about CLI assemblies. 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.

External links