NdsForge.NET 1.0.1
Read, validate, edit, compare, and build Nintendo DS and DSi images from .NET
Loading...
Searching...
No Matches
NdsForge.NdsRegion(long Offset, long Length) Class Reference

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.

Detailed Description

Identifies a bounded range of bytes in an image.

Parameters
OffsetThe zero-based byte offset.
LengthThe number of bytes in the region.

Definition at line 7 of file NdsRegion.cs.

Property Documentation

◆ End

long NdsForge.NdsRegion.End
get

Computes the exclusive end offset used by FAT records and overflow-safe bounds checks.

Definition at line 13 of file NdsRegion.cs.

◆ IsEmpty

bool NdsForge.NdsRegion.IsEmpty
get

Gets whether the region contains no bytes.

Definition at line 16 of file NdsRegion.cs.


The documentation for this class was generated from the following file: