Introduction - If you have any usage issues, please Google them yourself
C# language lecture series, we know that the PE file in C# compiler mainly by the IL code and meta data, metadata NET components that provide a wealth of self-describing features, it allows us informed when the code is run components type and other important information. In C# this is done through a mechanism called mapping (Reflection). Look at an example, first create a simple type: