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

bytecode instruction object
상속: BaseAction
파일 보기 프로젝트 열기: bladecoding/SwfExport

공개 프로퍼티들

프로퍼티 타입 설명
LabelId int

공개 메소드들

메소드 설명
ActionLabel ( int l ) : System

constructor

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

overriden ToString method

메소드 상세

ActionLabel() 공개 메소드

constructor
public ActionLabel ( int l ) : System
l int
리턴 System

Compile() 공개 메소드

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

ToString() 공개 메소드

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

프로퍼티 상세

LabelId 공개적으로 프로퍼티

label id
public int LabelId
리턴 int