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

base class for multibyte actions (>0x80)
상속: BaseAction
파일 보기 프로젝트 열기: bladecoding/SwfExport

공개 메소드들

메소드 설명
Compile ( BinaryWriter writer ) : void
MultiByteAction ( ActionCode c ) : System

constructor

메소드 상세

Compile() 공개 메소드

public Compile ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
리턴 void

MultiByteAction() 공개 메소드

constructor
public MultiByteAction ( ActionCode c ) : System
c ActionCode action code as occuring in swf. Codes are listed in this enumeration
리턴 System