C# Lessons

The simplest explanation of the reflection #L2

At first, it took me some time to understand what is the reflection and how it works. Here, I will try to give you very short and simple definition: Reflection is a mechanism that allows us to access the structure (classes, methods, resources) of a given assembly during the program’s operation. Thanks to it, we …