GCHandle Type Conversions
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
| Name | Description | |
|---|---|---|
|
Narrowing(GCHandle to IntPtr) | A GCHandle is stored using an internal integer representation. |
|
Narrowing(IntPtr to GCHandle) | Security Critical. A GCHandle is stored using an internal integer representation. |
Show: