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

ActionSetTarget2() public method

Sets the current context and is stack based
public ActionSetTarget2 ( ) : System
return System
        public ActionSetTarget2()
        {
            _StackOps = new StackChange[ 1 ];
            _StackOps[ 0 ] = new StackPop( AVM1DataTypes.AVM_String );
        }
ActionSetTarget2