GCHandle Methods
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| AddrOfPinnedObject | Retrieves the address of an object in a Pinned handle. |
| Alloc | Overloaded. Allocates a handle for the specified object. |
| Equals | Overloaded. Overridden. Determines whether two GCHandle instances are equal. |
| Free | Releases a GCHandle. |
| FromIntPtr | Returns a new GCHandle object created from a handle to a managed object. |
| GetHashCode | Overridden. Returns an identifier for the current GCHandle object. |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| op_Equality | Returns a value indicating whether two GCHandle objects are equal. |
| op_Explicit | Overloaded. Converts the value of a GCHandle object to another type. |
| op_Inequality | Returns a value indicating whether two GCHandle objects are not equal. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToIntPtr | Returns the internal integer representation of a GCHandle object. |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |