GetMethodInfo

public static MethodInfo GetMethodInfo(Type type, string methodName, Type[] arguments) ;

Get MethodInfo.

Parameter Name Description
type Type
methodName Method name
arguments Argument types

MethodInfo to get. If there is none, it returns null.