The methods of System.Runtime.InteropServices.GCHandle are listed below. For a list of all members, see the GCHandle Members list.
See Also: Inherited members from System.ValueType
AddrOfPinnedObject() : IntPtr Returns the address of an object being referred to by a GCHandleType.Pinned handle. staticAlloc(object) : GCHandle Allocates a GCHandleType.Normal handle for the specified object. staticAlloc(object, GCHandleType) : GCHandle Allocates a handle of the specified type for the specified object. overrideEquals(object) : bool Documentation for this section has not yet been entered.Free() Frees a System.Runtime.InteropServices.GCHandle. staticFromIntPtr(IntPtr) : GCHandle Documentation for this section has not yet been entered. overrideGetHashCode() : int Documentation for this section has not yet been entered. staticToIntPtr(GCHandle) : IntPtr Documentation for this section has not yet been entered.