ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Localization.Design Namespace / DTE Structure / GetMethodInfo Method

In This Topic
    GetMethodInfo Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetMethodInfo( _
       ByVal type As System.Type, _
       ByVal methodName As System.String _
    ) As System.Reflection.MethodInfo
    public static System.Reflection.MethodInfo GetMethodInfo( 
       System.Type type,
       System.string methodName
    )

    Parameters

    type
    methodName
    See Also