IntPtrPointer extension
Properties
- is64Bit → bool
- 
      Available on Pointer< ReturnsIntPtr> , provided by the IntPtrPointer extensiontrueif the size of a pointer is 64-bit,falseotherwise.no setter
- value ↔ int
- 
      Available on Pointer< The 32-bit or 64-bit value atIntPtr> , provided by the IntPtrPointer extensionaddress.getter/setter pair
Operators
- 
  operator [](int index) → int 
- 
      Available on Pointer< The 32-bit or 64-bit integer atIntPtr> , provided by the IntPtrPointer extensionaddress + size * index.
- 
  operator []=(int index, int value) → void 
- 
      Available on Pointer< IntPtr> , provided by the IntPtrPointer extension