what is meta data in MSIL?
Ask by Rajesh Goswami
Updated 23 Sep 2020
Metadata is binary information describing your program that is stored either in a common language runtime portable executable (PE) file or in memory.
When you compile your code into a PE file, metadata is inserted into one portion of the file, and your code is converted to Microsoft intermediate language (MSIL) and inserted into another portion of the file.
When a compiler produces MSIL, it also produces Metadata