Returns a method having the specified name, binding information, calling convention, and parameter types and modifiers.
- name
- The method name.
- bindingAttr
- One of the BindingFlags bit flags used to control the search.
- binder
- An object that implements Binder, containing properties related to this method.
- callConvention
- The calling convention for the method.
- types
- The parameter types to search for.
- modifiers
- An array of parameter modifiers used to make binding work with parameter signatures in which the types have been modified.
A MethodInfo object in accordance with the specified criteria, or null if the method does not exist.