C# Class Recurity.Swf.AVM1.ActionCallMethod

Blitzableiter ActionCallMethod represents the Adobe AVM1 ActionCallMethod
Inheritance: AbstractAction
Exibir arquivo Open project: rtezli/Blitzableiter

Public Methods

Method Description
ActionCallMethod ( ) : System

Pushes a method (function) call onto the stack, similar to ActionNewMethod.

Method Details

ActionCallMethod() public method

Pushes a method (function) call onto the stack, similar to ActionNewMethod.
public ActionCallMethod ( ) : System
return System