Windows apps
Collapse the table of content
Expand the table of content
Information
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 (IntPtr to GCHandle)

 

A GCHandle is stored using an internal integer representation.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

public:
static explicit operator GCHandle (
	IntPtr value
)

Parameters

value
Type: System::IntPtr

An IntPtr that indicates the handle for which the conversion is required.

Return Value

Type: System.Runtime.InteropServices::GCHandle

The stored GCHandle object using an internal integer representation.

This method allows you to retrieve a GCHandle from an integer value.

SecurityCriticalAttribute

requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.

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
Return to top
Show:
© 2017 Microsoft