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

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

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

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

ActionEnumerate obtains the names of all “slots” in use in an ActionScript object—that is, for an object obj, all names X that could be retrieved with the syntax obj.X. ActionEnumerate is used to implement the for..in statement in ActionScript

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

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

ActionEnumerate obtains the names of all “slots” in use in an ActionScript object—that is, for an object obj, all names X that could be retrieved with the syntax obj.X. ActionEnumerate is used to implement the for..in statement in ActionScript
public ActionEnumerate ( ) : System
Результат System