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

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

공개 프로퍼티들

프로퍼티 타입 설명
ConstantList System.Collections.ArrayList

공개 메소드들

메소드 설명
ActionConstantPool ( string c ) : System

constructor

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

overriden ToString() method

overriden ToString method

메소드 상세

ActionConstantPool() 공개 메소드

constructor
public ActionConstantPool ( string c ) : System
c string constant list
리턴 System

Compile() 공개 메소드

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

ToString() 공개 메소드

overriden ToString() method overriden ToString method
public ToString ( ) : string
리턴 string

프로퍼티 상세

ConstantList 공개적으로 프로퍼티

list of constant pool strings by index
public ArrayList,System.Collections ConstantList
리턴 System.Collections.ArrayList