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