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

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

공개 메소드들

메소드 설명
ActionIf ( ) : System

Creates a conditional test and branch.

ActionIf ( Int16 offset ) : System

Creates a conditional test and branch.

ToString ( ) : string

Converts the action to a string

보호된 메소드들

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

Reads the offset from a source stream

ParseFrom ( ) : bool

Parses the action from a string array

Render ( System outputStream ) : ulong

Renders the offset back to an output stream

메소드 상세

ActionIf() 공개 메소드

Creates a conditional test and branch.
public ActionIf ( ) : System
리턴 System

ActionIf() 공개 메소드

Creates a conditional test and branch.
public ActionIf ( Int16 offset ) : System
offset System.Int16 The offset is a signed quantity, enabling /// branches from –32768 bytes to 32767 bytes. An offset of 0 points /// to the action directly after the ActionIf action.
리턴 System

Parse() 보호된 메소드

Reads the offset from a source stream
protected Parse ( System sourceStream, byte sourceVersion ) : void
sourceStream System The source stream
sourceVersion byte The Version
리턴 void

ParseFrom() 보호된 메소드

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

Render() 보호된 메소드

Renders the offset back to an output stream
protected Render ( System outputStream ) : ulong
outputStream System The output stream
리턴 ulong

ToString() 공개 메소드

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