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

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

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

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

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

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

Instructs Flash Player to go to the specified frame in the current file

ActionGotoFrame ( UInt16 frame ) : System

Goes to a frame and is stack based.

ToString ( ) : string

Converts the action to a string

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

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

Parses frame number to go to from a source stream

ParseFrom ( ) : bool

Parses the action from a string array

Render ( BinaryWriter outputStream ) : ulong

Writes the frame number to go to back to the output stream

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

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

Instructs Flash Player to go to the specified frame in the current file
public ActionGotoFrame ( ) : System
Результат System

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

Goes to a frame and is stack based.
public ActionGotoFrame ( UInt16 frame ) : System
frame System.UInt16 The frame numberof the destination frame.
Результат System

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

Parses frame number to go to 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() защищенный Метод

Writes the frame number to go to back to the output stream
protected Render ( BinaryWriter outputStream ) : ulong
outputStream System.IO.BinaryWriter The outputstream
Результат ulong

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

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

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

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

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