Share via


Type.GetType Method

Gets the type with the specified name by performing a case-sensitive search.

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

Syntax

 [MethodImplAttribute]
public static Type GetType (
         string typeName
)

Parameters

  • typeName
    The name of the type you want to get.

Return Value

The type with the specified name, if it is found; otherwise, a null reference.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Type Class
Type Members
System Namespace