- .NET Standard 2.0 Cookbook
- Fiqri Ismail
- 57字
- 2025-04-04 16:57:49
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.