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
static | Add(UIntPtr, int) : UIntPtr
Adds an offset to the value of an unsigned pointer.
|
override | Equals(object) : bool
Returns a value indicating whether this instance is equal to a specified object.
|
override | GetHashCode() : int
Returns the hash code for this instance.
|
static | Subtract(UIntPtr, int) : UIntPtr
Subtracts an offset from the value of an unsigned pointer.
|
| ToPointer() : void*
Converts the value of this instance to a pointer to an unspecified type.
|
override | ToString() : string
Converts the numeric value of this instance to its equivalent string representation.
|
| ToUInt32() : uint
Converts the value of this instance to a 32-bit unsigned integer.
|
| ToUInt64() : ulong
Converts the value of this instance to a 64-bit unsigned integer.
|