C# Class Recurity.Swf.AVM2.Instructions.OP_hasnext2

Inheritance: AbstractInstruction
Mostra file Open project: rtezli/Blitzableiter

Protected Properties

Property Type Description
_IndexReg System.UInt32
_ObjectReg System.UInt32

Public Methods

Method Description
ToString ( ) : string

Protected Methods

Method Description
Parse ( BinaryReader sourceStream ) : void

WriteArgs ( Stream destination ) : void

Method Details

Parse() protected method

protected Parse ( BinaryReader sourceStream ) : void
sourceStream System.IO.BinaryReader
return void

ToString() public method

public ToString ( ) : string
return string

WriteArgs() protected method

protected WriteArgs ( Stream destination ) : void
destination Stream
return void

Property Details

_IndexReg protected_oe property

protected UInt32,System _IndexReg
return System.UInt32

_ObjectReg protected_oe property

protected UInt32,System _ObjectReg
return System.UInt32