In short...
NET metadata, in the Microsoft .NET framework, refers to code that describes .NET CILcode. Metadata describes all classes and class members that are defined in the assembly, and the classes and class members that the current assembly will call from another assembly.
|