C# Class SwfDotNet.IO.ByteCode.Actions.ActionGotoLabel

bytecode instruction object
Inheritance: MultiByteAction
Show file Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method Description
ActionGotoLabel ( string l ) : System

constructor

Compile ( BinaryWriter w ) : void
ToString ( ) : string

overriden ToString method

Method Details

ActionGotoLabel() public method

constructor
public ActionGotoLabel ( string l ) : System
l string
return System

Compile() public method

public Compile ( BinaryWriter w ) : void
w System.IO.BinaryWriter
return void

ToString() public method

overriden ToString method
public ToString ( ) : string
return string