C# 클래스 MM2Randomizer.Patcher.Patch

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

공개 메소드들

메소드 설명
Add ( int address, byte value, string note = "" ) : void
ApplyIPSPatch ( string romname, string patchname ) : void
ApplyRandoPatch ( string filename ) : void
GetString ( ) : void
GetStringSortedByAddress ( ) : void
Patch ( ) : System

메소드 상세

Add() 공개 메소드

public Add ( int address, byte value, string note = "" ) : void
address int
value byte
note string
리턴 void

ApplyIPSPatch() 공개 정적인 메소드

public static ApplyIPSPatch ( string romname, string patchname ) : void
romname string
patchname string
리턴 void

ApplyRandoPatch() 공개 메소드

public ApplyRandoPatch ( string filename ) : void
filename string
리턴 void

GetString() 공개 메소드

public GetString ( ) : void
리턴 void

GetStringSortedByAddress() 공개 메소드

public GetStringSortedByAddress ( ) : void
리턴 void

Patch() 공개 메소드

public Patch ( ) : System
리턴 System