GCHandle Type Conversions
Collapse the table of content
Expand the table of content

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.

  NameDescription
Public operator Static member Narrowing(GCHandle to IntPtr) A GCHandle is stored using an internal integer representation.
Public operator Static member Narrowing(IntPtr to GCHandle) Security Critical. A GCHandle is stored using an internal integer representation.
Top

Show:
© 2017 Microsoft