C# Class Recurity.Swf.AVM1.ActionBitURShift

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

Public Methods

Method Description
ActionBitURShift ( ) : System

Pops the value and shift count arguments from the stack. The value argument is converted to 32-bit signed integer and only the least significant 5 bits are used as the shift count.

Method Details

ActionBitURShift() public method

Pops the value and shift count arguments from the stack. The value argument is converted to 32-bit signed integer and only the least significant 5 bits are used as the shift count.
public ActionBitURShift ( ) : System
return System