Метод | Описание | |
---|---|---|
Disassemble ( ) : void |
Disassembles all code. The loaded bytecode will be cached unless you tamper with the disassembled code in which case it will need re-assembly.
|
|
DoABC ( bool lazyInit, string name, byte bytecode, |
Initializes a new instance of a bytecode block.
|
|
GenerateDefaultScript ( string qClassName, |
Generates a main timeline script for a new SWF
|
|
MarkCodeAsTampered ( ) : void |
Disassembles all code and marks it as requiring re-assembly (i.e. the cached bytecode bytes are invalid and can't be written to file).
|
Метод | Описание | |
---|---|---|
GenerateTimelineClass ( |
Factory method for a new timeline class.
|
|
GenerateTimelineScript ( |
Factory method for a new timeline script.
|
|
Merge ( |
Merges some code into this code.
|
|
MethodProc ( |
Process all the methods in this code block.
|
|
ToStringModelView ( int nest, |
public DoABC ( bool lazyInit, string name, byte bytecode, |
||
lazyInit | bool | Instruct the VM to use lazy initialization on /// this block. |
name | string | The name of the block |
bytecode | byte | The raw bytecode data. |
abcReadLog | Ignored in release builds. Logs the parsing of the ABC /// file. | |
Результат | System.Diagnostics |
public static GenerateDefaultScript ( string qClassName, |
||
qClassName | string | Qualified class name for the MainTimeline class, /// e.g. mygeneratedswf_fla.MainTimeline |
timeline | ||
Результат |