UIntPtr Operators

 

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticAddition(UIntPtr, Int32)

Adds an offset to the value of an unsigned pointer.

System_CAPS_puboperatorSystem_CAPS_staticEquality(UIntPtr, UIntPtr)

Determines whether two specified instances of UIntPtr are equal.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(UInt32 to UIntPtr)

Converts the value of a 32-bit unsigned integer to an UIntPtr.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(UInt64 to UIntPtr)

Converts the value of a 64-bit unsigned integer to an UIntPtr.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(UIntPtr to UInt32)

Converts the value of the specified UIntPtr to a 32-bit unsigned integer.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(UIntPtr to UInt64)

Converts the value of the specified UIntPtr to a 64-bit unsigned integer.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(UIntPtr to Void*)

Converts the value of the specified UIntPtr to a pointer to an unspecified type.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Void* to UIntPtr)

Converts the specified pointer to an unspecified type to a UIntPtr.

System_CAPS_puboperatorSystem_CAPS_staticInequality(UIntPtr, UIntPtr)

Determines whether two specified instances of UIntPtr are not equal.

System_CAPS_puboperatorSystem_CAPS_staticSubtraction(UIntPtr, Int32)

Subtracts an offset from the value of an unsigned pointer.

Return to top
Show: