C# Class EnableGameStream.FilePatcher

Afficher le fichier Open project: Lakritzator/EnableGameStream Class Usage Examples

Méthodes publiques

Méthode Description
FilePatcher ( string filepath, byte pattern ) : System
ReplaceBytes ( int location, byte newValues ) : void
WritePatched ( string fileBackupPath = null ) : string

Rename the original file (this

Method Details

FilePatcher() public méthode

public FilePatcher ( string filepath, byte pattern ) : System
filepath string
pattern byte
Résultat System

ReplaceBytes() public méthode

public ReplaceBytes ( int location, byte newValues ) : void
location int
newValues byte
Résultat void

WritePatched() public méthode

Rename the original file (this
public WritePatched ( string fileBackupPath = null ) : string
fileBackupPath string Name of the backup file, null to use the original file with a .bkp extension
Résultat string