C# Class SharpTune.RomMod.Verifier

Inheritance: IDisposable
Afficher le fichier Open project: Merp/SharpTune Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
TryVerify ( IList patches ) : bool
Verifier ( Stream rs, SRecordReader sr, bool apply ) : System
Verifier ( string patchPath, string romPath, bool apply ) : System

Private Methods

Méthode Description
TryProcessRecord ( Patch patch, SRecord record ) : bool
TryVerifyPatch ( Patch patch ) : bool

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

TryVerify() public méthode

public TryVerify ( IList patches ) : bool
patches IList
Résultat bool

Verifier() public méthode

public Verifier ( Stream rs, SRecordReader sr, bool apply ) : System
rs Stream
sr SRecordReader
apply bool
Résultat System

Verifier() public méthode

public Verifier ( string patchPath, string romPath, bool apply ) : System
patchPath string
romPath string
apply bool
Résultat System