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

Describes one stable manifest path whose semantic value differs between two images. More...

Properties

string Path [get]
 Identifies the exact stable manifest value or logical component that changed.
NdsDifferenceKind Kind [get]
 Separates content edits from layout-only moves and numeric identity changes.
string? Before [get]
 Contains the invariant left value, or remains absent when the component was added.
string? After [get]
 Contains the invariant right value, or remains absent when the component was removed.

Detailed Description

Describes one stable manifest path whose semantic value differs between two images.

Definition at line 4 of file NdsSemanticDifference.cs.

Property Documentation

◆ After

string? NdsForge.NdsSemanticDifference.After
get

Contains the invariant right value, or remains absent when the component was removed.

Definition at line 26 of file NdsSemanticDifference.cs.

◆ Before

string? NdsForge.NdsSemanticDifference.Before
get

Contains the invariant left value, or remains absent when the component was added.

Definition at line 24 of file NdsSemanticDifference.cs.

◆ Kind

NdsDifferenceKind NdsForge.NdsSemanticDifference.Kind
get

Separates content edits from layout-only moves and numeric identity changes.

Definition at line 22 of file NdsSemanticDifference.cs.

◆ Path

string NdsForge.NdsSemanticDifference.Path
get

Identifies the exact stable manifest value or logical component that changed.

Definition at line 20 of file NdsSemanticDifference.cs.


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