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

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

Public Methods

Method Description
ActionWaitForFrame2 ( byte skip ) : System

constructor

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

overriden ToString method

Method Details

ActionWaitForFrame2() public method

constructor
public ActionWaitForFrame2 ( byte skip ) : System
skip byte bytes to skip
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