Click here to Skip to main content
15,885,216 members
Articles / Web Development / ASP.NET

Reflection with Example

Rate me:
Please Sign up or sign in to vote.
4.80/5 (50 votes)
18 Feb 2015CPOL8 min read 70.3K   1.4K   104  
Process of runtime type discovery is called reflection. Using reflection, we are able to obtain the metadata information, dynamically.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions