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

BaseAction is an abstract class that serves as a base for all Action classes resembling swf bytecode instructions
Afficher le fichier Open project: bladecoding/SwfExport Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
BaseAction ( ActionCode c ) : System

public constructor

Compile ( BinaryWriter writer ) : void

compile action to byte code

Method Details

BaseAction() public méthode

public constructor
public BaseAction ( ActionCode c ) : System
c ActionCode action code as occuring in swf. Codes are listed in this enumeration
Résultat System

Compile() public méthode

compile action to byte code
public Compile ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter /// Binary writer for writing byte code to stream ///
Résultat void

Property Details

Code public_oe property

Action code of the class when compiled to swf Action codes are enumerated in SwfDotNet.IO.ByteCode.ActionCode
public int Code
Résultat int