C# Class Recurity.Swf.AVM1.ActionPush

Blitzableiter ActionPush represents the Adobe AVM1 ActionPush
Inheritance: AbstractAction
Mostra file Open project: rtezli/Blitzableiter

Public Methods

Method Description
ActionPush ( ) : System

Pushes one or more values to the stack

ActionPush ( List args ) : System

Pushes one or more values to the stack

PerformStackOperations ( Stack sourceStack ) : AVM1Stack

ToString ( ) : string

Converts the action to a string

Protected Methods

Method Description
Parse ( System sourceStream, byte sourceVersion ) : void

Parses the arguments from a source stream (The documentation is misleading. The _length member does define the overall length of the action's arguments. Now, we have to track how much we used.)

ParseFrom ( ) : bool

Parses the action from a string array

Render ( System outputStream ) : ulong

Renders the arguments to a output stream

Method Details

ActionPush() public method

Pushes one or more values to the stack
public ActionPush ( ) : System
return System

ActionPush() public method

Pushes one or more values to the stack
public ActionPush ( List args ) : System
args List The list of elements that will be pushed on the stack
return System

Parse() protected method

Parses the arguments from a source stream (The documentation is misleading. The _length member does define the overall length of the action's arguments. Now, we have to track how much we used.)
protected Parse ( System sourceStream, byte sourceVersion ) : void
sourceStream System The source stream
sourceVersion byte The version
return void

ParseFrom() protected method

Parses the action from a string array
protected ParseFrom ( ) : bool
return bool

PerformStackOperations() public method

public PerformStackOperations ( Stack sourceStack ) : AVM1Stack
sourceStack Stack
return Recurity.Swf.AVM1.Stack.AVM1Stack

Render() protected method

Renders the arguments to a output stream
protected Render ( System outputStream ) : ulong
outputStream System The output stream
return ulong

ToString() public method

Converts the action to a string
public ToString ( ) : string
return string