Method GetMethod
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 |