BindToType(string, string)
Gets a Type given a type name and an assembly name.
Declaration
public virtual Type BindToType(string typeName, string assemblyName)
Parameters
Type | Name | Description |
---|---|---|
string | typeName | The type name. |
string | assemblyName | The assembly name. |
Returns
Type | Description |
---|---|
Type | The required Type. |