Reflection is a process whereby a program can examine and perhaps invoke or modify its constituents at run time. A program's constituents include its types, fields, properties, methods, events and attributes.
In .NET, the classes used in reflection are contained in the System.Reflection namespace.
VulpesPosted Oct 24, 2014, 4:04 PM
In .NET, the classes used in reflection are contained in the System.Reflection namespace.