Method FindTypeByFullName
FindTypeByFullName(string)
Find a type in any assembly by its full name.
Declaration
public static Type FindTypeByFullName(string fullName)
Parameters
Type | Name | Description |
---|---|---|
string | fullName | The name of the type as returned by FullName. |
Returns
Type | Description |
---|---|
Type | The type found, or null if no matching type exists. |