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

bytecode instruction object try/catch/finally block
Inheritance: MultiByteAction
显示文件 Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method Description
ActionTry ( bool catchRegFlag, bool finallyFlag, bool catchFlag, ushort trySize, ushort catchSize, ushort finallySize, string catchName, byte catchRegister ) : System

constructor

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

overriden ToString method

Method Details

ActionTry() public method

constructor
public ActionTry ( bool catchRegFlag, bool finallyFlag, bool catchFlag, ushort trySize, ushort catchSize, ushort finallySize, string catchName, byte catchRegister ) : System
catchRegFlag bool
finallyFlag bool
catchFlag bool
trySize ushort
catchSize ushort
finallySize ushort
catchName string
catchRegister byte
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