Metadata
Question: What kinds of metadata exist under .NET? What are they used for?
Answer: see 3.5 Metadata
- Definition data describes elements that are define within the module.
- Reference data describes elements that are used in the module.
- Manifest data holds information about all the parts of the assembly.
|