PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 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 Assembly, _
       ByVal typeName As String _
    ) As Type
    public static Type GetType( 
       Assembly assembly,
       string typeName
    )

    Parameters

    assembly
    typeName
    See Also