.NET Standard 2.0 Cookbook
上QQ阅读APP看书,第一时间看更新

Describing our library with Reflections

In this recipe, we will be building a class object that will have two public methods. After using a console application, we will be describing this class object using Reflections. A Reflection gives you the ability to read its own metadata of finding assemblies, type, and module information at runtime.