NdsForge.NET
1.0.1
Read, validate, edit, compare, and build Nintendo DS and DSi images from .NET
Loading...
Searching...
No Matches
NdsDifferenceKind.cs
1
namespace
NdsForge
;
2
4
public
enum
NdsDifferenceKind
5
{
7
Added
,
9
Removed
,
11
Modified
,
13
Relocated
,
15
Renumbered
,
17
Moved
,
18
}
NdsForge
Definition
NdsBanner.cs:5
NdsForge.NdsDifferenceKind
NdsDifferenceKind
Classifies how one semantic or physical image value changed between manifest snapshots.
Definition
NdsDifferenceKind.cs:5
NdsForge.NdsDifferenceKind.Modified
@ Modified
Content or metadata differs while the component retains the same logical identity.
Definition
NdsDifferenceKind.cs:11
NdsForge.NdsDifferenceKind.Renumbered
@ Renumbered
The same logical component has a different FAT or similar numeric identifier.
Definition
NdsDifferenceKind.cs:15
NdsForge.NdsDifferenceKind.Relocated
@ Relocated
The same component occupies a different physical image interval.
Definition
NdsDifferenceKind.cs:13
NdsForge.NdsDifferenceKind.Removed
@ Removed
A component or optional structure exists only in the left image.
Definition
NdsDifferenceKind.cs:9
NdsForge.NdsDifferenceKind.Moved
@ Moved
A uniquely content-matched file changed its canonical NitroFS path.
Definition
NdsDifferenceKind.cs:17
NdsForge.NdsDifferenceKind.Added
@ Added
A component or optional structure exists only in the right image.
Definition
NdsDifferenceKind.cs:7
src
NdsForge
Diffing
NdsDifferenceKind.cs
Generated by
1.17.0