WELCOME TO SILVERLIGHT

DARE TO BE DIFFERENT

Sunday, May 3, 2009

What is Reflection?

  • Reflection is the ability to examine the structure and components of a program at run time.
  • The APIs that implement reflection are extensions of the Type class.
  • These methods enable you to collect information about an object, such as what it inherits from, whether it implements a particular interface, and whether it is an instance of a particular class.

No comments:

Post a Comment