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

ActionGetVariable() public method

Gets a variable’s value.
public ActionGetVariable ( ) : System
return System
        public ActionGetVariable()
        {
            _StackOps = new StackChange[ 2 ];
            _StackOps[ 0 ] = new StackPop( AVM1DataTypes.AVM_String );
            _StackOps[ 1 ] = new StackPush( AVM1DataTypes.AVM_ANY );
        }
ActionGetVariable