Reflection
3 sectionsRapid overview
Reflection
TL;DR
Q: What is reflection in C# and when would you use it?
Read →How it works
> "Reflection lets your program look in the mirror: it can discover its own types, read metadata, and invoke members it has never seen at compile time."
Read →Additional notes
Q: What is the System.Reflection namespace and what problem does it solve?
Read →