NdsForge.NET 1.0.1
Read, validate, edit, compare, and build Nintendo DS and DSi images from .NET
Loading...
Searching...
No Matches
NdsForge.NdsManifestRegion Class Referencesealed

Serializes a half-open image interval without relying on value-type JSON conventions. More...

Properties

long Offset [get]
 Records the first absolute image byte.
long Length [get]
 Records the number of bytes in the interval rather than its inclusive end.

Detailed Description

Serializes a half-open image interval without relying on value-type JSON conventions.

Definition at line 42 of file NdsManifestOptionalModels.cs.

Property Documentation

◆ Length

long NdsForge.NdsManifestRegion.Length
get

Records the number of bytes in the interval rather than its inclusive end.

Definition at line 47 of file NdsManifestOptionalModels.cs.

◆ Offset

long NdsForge.NdsManifestRegion.Offset
get

Records the first absolute image byte.

Definition at line 45 of file NdsManifestOptionalModels.cs.


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