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

ActionGetProperty() public method

Gets a file property
public ActionGetProperty ( ) : System
return System
        public ActionGetProperty()
        {
            _StackOps = new StackChange[ 3 ];
            _StackOps[ 0 ] = new StackPop( AVM1DataTypes.AVM_String ); // index (as string)
            _StackOps[ 1 ] = new StackPop( AVM1DataTypes.AVM_String ); // target
            _StackOps[ 2 ] = new StackPush( AVM1DataTypes.AVM_ANY );
        }
ActionGetProperty