Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / Serializer Class / GetType Method / GetType(String) Method

In This Topic
    GetType(String) Method
    In This Topic
    Gets the System.Type from an assembly qualified name.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetType( _
       ByVal assemblyQualifiedName As String _
    ) As Type
    public static Type GetType( 
       string assemblyQualifiedName
    )

    Parameters

    assemblyQualifiedName
    See Also