IntPtr Operators

 

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

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticAddition(IntPtr, Int32)

Adds an offset to the value of a pointer.

System_CAPS_puboperatorSystem_CAPS_staticEquality(IntPtr, IntPtr)

Determines whether two specified instances of IntPtr are equal.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Int32 to IntPtr)

Converts the value of a 32-bit signed integer to an IntPtr.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Int64 to IntPtr)

Converts the value of a 64-bit signed integer to an IntPtr.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(IntPtr to Int32)

Converts the value of the specified IntPtr to a 32-bit signed integer.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(IntPtr to Int64)

Converts the value of the specified IntPtr to a 64-bit signed integer.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(IntPtr to Void*)

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

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Void* to IntPtr)

Converts the specified pointer to an unspecified type to an IntPtr.

System_CAPS_puboperatorSystem_CAPS_staticInequality(IntPtr, IntPtr)

Determines whether two specified instances of IntPtr are not equal.

System_CAPS_puboperatorSystem_CAPS_staticSubtraction(IntPtr, Int32)

Subtracts an offset from the value of a pointer.

Return to top
Show: