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

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

Защищенные свойства (Protected)

Свойство Тип Описание
_frame System.UInt16
_skipCount byte

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

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

Waits for a frame to be loaded and is stack based

ActionWaitForFrame ( UInt16 frame, byte skip ) : System

Waits for a frame to be loaded and is stack based

ToString ( ) : string

Converts the action to a string

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

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

Read the frame to be wait for and the number of skipped actions

ParseFrom ( ) : bool

Parses the action from a string array

Render ( System outputStream ) : ulong

Writes the frame to be waiting for and the number of actions to skip back to the output stream

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

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

Waits for a frame to be loaded and is stack based
public ActionWaitForFrame ( ) : System
Результат System

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

Waits for a frame to be loaded and is stack based
public ActionWaitForFrame ( UInt16 frame, byte skip ) : System
frame System.UInt16 The number of the frame to wait for
skip byte The number of actions to skip
Результат System

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

Read the frame to be wait for and the number of skipped actions
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() защищенный Метод

Writes the frame to be waiting for and the number of actions to skip back to the output stream
protected Render ( System outputStream ) : ulong
outputStream System The outpustream to write to
Результат ulong

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

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

Описание свойств

_frame защищенное свойство

protected UInt16,System _frame
Результат System.UInt16

_skipCount защищенное свойство

protected byte _skipCount
Результат byte