ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Localization.Design Namespace / DTE Structure / GetType Method / GetType(Assembly,String) Method

In This Topic
    GetType(Assembly,String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetType( _
       ByVal assembly As System.Reflection.Assembly, _
       ByVal typeName As System.String _
    ) As System.Type
    public static System.Type GetType( 
       System.Reflection.Assembly assembly,
       System.string typeName
    )

    Parameters

    assembly
    typeName
    See Also