Friday 30 September 2011

. What is reflection?


                         Refelction is the mechanism of discovering class information solely at run time.
Reflection is the ability to read metadata at runtime. Using reflection, it is possible to uncover the methods, properties, and events of a type, and to invoke them dynamically. Reflection also allows us to create new types at runtime, but in the upcoming example we will be reading and invoking only

No comments:

Post a Comment