public static MethodInfo GetValidMethodInfo (object obj, string functionName, Type[] argumentTypes);

参数

obj用于搜索方法的对象。
functionName要搜索的函数名称。
argumentTypes函数的参数类型。

描述

提供了对象、函数名称和参数类型列表;找到匹配的方法。