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

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

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

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

Creates a conditional test and branch.

ActionIf ( Int16 offset ) : System

Creates a conditional test and branch.

ToString ( ) : string

Converts the action to a string

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

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

Reads the offset from a source stream

ParseFrom ( ) : bool

Parses the action from a string array

Render ( System outputStream ) : ulong

Renders the offset back to an output stream

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

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

Creates a conditional test and branch.
public ActionIf ( ) : System
Результат System

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

Creates a conditional test and branch.
public ActionIf ( Int16 offset ) : System
offset System.Int16 The offset is a signed quantity, enabling /// branches from –32768 bytes to 32767 bytes. An offset of 0 points /// to the action directly after the ActionIf action.
Результат System

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

Reads the offset from a source stream
protected Parse ( System sourceStream, byte sourceVersion ) : void
sourceStream System The source stream
sourceVersion byte The Version
Результат void

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

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

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

Renders the offset back to an output stream
protected Render ( System outputStream ) : ulong
outputStream System The output stream
Результат ulong

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

Converts the action to a string
public ToString ( ) : string
Результат string