Dynamically invoking methods with C# reflection
The following code will execute the method “YourMethod” for the class “Fully.Qualified.TypeName”, and the result of that method will be stored in object “result”.
[Read More]