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

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

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

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

Defines a local variable and sets its value. If the variable already exists, the value is set to the newly specified value.

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

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

Defines a local variable and sets its value. If the variable already exists, the value is set to the newly specified value.
public ActionDefineLocal ( ) : System
Результат System