Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / Utils Class / GetMethod Method

In This Topic
    GetMethod Method (Utils)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetMethod( _
       ByVal type As Type, _
       ByVal name As String, _
       ByVal bindingFlags As BindingFlags, _
       ByVal paramTypes() As Type _
    ) As MethodInfo
    public static MethodInfo GetMethod( 
       Type type,
       string name,
       BindingFlags bindingFlags,
       Type[] paramTypes
    )

    Parameters

    type
    name
    bindingFlags
    paramTypes
    See Also