Identifies a bounded range of bytes in an image. More...
Properties | |
| long | End [get] |
| Computes the exclusive end offset used by FAT records and overflow-safe bounds checks. | |
| bool | IsEmpty [get] |
| Gets whether the region contains no bytes. | |
Identifies a bounded range of bytes in an image.
| Offset | The zero-based byte offset. |
| Length | The number of bytes in the region. |
Definition at line 7 of file NdsRegion.cs.
|
get |
Computes the exclusive end offset used by FAT records and overflow-safe bounds checks.
Definition at line 13 of file NdsRegion.cs.
|
get |
Gets whether the region contains no bytes.
Definition at line 16 of file NdsRegion.cs.