C# 클래스 EnableGameStream.FilePatcher

파일 보기 프로젝트 열기: Lakritzator/EnableGameStream 1 사용 예제들

공개 메소드들

메소드 설명
FilePatcher ( string filepath, byte pattern ) : System
ReplaceBytes ( int location, byte newValues ) : void
WritePatched ( string fileBackupPath = null ) : string

Rename the original file (this

메소드 상세

FilePatcher() 공개 메소드

public FilePatcher ( string filepath, byte pattern ) : System
filepath string
pattern byte
리턴 System

ReplaceBytes() 공개 메소드

public ReplaceBytes ( int location, byte newValues ) : void
location int
newValues byte
리턴 void

WritePatched() 공개 메소드

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
리턴 string