what is manifest in c#???
2 replies to this topic
#1
Posted 09 May 2011 - 12:18 AM
|
|
|
#2
Posted 09 May 2011 - 10:25 AM
It is the information about information i.e. metadata. Every .net application is contained in a unit called assembly (some what synonymous to exe - but with many important differences). Manifest is the portion which contains information about the assembly. It is a text file which describes the relationships and dependencies of elements in the assembly.
#3
Posted 09 May 2011 - 10:39 AM
ok thanks
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









