IntPtr Methods |
The IntPtr type exposes the following members.
Name | Description | |
---|---|---|
Equals | Returns a value indicating whether this instance is equal to a specified object. (Overrides ValueTypeEquals(Object).) | |
GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToInt32 | Converts the value of this instance to a 32-bit signed integer. | |
ToInt64 | Converts the value of this instance to a 64-bit signed integer. | |
ToString | Converts the numeric value of the current IntPtr object to its equivalent string representation. (Overrides ValueTypeToString.) | |
ToString(String) | Converts the numeric value of the current IntPtr object to its equivalent string representation. |