Snapshots every FAT record, including unnamed private Overlay payloads and otherwise unreferenced allocations. More...
Properties | |
| int | FileId [get] |
| Records the zero-based FAT slot independent from Overlay IDs and optional FNT names. | |
| long | Offset [get] |
| Records the first physical byte addressed by the FAT record. | |
| long | Length [get] |
| Records the FAT end-minus-start length, including valid zero-byte allocations. | |
| string | Sha256 = string.Empty [get] |
| Hashes the exact allocation bytes with SHA-256 so unnamed payload changes remain visible. | |
Snapshots every FAT record, including unnamed private Overlay payloads and otherwise unreferenced allocations.
Definition at line 65 of file NdsManifestModels.cs.
|
get |
Records the zero-based FAT slot independent from Overlay IDs and optional FNT names.
Definition at line 68 of file NdsManifestModels.cs.
|
get |
Records the FAT end-minus-start length, including valid zero-byte allocations.
Definition at line 72 of file NdsManifestModels.cs.
|
get |
Records the first physical byte addressed by the FAT record.
Definition at line 70 of file NdsManifestModels.cs.
|
get |
Hashes the exact allocation bytes with SHA-256 so unnamed payload changes remain visible.
Definition at line 74 of file NdsManifestModels.cs.