ComponentOne SuperTooltip for WinForms
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 System.Type, _
       ByVal fieldName As System.String _
    ) As System.Reflection.FieldInfo
    public static System.Reflection.FieldInfo GetFieldInfo( 
       System.Type type,
       System.string fieldName
    )

    Parameters

    type
    fieldName
    See Also