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

bytecode instruction object
Inheritance: BaseAction
Show file Open project: bladecoding/SwfExport

Public Properties

Property Type Description
LabelId int

Public Methods

Method Description
ActionLabel ( int l ) : System

constructor

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

overriden ToString method

Method Details

ActionLabel() public method

constructor
public ActionLabel ( int l ) : System
l int
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

Property Details

LabelId public property

label id
public int LabelId
return int