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

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

Méthodes publiques

Méthode Description
ActionPushList ( ActionPush p ) : System

constructor

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

overriden ToString method

this ( int i ) : ActionPush

indexer to access single push actions

Method Details

ActionPushList() public méthode

constructor
public ActionPushList ( ActionPush p ) : System
p ActionPush list of single push instructions
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

this() public méthode

indexer to access single push actions
public this ( int i ) : ActionPush
i int
Résultat ActionPush