C# Class SharpTune.RomMod.Patch

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

Méthodes publiques

Méthode Description
MetaCheck ( IEnumerable buffer ) : bool

Check the baseline data for a r4b patch

Patch ( string name, uint start, uint end ) : System

Constructor.

ToString ( ) : string

Describe the patch range in human terms.

Method Details

MetaCheck() public méthode

Check the baseline data for a r4b patch
public MetaCheck ( IEnumerable buffer ) : bool
buffer IEnumerable Buffer containing baseline data
Résultat bool

Patch() public méthode

Constructor.
public Patch ( string name, uint start, uint end ) : System
name string
start uint
end uint
Résultat System

ToString() public méthode

Describe the patch range in human terms.
public ToString ( ) : string
Résultat string