2
Reply

What is assembly manifest?

Manish Dwivedi

Manish Dwivedi

Nov 29, 2006
6.1k
0

    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

    Martin Jakob
    November 29, 2006
    0

    Assembly manifest is a data structure which stores information about an assembly.This information is stored within the assembly file(DLL/EXE) itself .The information includes version information, list of constituent files etc.

    Robert Disuja
    November 29, 2006
    0