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

bytecode instruction object
Inheritance: BaseAction
Afficher le fichier Open project: bladecoding/SwfExport

Méthodes publiques

Свойство Type Description
LabelId int

Méthodes publiques

Méthode Description
ActionLabel ( int l ) : System

constructor

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

overriden ToString method

Method Details

ActionLabel() public méthode

constructor
public ActionLabel ( int l ) : System
l int
Résultat System

Compile() public méthode

public Compile ( BinaryWriter w ) : void
w System.IO.BinaryWriter
Résultat void

ToString() public méthode

overriden ToString method
public ToString ( ) : string
Résultat string

Property Details

LabelId public_oe property

label id
public int LabelId
Résultat int