Recurity.Swf.AVM1.ActionGoToLabel.Render C# (CSharp) Method

Render() protected method

Renders the label to jump to back to an output stream
protected Render ( System outputStream ) : ulong
outputStream System The output stream
return ulong
        protected override ulong Render( System.IO.BinaryWriter outputStream )
        {
            return Helper.SwfStrings.SwfWriteString( this.Version, outputStream, _label );
        }