InputPanel for WinForms | ComponentOne
C1.Win.4.8 Assembly / C1.Win.Localization.Design Namespace / DTE Structure / GetFieldInfo Method

In This Topic
    GetFieldInfo Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetFieldInfo( _
       ByVal type As Type, _
       ByVal fieldName As String _
    ) As FieldInfo
    public static FieldInfo GetFieldInfo( 
       Type type,
       string fieldName
    )

    Parameters

    type
    fieldName
    See Also