C# Class Recurity.Swf.AVM1.ActionStoreRegister

Blitzableiter ActionStoreRegister represents the Adobe AVM1 ActionStoreRegister
Inheritance: AbstractAction
Exibir arquivo Open project: rtezli/Blitzableiter

Protected Properties

Property Type Description
_registerNum byte

Public Methods

Method Description
ActionStoreRegister ( ) : System

ActionStoreRegister reads the next object from the stack (without popping it) and stores it in one of four registers.

ActionStoreRegister ( byte register ) : System

ActionStoreRegister reads the next object from the stack (without popping it) and stores it in one of four registers.

ToString ( ) : string

Converts the action to a string

Protected Methods

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

The minimum version that is required for the action

ParseFrom ( ) : bool

Parses the action from a string array

Render ( System outputStream ) : ulong

Method Details

ActionStoreRegister() public method

ActionStoreRegister reads the next object from the stack (without popping it) and stores it in one of four registers.
public ActionStoreRegister ( ) : System
return System

ActionStoreRegister() public method

ActionStoreRegister reads the next object from the stack (without popping it) and stores it in one of four registers.
public ActionStoreRegister ( byte register ) : System
register byte The number of the register
return System

Parse() protected method

The minimum version that is required for the action
protected Parse ( System sourceStream, byte sourceVersion ) : void
sourceStream System
sourceVersion byte
return void

ParseFrom() protected method

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

Render() protected method

protected Render ( System outputStream ) : ulong
outputStream System
return ulong

ToString() public method

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

Property Details

_registerNum protected_oe property

protected byte _registerNum
return byte