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

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

보호된 프로퍼티들

프로퍼티 타입 설명
_Index System.UInt32

공개 메소드들

메소드 설명
ToString ( ) : string

Verify ( ABC abc ) : void

보호된 메소드들

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

WriteArgs ( Stream destination ) : void

메소드 상세

Parse() 보호된 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Verify() 공개 메소드

public Verify ( ABC abc ) : void
abc ABC
리턴 void

WriteArgs() 보호된 메소드

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

프로퍼티 상세

_Index 보호되어 있는 프로퍼티

protected UInt32,System _Index
리턴 System.UInt32