C# Class Recurity.Swf.AVM1.ActionStoreRegister

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

Protected Properties

Свойство Type Description
_registerNum byte

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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 méthode

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

ActionStoreRegister() public méthode

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
Résultat System

Parse() protected méthode

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

ParseFrom() protected méthode

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

Render() protected méthode

protected Render ( System outputStream ) : ulong
outputStream System
Résultat ulong

ToString() public méthode

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

Property Details

_registerNum protected_oe property

protected byte _registerNum
Résultat byte