Click or drag to resize
TypeGetTypeFromHandle Method
Gets the type referenced by the specified type handle.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static Type GetTypeFromHandle(
	RuntimeTypeHandle handle
)

Parameters

handle
Type: SystemRuntimeTypeHandle
The object that refers to the type.

Return Value

Type: Type
The type referenced by the specified RuntimeTypeHandle, or null if the Value property of handle is null.
Exceptions
ExceptionCondition
TargetInvocationExceptionA class initializer is invoked and throws an exception.
See Also