C# 클래스 Recurity.Swf.AVM2.Instructions.OP_lookupswitch

상속: AbstractInstruction
파일 보기 프로젝트 열기: rtezli/Blitzableiter

보호된 프로퍼티들

프로퍼티 타입 설명
_CaseOffsets List
_DefaultOffset System.Int32

공개 메소드들

메소드 설명
ToString ( ) : string

보호된 메소드들

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

WriteArgs ( Stream destination ) : void

메소드 상세

Parse() 보호된 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WriteArgs() 보호된 메소드

protected WriteArgs ( Stream destination ) : void
destination Stream
리턴 void

프로퍼티 상세

_CaseOffsets 보호되어 있는 프로퍼티

protected List _CaseOffsets
리턴 List

_DefaultOffset 보호되어 있는 프로퍼티

protected Int32,System _DefaultOffset
리턴 System.Int32