'Declaration Public Shared Function GetMethodInfo( _ ByVal type As Type, _ ByVal methodName As String _ ) As MethodInfo
public static MethodInfo GetMethodInfo( Type type, string methodName )
Parameters
- type
- methodName
'Declaration Public Shared Function GetMethodInfo( _ ByVal type As Type, _ ByVal methodName As String _ ) As MethodInfo
public static MethodInfo GetMethodInfo( Type type, string methodName )