ReflectorResolveType Method

Overload List

ResolveType(String, ResolveTypeOptions) Gets the Type with the specified typeName. When no assembly is defined in typeName, the type can be defined in any loaded assembly.
ResolveType(Assembly, String, ResolveTypeOptions) Gets the Type with the specified typeName from the specified assembly. As the type is about to be resolved from the specified assembly, assembly names are allowed to be specified in the generic arguments only.
See the Examples section of the ResolveType(String, ResolveTypeOptions) overload for some examples.
ResolveType(String, Boolean, Boolean) Gets the Type with the specified typeName. When no assembly is defined in typeName, the type can be defined in any loaded assembly.
Obsolete.
ResolveType(String, FuncAssemblyName, String, Type, ResolveTypeOptions) Gets the Type with the specified typeName using the specified typeResolver.
See the Examples section of the ResolveType(String, ResolveTypeOptions) overload for details and some examples.

See Also