UIntPtr Methods
.NET Framework 4.5
The UIntPtr type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | Adds an offset to the value of an unsigned pointer. |
|
Equals | Returns a value indicating whether this instance is equal to a specified object. (Overrides ValueType.Equals(Object).) |
|
GetHashCode | Returns the hash code for this instance. (Overrides ValueType.GetHashCode().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
Subtract | Subtracts an offset from the value of an unsigned pointer. |
|
ToPointer | Converts the value of this instance to a pointer to an unspecified type. |
|
ToString | Converts the numeric value of this instance to its equivalent string representation. (Overrides ValueType.ToString().) |
|
ToUInt32 | Converts the value of this instance to a 32-bit unsigned integer. |
|
ToUInt64 | Converts the value of this instance to a 64-bit unsigned integer. |
| Name | Description | |
|---|---|---|
|
ISerializable.GetObjectData | Populates a SerializationInfo object with the data needed to serialize the current UIntPtr object. |