This documentation is archived and is not being maintained.
UIntPtr Operators and Type Conversions
Visual Studio 2010
The UIntPtr type exposes the following members.
| Name | Description | |
|---|---|---|
|
Addition | Adds an offset to the value of an unsigned pointer. |
|
Equality | Determines whether two specified instances of UIntPtr are equal. |
|
Explicit(UInt32 to UIntPtr) | Converts the value of a 32-bit unsigned integer to an UIntPtr. |
|
Explicit(UInt64 to UIntPtr) | Converts the value of a 64-bit unsigned integer to an UIntPtr. |
|
Explicit(UIntPtr to Void*) | Converts the value of the specified UIntPtr to a pointer to an unspecified type. |
|
Explicit(UIntPtr to UInt32) | Converts the value of the specified UIntPtr to a 32-bit unsigned integer. |
|
Explicit(UIntPtr to UInt64) | Converts the value of the specified UIntPtr to a 64-bit unsigned integer. |
|
Explicit(Void* to UIntPtr) | Converts the specified pointer to an unspecified type to a UIntPtr. |
|
Inequality | Determines whether two specified instances of UIntPtr are not equal. |
|
Subtraction | Subtracts an offset from the value of an unsigned pointer. |
Show: