C# 클래스 SwfDotNet.IO.ByteCode.Actions.ActionTry

bytecode instruction object try/catch/finally block
상속: MultiByteAction
파일 보기 프로젝트 열기: bladecoding/SwfExport 1 사용 예제들

공개 메소드들

메소드 설명
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