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

상속: Interfaces.ISwfElement
파일 보기 프로젝트 열기: rtezli/Blitzableiter 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_StackOps Recurity.Swf.AVM1.StackChange[]
_actionCode byte
_length System.UInt16

공개 메소드들

메소드 설명
ParseFrom ( string line ) : bool

PerformStackOperations ( Stack sourceStack ) : AVM1Stack

Read ( BinaryReader sourceStream, byte sourceVersion ) : void

ToString ( ) : string

Write ( Stream output ) : void

보호된 메소드들

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

ParseFrom ( ) : bool

Render ( BinaryWriter outputStream ) : ulong

비공개 메소드들

메소드 설명
ParseFromTokenize ( string line ) : string[]

메소드 상세

Parse() 보호된 메소드

protected Parse ( BinaryReader sourceStream, byte sourceVersion ) : void
sourceStream System.IO.BinaryReader
sourceVersion byte
리턴 void

ParseFrom() 보호된 메소드

protected ParseFrom ( ) : bool
리턴 bool

ParseFrom() 공개 메소드

public ParseFrom ( string line ) : bool
line string
리턴 bool

PerformStackOperations() 공개 메소드

public PerformStackOperations ( Stack sourceStack ) : AVM1Stack
sourceStack Stack
리턴 Recurity.Swf.AVM1.Stack.AVM1Stack

Read() 공개 메소드

public Read ( BinaryReader sourceStream, byte sourceVersion ) : void
sourceStream System.IO.BinaryReader
sourceVersion byte
리턴 void

Render() 보호된 메소드

protected Render ( BinaryWriter outputStream ) : ulong
outputStream System.IO.BinaryWriter
리턴 ulong

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

public Write ( Stream output ) : void
output Stream
리턴 void

프로퍼티 상세

_StackOps 보호되어 있는 프로퍼티

protected StackChange[],Recurity.Swf.AVM1 _StackOps
리턴 Recurity.Swf.AVM1.StackChange[]

_actionCode 보호되어 있는 프로퍼티

protected byte _actionCode
리턴 byte

_length 보호되어 있는 프로퍼티

protected UInt16,System _length
리턴 System.UInt16