Hi friends,
What is reflection and how many types of classes it provide
thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted May 9, 2012, 11:42 PM
The process of getting the metadata from modules/assemblies. When .NET code is compiled, metadata about the types defined in the modules is produced. These modules are in turn packaged as assemblied. The process of accessing this metadata in called Reflection.
please refer
http://www.codeproject.com/Articles/55710/Reflection-in-NET
hope this help.
Satyapriya NayakPosted May 9, 2012, 11:04 PM
Please refer the below links
http://www.c-sharpcorner.com/UploadFile/harishankar2005/Reflectionin.NET12032005045926AM/Reflectionin.NET.aspx
http://www.codeproject.com/Articles/55710/Reflection-in-NET
Thanks
VulpesPosted May 9, 2012, 12:44 PM
http://msdn.microsoft.com/en-us/library/system.type.aspx
http://msdn.microsoft.com/en-us/library/system.reflection.aspx
http://msdn.microsoft.com/en-us/library/system.reflection.emit.aspx