siva
What is Reflection in .Net?
By siva in ASP.NET on Jul 29 2006
  • Anuj Kumar
    Jul, 2006 30

    Hi,

    Reflection is the ability to find out the information abount an object at "RUN TIME". The namespace that u use for refelection is:

    System.Reflection

    Regards,

    Anuj rathi

    • 0
  • siva
    Jul, 2006 29

    Reflection is the process of walking the metadata about a type and finding out things; for instance, how many constructors a type has, and what the parameters are. It also allows you to dynamically create and invoke types.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS