Mono Class Library: Overview

System.UIntPtr: Method Members

The methods of System.UIntPtr are listed below. For a list of all members, see the UIntPtr 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.
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.
ToUInt32() : uint
Converts the value of the current instance to a uint.
ToUInt64() : ulong
Converts the value of the current instance to a ulong.