Public Shared Function GetMethod( _ ByVal type As Type, _ ByVal methodName As String _ ) As MethodInfo
Dim type As Type Dim methodName As String Dim value As MethodInfo value = ReflectionHelper.GetMethod(type, methodName)
public static MethodInfo GetMethod( Type type, string methodName )
public: static MethodInfo* GetMethod( Type* type, string* methodName )
public: static MethodInfo^ GetMethod( Type^ type, String^ methodName )
Parameters
- type
- methodName