PropertyDescriptor.GetTypeFromName Method
.NET Framework 4
Returns a type using its name.
Assembly: System (in System.dll)
Parameters
- typeName
- Type: System.String
The assembly-qualified name of the type to retrieve.
Return Value
Type: System.TypeA Type that matches the given type name, or null if a match cannot be found.
To find the appropriate type, this method first checks the assembly of the type that this PropertyDescriptor references. If it does not find the type in the assembly, it calls Type.GetType.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.