Mono Class Library: Overview

System.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

Public Methods

override
Equals(object) : bool
Determines whether the current instance and the specified object represent the same type and value.
override
GetHashCode() : 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.
override
ToString() : string
Returns a string representation of the value of the current instance.
ToString(string) : string
Documentation for this section has not yet been entered.