An assembly manifest is a text file containing metadata about . NET 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. 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.

PropertyValue
dbpprop:abstract
  • An assembly manifest is a text file containing metadata about . NET 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. 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. The assembly manifest can be stored in either a PE file (an . exe or . dll) with Microsoft intermediate language (MSIL) code or in a standalone PE file that contains only assembly manifest information. The manifest information embedded within an assembly can be viewed using IL Disassembler (ILDASM. exe) which is available as part of Microsoft Windows SDK.
dbpprop:hasPhotoCollection
dbpprop:reference
rdfs:comment
  • An assembly manifest is a text file containing metadata about . NET 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. 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.
rdfs:label
  • Manifest (.NET Framework)
owl:sameAs
skos:subject
foaf:page