TypeDefinitionUtilGetMethod Method |
Name | Description | |
---|---|---|
GetMethod(TypeDefinition, String) |
Find the method with the specified name.
| |
GetMethod(TypeDefinition, String, TypeReference) |
Search for a method by name and parameter types. Does 'loose' matching on generic
parameter types, and searches base interfaces.
| |
GetMethod(TypeDefinition, String, BindingFlags, TypeReference) |
Search for a method by name, parameter types, and binding flags. Does 'loose' matching on generic
parameter types, and searches base interfaces.
|