IntPtrPointer extension

Extension on Pointer specialized for the type argument IntPtr.

on

Properties

is64Bit bool

Available on Pointer<IntPtr>, provided by the IntPtrPointer extension

Returns true if the size of a pointer is 64-bit, false otherwise.
no setter
value int

Available on Pointer<IntPtr>, provided by the IntPtrPointer extension

The 32-bit or 64-bit value at address.
getter/setter pair

Operators

operator [](int index) int

Available on Pointer<IntPtr>, provided by the IntPtrPointer extension

The 32-bit or 64-bit integer at address + size * index.
operator []=(int index, int value) → void

Available on Pointer<IntPtr>, provided by the IntPtrPointer extension