TypeUtilGetMethodExt Method |
Name | Description | |
---|---|---|
GetMethodExt(Type, String, Type) |
Search for a method by name and parameter types. Unlike GetMethod(), does 'loose' matching on generic
parameter types, and searches base interfaces.
| |
GetMethodExt(Type, String, BindingFlags, Type) |
Search for a method by name, parameter types, and binding flags. Unlike GetMethod(), does 'loose' matching on generic
parameter types, and searches base interfaces.
|