C# Class Recurity.Swf.AVM1.ActionCastOp

Blitzableiter ActionCastOp represents the Adobe AVM1 ActionCastOp
Inheritance: AbstractAction
Mostra file Open project: rtezli/Blitzableiter

Public Methods

Method 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 method

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
return System