C# Class SwfDotNet.IO.ByteCode.Actions.ActionStoreRegister

bytecode instruction object
Inheritance: MultiByteAction
Show file Open project: bladecoding/SwfExport Class Usage Examples

Public Properties

Property Type Description
Register byte

Public Methods

Method Description
ActionStoreRegister ( byte r ) : System

constructor

Compile ( BinaryWriter w ) : void
ToString ( ) : string

overriden ToString method

Method Details

ActionStoreRegister() public method

constructor
public ActionStoreRegister ( byte r ) : System
r byte register number
return System

Compile() public method

public Compile ( BinaryWriter w ) : void
w System.IO.BinaryWriter
return void

ToString() public method

overriden ToString method
public ToString ( ) : string
return string

Property Details

Register public property

register number
public byte Register
return byte