Click or drag to resize
IntPtr Methods

The IntPtr type exposes the following members.

Methods
  NameDescription
Public methodEquals
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToInt32
Converts the value of this instance to a 32-bit signed integer.
Public methodToInt64
Converts the value of this instance to a 64-bit signed integer.
Public methodToString
Converts the numeric value of the current IntPtr object to its equivalent string representation.
(Overrides ValueTypeToString.)
Public methodToString(String)
Converts the numeric value of the current IntPtr object to its equivalent string representation.
Top
See Also