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
Use MethodBase.Invoke(). Should work down to .NET 2.0 with System.Reflection.
System.Reflection