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

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

공개 메소드들

메소드 설명
ActionCall ( ) : System

Calls a subroutine

보호된 메소드들

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

While ActionCall can have arguments, it operates on the Frame name / number on the stack and hence always has a length field of 0x0000. Therefore, if we end up here, it's already a format violation.

ParseFrom ( ) : bool

Parses the action from a string array

Render ( System outputStream ) : ulong

메소드 상세

ActionCall() 공개 메소드

Calls a subroutine
public ActionCall ( ) : System
리턴 System

Parse() 보호된 메소드

While ActionCall can have arguments, it operates on the Frame name / number on the stack and hence always has a length field of 0x0000. Therefore, if we end up here, it's already a format violation.
protected Parse ( System sourceStream, byte sourceVersion ) : void
sourceStream System The source stream to read from
sourceVersion byte The version
리턴 void

ParseFrom() 보호된 메소드

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

Render() 보호된 메소드

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