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

bytecode instruction object
Inheritance: MultiByteAction
Afficher le fichier Open project: bladecoding/SwfExport Class Usage Examples

Méthodes publiques

Méthode Description
ActionGotoLabel ( string l ) : System

constructor

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

overriden ToString method

Method Details

ActionGotoLabel() public méthode

constructor
public ActionGotoLabel ( string l ) : System
l string
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