GetMethod(Type, string, BindingFlags, string)
Declaration
public static MethodInfo GetMethod(this Type type, string methodName, BindingFlags bindingFlags, string signature)
Parameters
Type | Name | Description |
---|---|---|
Type | type | |
string | methodName | |
BindingFlags | bindingFlags | |
string | signature |
Returns
Type | Description |
---|---|
MethodInfo |