Recurity.Swf.AVM1.ActionStoreRegister.ActionStoreRegister C# (CSharp) Method

ActionStoreRegister() public method

ActionStoreRegister reads the next object from the stack (without popping it) and stores it in one of four registers.
public ActionStoreRegister ( ) : System
return System
        public ActionStoreRegister()
        {
            this._registerNum = 0;
            _StackOps = new StackChange[ 0 ]; // that's not exactly true, but let's see
        }

Same methods

ActionStoreRegister::ActionStoreRegister ( byte register ) : System