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

Parameters

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

Description

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