| Author: Antony s Nasarath 05 Oct 2008 | Member Level: Silver | Rating:  Points: 2 |
Hi
Reflection is the feature in .Net, which enables us to get some information about object in runtime. That information contains data of the class. Also it can get the names of the methods that are inside the class and constructors of that object.
For more info pl visit http://www.codersource.net/csharp_tutorial_reflection.html
Regards
|
| Author: Sridhar R 19 Feb 2009 | Member Level: Diamond | Rating:  Points: 3 |
We can able to verify the internals of an application through source code. But without verifying source code, through the concept of reflection itselt we can verify the internal of an application.
For More Details.. http://www.codersource.net/published/view/291/reflection_in.aspx http://www.codeguru.com/csharp/csharp/cs_misc/reflection/article.php/c4257 http://www.csharphelp.com/archives/archive124.html
Regards Sridhar R Nothing is illegal, Until You Get Caught With Tears...Sridhar R
|