Overload List

  Name Description
Public method Static member GetTypeFromName(String)
Looks up a type name and tries to retrieve the full type reference in the actively executing assemblies. Credits to Rick Strahl, http://www.west-wind.com/WebLog/posts/145234.aspx Allows you to avoid using fully qualified AssemblyQualifiedName.
Public method Static member GetTypeFromName(String, Type)
Looks up a type name and tries to retrieve the full type reference in the actively executing assemblies. Allows you to avoid using fully qualified AssemblyQualifiedName. If type cannot be inferred, returns the fallback type.

See Also