Click or drag to resize

TypeUtilGetMethodExt Method

Overload List
  NameDescription
Public methodStatic memberGetMethodExt(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.
Public methodStatic memberGetMethodExt(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.
Top
See Also