SwfDotNet.IO.ByteCode.Actions.ActionGetUrl2.ActionGetUrl2 C# (CSharp) Method

ActionGetUrl2() public method

constructor
public ActionGetUrl2 ( byte flags ) : System
flags byte flag settings
return System
        public ActionGetUrl2(byte flags)
            : base(ActionCode.GetURL2)
        {
            this.flags = flags;
        }