The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Type::GetTypeFromHandle Method (RuntimeTypeHandle)
.NET Framework (current version)
Gets the type referenced by the specified type handle.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- handle
-
Type:
System::RuntimeTypeHandle
The object that refers to the type.
Return Value
Type: System::Type^The type referenced by the specified RuntimeTypeHandle, or null if the Value property of handle is null.
| Exception | Condition |
|---|---|
| TargetInvocationException | A class initializer is invoked and throws an exception. |
The handles are valid only in the application domain in which they were obtained.
The following example uses the GetTypeFromHandle method to get a Type object from a RuntimeTypeHandle provided by the GetTypeHandle method.
Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: