IntPtr Operators
Namespace:
System
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Addition(IntPtr, Int32) | Adds an offset to the value of a pointer. |
![]() ![]() | Equality(IntPtr, IntPtr) | Determines whether two specified instances of IntPtr are equal. |
![]() ![]() | Explicit(Int32 to IntPtr) | Converts the value of a 32-bit signed integer to an IntPtr. |
![]() ![]() | Explicit(Int64 to IntPtr) | Converts the value of a 64-bit signed integer to an IntPtr. |
![]() ![]() | Explicit(IntPtr to Int32) | Converts the value of the specified IntPtr to a 32-bit signed integer. |
![]() ![]() | Explicit(IntPtr to Int64) | Converts the value of the specified IntPtr to a 64-bit signed integer. |
![]() ![]() | Explicit(IntPtr to Void*) | Converts the value of the specified IntPtr to a pointer to an unspecified type. |
![]() ![]() | Explicit(Void* to IntPtr) | Converts the specified pointer to an unspecified type to an IntPtr. |
![]() ![]() | Inequality(IntPtr, IntPtr) | Determines whether two specified instances of IntPtr are not equal. |
![]() ![]() | Subtraction(IntPtr, Int32) | Subtracts an offset from the value of a pointer. |
Show:

