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

Inheritance: AbstractInstruction
Mostra file Open project: rtezli/Blitzableiter

Protected Properties

Property Type Description
_DebugType byte
_Extra System.UInt32
_Index System.UInt32
_Reg byte

Public Methods

Method Description
Verify ( ABC abc ) : void

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

Verify() public method

public Verify ( ABC abc ) : void
abc ABC
return void

WriteArgs() protected method

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

Property Details

_DebugType protected_oe property

protected byte _DebugType
return byte

_Extra protected_oe property

protected UInt32,System _Extra
return System.UInt32

_Index protected_oe property

protected UInt32,System _Index
return System.UInt32

_Reg protected_oe property

protected byte _Reg
return byte