'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
)