,
Share with your friends 

reflection in asp.net

0 ratings Views 122 
Author: vikas_b6a788d7 (vikas saini)  View Profile |  View other solutions by this author

Question / Problem


What is reflection in asp.net?

Solution

All .NET compilers produce metadata about the types defined in the modules they produce. This metadata is packaged along with the module (modules in turn are packaged together in assemblies), and can be accessed by a mechanism called reflection. The System. Reflection namespace contains classes that can be used to interrogate the types for a module/assembly.



Applies to

ASP.Net 3.5 ,Asp.Net 2.0

Rank It

Login to rank it

Report


Advertisement