Method GetTypeInAllDependentAssemblies
GetTypeInAllDependentAssemblies(string)
Get a type from a name
Declaration
public static Type GetTypeInAllDependentAssemblies(string typeName)
Parameters
Type | Name | Description |
---|---|---|
string | typeName | The name of the type to search for |
Returns
Type | Description |
---|---|
Type | The type matching the name, or null if not found |