Reflection
-
Hi somebody explain me the concept of reflection, and when we need that, and to use that.:doh:
-
Hi somebody explain me the concept of reflection, and when we need that, and to use that.:doh:
Reflection is a topic see, for instance http://msdn2.microsoft.com/en-us/library/f7ykdhsy.aspx[^]. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
-
Hi somebody explain me the concept of reflection, and when we need that, and to use that.:doh:
Refelction is the mechanism of discovering class information solely at run time.Wondering where it would be useful? Imagine,you are in visual studio IDE (Integrated devolopment environment) and as you type "object." you would see all the methods,properties and events associated with that object. Reflection[^]
Regards, Satips.