reflection in asp.net
|
|
|
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 |
|