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

bytecode instruction object
Inheritance: MultiByteAction
Datei anzeigen Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method Description
ActionWith ( ushort blockLen ) : System

constructor

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

overriden ToString method

Method Details

ActionWith() public method

constructor
public ActionWith ( ushort blockLen ) : System
blockLen ushort block length of enclosed action
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