C# 클래스 CM3D2.MaidFiddler.Patch.MaidFiddlerPatcher

상속: PatchBase
파일 보기 프로젝트 열기: denikson/CM3D2.MaidFiddler

공개 메소드들

메소드 설명
CanPatch ( PatcherArguments args ) : bool
Patch ( PatcherArguments args ) : void
PrePatch ( ) : void

비공개 메소드들

메소드 설명
HasAttribute ( AssemblyDefinition assembly, string tag ) : bool
PatchFuncEnum ( MaidChangeType tag, Mono.Cecil.MethodDefinition target, Mono.Cecil.MethodDefinition hook ) : void
PatchFuncEnumBool ( MaidChangeType tag, Mono.Cecil.MethodDefinition target, Mono.Cecil.MethodDefinition hook ) : void
SetCustomPatchedAttribute ( AssemblyDefinition ass ) : void
WritePreviousLine ( string msg ) : void

메소드 상세

CanPatch() 공개 메소드

public CanPatch ( PatcherArguments args ) : bool
args PatcherArguments
리턴 bool

Patch() 공개 메소드

public Patch ( PatcherArguments args ) : void
args PatcherArguments
리턴 void

PrePatch() 공개 메소드

public PrePatch ( ) : void
리턴 void