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

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

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

Свойство Тип Описание
_registerNum byte

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

Метод Описание
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

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

Метод Описание
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

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

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

ActionStoreRegister reads the next object from the stack (without popping it) and stores it in one of four registers.
public ActionStoreRegister ( ) : System
Результат System

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

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
Результат System

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

The minimum version that is required for the action
protected Parse ( System sourceStream, byte sourceVersion ) : void
sourceStream System
sourceVersion byte
Результат void

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

Parses the action from a string array
protected ParseFrom ( ) : bool
Результат bool

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

protected Render ( System outputStream ) : ulong
outputStream System
Результат ulong

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

Converts the action to a string
public ToString ( ) : string
Результат string

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

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

protected byte _registerNum
Результат byte