TypeGetTypeFromHandle Method |
Gets the type referenced by the specified type handle.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static Type GetTypeFromHandle(
RuntimeTypeHandle handle
)
Parameters
- handle
- Type: SystemRuntimeTypeHandle
The object that refers to the type.
Return Value
Type:
TypeThe type referenced by the specified
RuntimeTypeHandle, or null if the
Value property of
handle is null.
Exceptions Exception | Condition |
---|
TargetInvocationException | A class initializer is invoked and throws an exception. |
See Also