Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMemoryRegion

Defines a region of memory

Hierarchy

  • IMemoryRegion

Implemented by

Index

Properties

address

address: number

Begining of the region

type

{number}

executable

executable: boolean

Whether the bytes in the region can be executed as byte code

type

{boolean}

readable

readable: boolean

Whether the region can be read from

type

{boolean}

reserved

reserved: boolean

Whether the region is reserved

type

{boolean}

shared

shared: boolean

Whether the region is shared with other processes

type

{boolean}

size

size: number

Byte length of the region

type

{number}

writeable

writeable: boolean

Whether the region can be written to

type

{boolean}

Generated using TypeDoc