C# 클래스 SwiffotronCLI.ABCCatcher

상속: IABCLoadInterceptor
파일 보기 프로젝트 열기: WeeWorld/Swiffotron 1 사용 예제들

공개 메소드들

메소드 설명
ABCCatcher ( ) : System.Collections.Generic
OnLoadAbc ( bool lazyInit, SWFProcessing ctx, string abcName, int doAbcCount, byte bytecode ) : void
SaveAll ( string swfName, string dir ) : void

메소드 상세

ABCCatcher() 공개 메소드

public ABCCatcher ( ) : System.Collections.Generic
리턴 System.Collections.Generic

OnLoadAbc() 공개 메소드

public OnLoadAbc ( bool lazyInit, SWFProcessing ctx, string abcName, int doAbcCount, byte bytecode ) : void
lazyInit bool
ctx SWFProcessing
abcName string
doAbcCount int
bytecode byte
리턴 void

SaveAll() 공개 메소드

public SaveAll ( string swfName, string dir ) : void
swfName string
dir string
리턴 void