What is reflection in Microsoft .NET Context?

Questions by Srikanth   answers by Srikanth

Showing Answers 1 - 3 of 3 Answers

Vipul Grover

  • Sep 17th, 2005
 

Every assembly in .NET has metadata associated with it which has all the information about the assembly.Reflection is used to retrieve that information. It is also used to call the methods at runtime. The various methods are present in System.Reflection namespace

saravanan s

  • Sep 24th, 2005
 

.Net Reflection :

The REFLECTION is used to read the metadata information like(type, reference and methods).  Which is derived from system.assembly.reflection class object.

The simple meaning is to read assembly information by using this system.assembly.reflection class.

  Was this answer useful?  Yes

bala

  • Nov 12th, 2005
 

Reflection is a tool, using by this we can see the metadata information at runtime....

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions