NdsForge.NET
1.0.1
Read, validate, edit, compare, and build Nintendo DS and DSi images from .NET
Loading...
Searching...
No Matches
NdsDiagnostic.cs
1
namespace
NdsForge
;
2
8
public
sealed
record NdsDiagnostic(
9
string
Code,
10
NdsDiagnosticSeverity
Severity,
11
string
Message,
12
NdsRegion
? Region =
null
);
13
NdsForge.NdsRegion
Identifies a bounded range of bytes in an image.
Definition
NdsRegion.cs:11
NdsForge
Definition
NdsBanner.cs:5
NdsForge.NdsDiagnosticSeverity
NdsDiagnosticSeverity
Indicates the impact of a validation finding.
Definition
NdsDiagnosticSeverity.cs:5
src
NdsForge
Diagnostics
NdsDiagnostic.cs
Generated by
1.17.0