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.
GCHandle Explicit Conversion Operators
.NET Framework (current version)
Converts the value of a GCHandle object to another type.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Explicit(GCHandle to IntPtr) | A GCHandle is stored using an internal integer representation. |
![]() ![]() | Explicit(IntPtr to GCHandle) | A GCHandle is stored using an internal integer representation. |
Show:

