GetMethodInfo
GetMethodInfo(Type, string, Type[])
public static MethodInfo GetMethodInfo(Type type, string methodName, Type[] arguments) ;
Description
Get MethodInfo.
Parameters
| Parameter Name | Description | 
|---|---|
| type | Type | 
| methodName | Method name | 
| arguments | Argument types | 
Returns
MethodInfo to get. If there is none, it returns null.