C# Class Recurity.Swf.AVM1.ActionSetTarget

Blitzableiter ActionSetTarget represents the Adobe AVM1 ActionSetTarget
Inheritance: AbstractAction
Afficher le fichier Open project: rtezli/Blitzableiter

Protected Properties

Свойство Type Description
_target string

Méthodes publiques

Méthode Description
ActionSetTarget ( ) : System

Instructs Flash Player to change the context of subsequent actions, so they apply to a named object (TargetName) rather than the current file

ActionSetTarget ( string target ) : System

Instructs Flash Player to change the context of subsequent actions, so they apply to a named object (TargetName) rather than the current file

ToString ( ) : string

Converts the action to a string

Méthodes protégées

Méthode Description
Parse ( System sourceStream, byte sourceVersion ) : void

Parses the target from a source stream

ParseFrom ( ) : bool

Parses the action from a string array

Render ( System outputStream ) : ulong

Renders the target back to the output stream

Method Details

ActionSetTarget() public méthode

Instructs Flash Player to change the context of subsequent actions, so they apply to a named object (TargetName) rather than the current file
public ActionSetTarget ( ) : System
Résultat System

ActionSetTarget() public méthode

Instructs Flash Player to change the context of subsequent actions, so they apply to a named object (TargetName) rather than the current file
public ActionSetTarget ( string target ) : System
target string The target
Résultat System

Parse() protected méthode

Parses the target from a source stream
protected Parse ( System sourceStream, byte sourceVersion ) : void
sourceStream System The source stream
sourceVersion byte The version
Résultat void

ParseFrom() protected méthode

Parses the action from a string array
protected ParseFrom ( ) : bool
Résultat bool

Render() protected méthode

Renders the target back to the output stream
protected Render ( System outputStream ) : ulong
outputStream System The output stream
Résultat ulong

ToString() public méthode

Converts the action to a string
public ToString ( ) : string
Résultat string

Property Details

_target protected_oe property

protected string _target
Résultat string