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

Inheritance: AbstractInstruction
Datei anzeigen Open project: rtezli/Blitzableiter

Protected Properties

Property Type Description
_Index 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

_Index protected_oe property

protected UInt32,System _Index
return System.UInt32