What is Assembly manifest? what all details the assembly
manifest will contain.
Answer Posted / guest
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.
It contains Assembly name, Version number, Culture, Strong
name information, List of all files in the assembly, Type
reference information, Information on referenced assemblies.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is .net core used for?
What is the difference between task and thread in .net?
Can you create instance of a class which has private constructor?
When we use windows api in .net is it managed or unmanaged code?
What's the use of system.diagnostics.process class in .net?
What is close method? How its different from finalize and dispose?
I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?
What is RPC? What is the use of it?
Explain .NET architecture?
What is the difference between an abstract class and an interface?
Explain the difference between managed and unmanaged code?
Tell about your technical profile ?
How you apply a theme in whole application in .Net?
Explain about the Common Language Runtime?
what is prototype design pattern in .net