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

bytecode instruction object
Inheritance: MultiByteAction
显示文件 Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method Description
ActionGotoFrame2 ( byte data ) : System

constructor

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

overriden ToString method

Method Details

ActionGotoFrame2() public method

constructor
public ActionGotoFrame2 ( byte data ) : System
data byte
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