I have a number of \'jobs\' in my application, where each job has a list of methods which it needs to call, along with it\'s parameters. Essentially a list containing the fo
If you're using .NET Framework 4, look at dynamic, otherwise GetMethod and then call Invoke of MethodInfo.
Invoke
MethodInfo