Mono Class Library: OverviewSystem.IntPtr: Method Members |
The methods of System.IntPtr are listed below. For a list of all members, see the IntPtr Members list.
See Also: Inherited members from System.ValueType
overrideEquals(object) : bool Determines whether the current instance and the specified object represent the same type and value. overrideGetHashCode() : int Generates a hash code for the current instance.ToInt32() : int Converts the value of the current instance to a int.ToInt64() : long Converts the value of the current instance to a long.ToPointer() : void* Converts the value of the current instance to a pointer to void. overrideToString() : string Returns a string representation of the value of the current instance.ToString(string) : string Documentation for this section has not yet been entered.