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 the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.