Click here to Skip to main content
15,884,809 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
What exactly is a reflection? I am unable to understand the purpose it serves
Posted

It allows you to interrogate code, and interact with elements you did not know existed at compile time.
 
Share this answer
 
See following article

Reflection in C# Tutorial[^]
 
Share this answer
 
 
Share this answer
 
Reflection is used to get information from data Type. Suppose that you want to datatype value and store in assembly .then all value which are store in assembly how to get it. then use to reflection .
Follow this link..
http://msdn.microsoft.com/en-us/library/ms173183(v=vs.80).aspx




Thanks!
 
Share this answer
 
Comments
codingisok101 30-Jul-12 3:36am    
Thanks:)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900