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

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

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

Свойство Тип Описание
_constants List
_numConstants System.UInt16

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

Метод Описание
ActionConstantPool ( ) : System

Creates a new constant pool, and replaces the old constant pool if one already exists

ActionConstantPool ( List list ) : System

Creates a new constant pool, and replaces the old constant pool if one already exists

ToString ( ) : string

Converts the action to a string

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

Метод Описание
Parse ( System sourceStream, byte sourceVersion ) : void

ParseFrom ( ) : bool

Parses the action from a string array

Render ( System outputStream ) : ulong

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

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

Creates a new constant pool, and replaces the old constant pool if one already exists
public ActionConstantPool ( ) : System
Результат System

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

Creates a new constant pool, and replaces the old constant pool if one already exists
public ActionConstantPool ( List list ) : System
list List The list of constants
Результат System

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

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

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

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

protected List _constants
Результат List

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

protected UInt16,System _numConstants
Результат System.UInt16