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

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

Public Methods

Method Description
ActionGetUrl ( string url, string target ) : System

constructor

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

overriden ToString method

Method Details

ActionGetUrl() public method

constructor
public ActionGetUrl ( string url, string target ) : System
url string
target string
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