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

ActionSetProperty() public method

Sets a file property
public ActionSetProperty ( ) : System
return System
        public ActionSetProperty()
        {
            _StackOps = new StackChange[ 3 ];
            _StackOps[ 0 ] = new StackPop( AVM1DataTypes.AVM_ANY ); // value
            _StackOps[ 1 ] = new StackPop( AVM1DataTypes.AVM_String ); // index
            _StackOps[ 2 ] = new StackPop( AVM1DataTypes.AVM_String ); // target
        }
ActionSetProperty