Click or drag to resize

TypeDefinitionUtilGetMethod Method

Overload List
  NameDescription
Public methodStatic memberGetMethod(TypeDefinition, String)
Find the method with the specified name.
Public methodStatic memberGetMethod(TypeDefinition, String, TypeReference)
Search for a method by name and parameter types. Does 'loose' matching on generic parameter types, and searches base interfaces.
Public methodStatic memberGetMethod(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.
Top
See Also