Jump to content

Manifest

- - - - -

  • Please log in to reply
2 replies to this topic

#1
Tonchi

Tonchi

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 471 posts
  • Location:Varaždin
  • Programming Language:C, C++, C#
what is manifest in c#???

#2
fayyazlodhi

fayyazlodhi

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 403 posts
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
Tonchi

Tonchi

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 471 posts
  • Location:Varaždin
  • Programming Language:C, C++, C#
ok thanks




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users