Share via


Type.GetTypeFromHandle Method

Gets the type referenced by the specified RuntimeTypeHandle object (type handle).

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

Syntax

 [MethodImplAttribute]
public static Type GetTypeFromHandle (
         RuntimeTypeHandle handle
)

Parameters

  • handle
    The specified type handle.

Return Value

The type referenced by the specified type handle.

Remarks

Note that the type handles are valid only in the application domain in which they reside.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Type Class
Type Members
System Namespace