C# Class SharpTune.RomMod.Patch

ファイルを表示 Open project: Merp/SharpTune Class Usage Examples

Public Methods

Method 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 method

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

Patch() public method

Constructor.
public Patch ( string name, uint start, uint end ) : System
name string
start uint
end uint
return System

ToString() public method

Describe the patch range in human terms.
public ToString ( ) : string
return string