C# Класс Recurity.Swf.AVM1.ActionCall

Blitzableiter ActionCall represents the Adobe AVM1 ActionCall
Наследование: AbstractAction
Показать файл Открыть проект

Открытые методы

Метод Описание
ActionCall ( ) : System

Calls a subroutine

Защищенные методы

Метод Описание
Parse ( System sourceStream, byte sourceVersion ) : void

While ActionCall can have arguments, it operates on the Frame name / number on the stack and hence always has a length field of 0x0000. Therefore, if we end up here, it's already a format violation.

ParseFrom ( ) : bool

Parses the action from a string array

Render ( System outputStream ) : ulong

Описание методов

ActionCall() публичный Метод

Calls a subroutine
public ActionCall ( ) : System
Результат System

Parse() защищенный Метод

While ActionCall can have arguments, it operates on the Frame name / number on the stack and hence always has a length field of 0x0000. Therefore, if we end up here, it's already a format violation.
protected Parse ( System sourceStream, byte sourceVersion ) : void
sourceStream System The source stream to read from
sourceVersion byte The version
Результат void

ParseFrom() защищенный Метод

Parses the action from a string array
protected ParseFrom ( ) : bool
Результат bool

Render() защищенный Метод

protected Render ( System outputStream ) : ulong
outputStream System
Результат ulong