Reflection4.

GetMethod(Type, string, Type[]) Method

Syntax

public static MethodInfo GetMethod(Type clazz, string methodName, Type[] paramClasses)

Parameters

Name Type Description
clazz Type
methodName string
paramClasses Type[]

Return Value

Type Description
MethodInfo