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

Inheritance: AbstractInstruction
Datei anzeigen Open project: rtezli/Blitzableiter

Protected Properties

Property Type Description
_CaseOffsets List
_DefaultOffset System.Int32

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

_CaseOffsets protected_oe property

protected List _CaseOffsets
return List

_DefaultOffset protected_oe property

protected Int32,System _DefaultOffset
return System.Int32