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

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

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

Свойство Тип Описание
_label string

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

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

Instructs Flash Player to go to the frame associated with the specified label. You can attach a label to a frame with the FrameLabel tag

ActionGoToLabel ( string label ) : System

Instructs Flash Player to go to the frame associated with the specified label. You can attach a label to a frame with the FrameLabel tag

ToString ( ) : string

Converts the action to a string

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

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

Reads the label to jump to from a source stream

ParseFrom ( ) : bool

Parses the action from a string array

Render ( System outputStream ) : ulong

Renders the label to jump to back to an output stream

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

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

Instructs Flash Player to go to the frame associated with the specified label. You can attach a label to a frame with the FrameLabel tag
public ActionGoToLabel ( ) : System
Результат System

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

Instructs Flash Player to go to the frame associated with the specified label. You can attach a label to a frame with the FrameLabel tag
public ActionGoToLabel ( string label ) : System
label string The label name
Результат System

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

Reads the label to jump 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() защищенный Метод

Renders the label to jump to 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

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

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

protected string _label
Результат string