C# Class Recurity.Swf.AVM1.ActionBitURShift

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

Méthodes publiques

Méthode 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 méthode

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
Résultat System