MethodInfoExtensions public static class MethodInfoExtensions Extensions for MethodInfo that are not available in pre-4.5 .NET releases Documentation public static Delegate CreateDelegate(this MethodInfo method, Type type) See CreateDelegate. public static Delegate CreateDelegate(this MethodInfo method, Type type, object target) See CreateDelegate.