C# Class Recurity.Swf.AVM1.ActionCastOp

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

Méthodes publiques

Méthode Description
ActionCastOp ( ) : System

Implements the ActionScript cast operator, which allows the casting from one data type to another. ActionCastOp pops an object off the stack and attempts to convert the object to an instance of the class or to the interface represented by the constructor function.

Method Details

ActionCastOp() public méthode

Implements the ActionScript cast operator, which allows the casting from one data type to another. ActionCastOp pops an object off the stack and attempts to convert the object to an instance of the class or to the interface represented by the constructor function.
public ActionCastOp ( ) : System
Résultat System