MethodInfoExtensions static class MethodInfoExtensions Documentation Code public static T CreateDelegate<T>(this MethodInfo m, object target) where T : Delegate public static TReturn InvokeMaybeAwait<TReturn>(this MethodInfo m) public static TReturn InvokeMaybeAwait<TReturn>(this MethodInfo m, object[] methodArgs)