UtilReflectionGetMethod Method

Overload List

GetMethod(Object, String, BindingFlags) Searches for the target method in the specified object.
GetMethod(Object, String, Type) Searches for the target method in the specified object.
GetMethod(Type, String, BindingFlags) Searches for the target method in the specified Type.
GetMethod(Type, String, Type) Searches for the target method in the specified Type.

See Also