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