C# 클래스 Patcher.Patcher

파일 보기 프로젝트 열기: Jonesey13/TF-8-Player 1 사용 예제들

공개 메소드들

메소드 설명
CallRealBase ( ) : void

Marker method for calling the base implementation of a patched method

Main ( string args ) : int
Patch ( string modModulePath ) : void

Inline classes marked as [Patch], copying fields and replacing method implementations. As you can probably guess from the code, this is wholly incomplete and will certainly break and have to be extended in the future.

비공개 메소드들

메소드 설명
MakeIntermediateImage ( ) : void

publicize

MakeReferenceImage ( ) : void

Unseal, publicize, virtualize.

메소드 상세

CallRealBase() 공개 정적인 메소드

Marker method for calling the base implementation of a patched method
public static CallRealBase ( ) : void
리턴 void

Main() 공개 정적인 메소드

public static Main ( string args ) : int
args string
리턴 int

Patch() 공개 정적인 메소드

Inline classes marked as [Patch], copying fields and replacing method implementations. As you can probably guess from the code, this is wholly incomplete and will certainly break and have to be extended in the future.
public static Patch ( string modModulePath ) : void
modModulePath string
리턴 void