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

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

공개 프로퍼티들

프로퍼티 타입 설명
Register byte

공개 메소드들

메소드 설명
ActionStoreRegister ( byte r ) : System

constructor

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

overriden ToString method

메소드 상세

ActionStoreRegister() 공개 메소드

constructor
public ActionStoreRegister ( byte r ) : System
r byte register number
리턴 System

Compile() 공개 메소드

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

ToString() 공개 메소드

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

프로퍼티 상세

Register 공개적으로 프로퍼티

register number
public byte Register
리턴 byte