Mono Class Library: Overview

System.Runtime.InteropServices.GCHandle: Method Members

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

Public Methods

AddrOfPinnedObject() : IntPtr
Returns the address of an object being referred to by a GCHandleType.Pinned handle.
static
Alloc(object) : GCHandle
Allocates a GCHandleType.Normal handle for the specified object.
static
Alloc(object, GCHandleType) : GCHandle
Allocates a handle of the specified type for the specified object.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
Free()
Frees a System.Runtime.InteropServices.GCHandle.
static
FromIntPtr(IntPtr) : GCHandle
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
static
ToIntPtr(GCHandle) : IntPtr
Documentation for this section has not yet been entered.