Many .Net interview question lists (including the good ones) contain the question: \"What is Reflection?\". I was recently asked to answer this in the context of a 5 questio
Reflection is the ability to query and interact with the type system in a dynamic way.