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

BaseAction is an abstract class that serves as a base for all Action classes resembling swf bytecode instructions
파일 보기 프로젝트 열기: bladecoding/SwfExport 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Code int

공개 메소드들

메소드 설명
BaseAction ( ActionCode c ) : System

public constructor

Compile ( BinaryWriter writer ) : void

compile action to byte code

메소드 상세

BaseAction() 공개 메소드

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

Compile() 공개 메소드

compile action to byte code
public Compile ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter /// Binary writer for writing byte code to stream ///
리턴 void

프로퍼티 상세

Code 공개적으로 프로퍼티

Action code of the class when compiled to swf Action codes are enumerated in SwfDotNet.IO.ByteCode.ActionCode
public int Code
리턴 int