C# Класс SwfDotNet.IO.ByteCode.Actions.ActionTry

bytecode instruction object try/catch/finally block
Наследование: MultiByteAction
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

ActionTry() публичный Метод

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
Результат System

Compile() публичный Метод

public Compile ( BinaryWriter w ) : void
w System.IO.BinaryWriter
Результат void

ToString() публичный Метод

overriden ToString method
public ToString ( ) : string
Результат string