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

Snapshots one named NitroFS allocation so path, numeric identity, layout, and payload can change independently. More...

Properties

string Path = string.Empty [get]
 Records the canonical case-sensitive slash-delimited NitroFS identity.
int FileId [get]
 Records the FAT identifier referenced by FNT order and possibly Overlay metadata.
long Offset [get]
 Records the first physical payload byte independently from path and File ID.
long Length [get]
 Records stored payload bytes without inferring compression or game-specific structure.
string Sha256 = string.Empty [get]
 Hashes the exact FAT allocation bytes with SHA-256.

Detailed Description

Snapshots one named NitroFS allocation so path, numeric identity, layout, and payload can change independently.

Definition at line 50 of file NdsManifestModels.cs.

Property Documentation

◆ FileId

int NdsForge.NdsManifestFile.FileId
get

Records the FAT identifier referenced by FNT order and possibly Overlay metadata.

Definition at line 55 of file NdsManifestModels.cs.

◆ Length

long NdsForge.NdsManifestFile.Length
get

Records stored payload bytes without inferring compression or game-specific structure.

Definition at line 59 of file NdsManifestModels.cs.

◆ Offset

long NdsForge.NdsManifestFile.Offset
get

Records the first physical payload byte independently from path and File ID.

Definition at line 57 of file NdsManifestModels.cs.

◆ Path

string NdsForge.NdsManifestFile.Path = string.Empty
get

Records the canonical case-sensitive slash-delimited NitroFS identity.

Definition at line 53 of file NdsManifestModels.cs.

◆ Sha256

string NdsForge.NdsManifestFile.Sha256 = string.Empty
get

Hashes the exact FAT allocation bytes with SHA-256.

Definition at line 61 of file NdsManifestModels.cs.


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