C# 클래스 Recurity.Swf.AVM1.ActionStoreRegister

Blitzableiter ActionStoreRegister represents the Adobe AVM1 ActionStoreRegister
상속: AbstractAction
파일 보기 프로젝트 열기: rtezli/Blitzableiter

보호된 프로퍼티들

프로퍼티 타입 설명
_registerNum byte

공개 메소드들

메소드 설명
ActionStoreRegister ( ) : System

ActionStoreRegister reads the next object from the stack (without popping it) and stores it in one of four registers.

ActionStoreRegister ( byte register ) : System

ActionStoreRegister reads the next object from the stack (without popping it) and stores it in one of four registers.

ToString ( ) : string

Converts the action to a string

보호된 메소드들

메소드 설명
Parse ( System sourceStream, byte sourceVersion ) : void

The minimum version that is required for the action

ParseFrom ( ) : bool

Parses the action from a string array

Render ( System outputStream ) : ulong

메소드 상세

ActionStoreRegister() 공개 메소드

ActionStoreRegister reads the next object from the stack (without popping it) and stores it in one of four registers.
public ActionStoreRegister ( ) : System
리턴 System

ActionStoreRegister() 공개 메소드

ActionStoreRegister reads the next object from the stack (without popping it) and stores it in one of four registers.
public ActionStoreRegister ( byte register ) : System
register byte The number of the register
리턴 System

Parse() 보호된 메소드

The minimum version that is required for the action
protected Parse ( System sourceStream, byte sourceVersion ) : void
sourceStream System
sourceVersion byte
리턴 void

ParseFrom() 보호된 메소드

Parses the action from a string array
protected ParseFrom ( ) : bool
리턴 bool

Render() 보호된 메소드

protected Render ( System outputStream ) : ulong
outputStream System
리턴 ulong

ToString() 공개 메소드

Converts the action to a string
public ToString ( ) : string
리턴 string

프로퍼티 상세

_registerNum 보호되어 있는 프로퍼티

protected byte _registerNum
리턴 byte