C# Class SwiffotronCLI.ABCCatcher

Inheritance: IABCLoadInterceptor
Afficher le fichier Open project: WeeWorld/Swiffotron Class Usage Examples

Méthodes publiques

Méthode Description
ABCCatcher ( ) : System.Collections.Generic
OnLoadAbc ( bool lazyInit, SWFProcessing ctx, string abcName, int doAbcCount, byte bytecode ) : void
SaveAll ( string swfName, string dir ) : void

Method Details

ABCCatcher() public méthode

public ABCCatcher ( ) : System.Collections.Generic
Résultat System.Collections.Generic

OnLoadAbc() public méthode

public OnLoadAbc ( bool lazyInit, SWFProcessing ctx, string abcName, int doAbcCount, byte bytecode ) : void
lazyInit bool
ctx SWFProcessing
abcName string
doAbcCount int
bytecode byte
Résultat void

SaveAll() public méthode

public SaveAll ( string swfName, string dir ) : void
swfName string
dir string
Résultat void