What is Manifest in .NET?Manifest
is nothing but a simple text file used to store metadata information of
different .NET assemblies. Manifest file can be saved as a stand alone
file of type PE. It can also be stored as an exe or as a dll file containing
intermediate language code. Following metadata information of assembly are stored in manifest: " Assembly
Name - Name of the assembly. Sample MSIL
Code representing the manifest content of a particular assembly is shown
below: Note that
the versioning information will be available only for public assemblies
and not for private assemblies. This is because private assemblies will
be stored in individual folders and not in global assembly cache.
FREE
Subscription
Subscribe
to our mailing list and receive new articles Note
: We never rent, trade, or sell my email lists to Visit
.NET Programming Tutorial Homepage ______________________________________________________ |