Friday 29 June 2012

C# Reflection - Dynamic Method Calls

The Type class is very important. It allows you to access METADATA relating to a type - this is very useful. For example, if you need a program to call a method, where the method name is called dynamically. Type is the root of the System.Reflection hierarchy.

No comments: