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

bytecode instruction object
Inheritance: MultiByteAction
Afficher le fichier Open project: bladecoding/SwfExport Class Usage Examples

Méthodes publiques

Méthode Description
ActionGetUrl ( string url, string target ) : System

constructor

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

overriden ToString method

Method Details

ActionGetUrl() public méthode

constructor
public ActionGetUrl ( string url, string target ) : System
url string
target string
Résultat System

Compile() public méthode

public Compile ( BinaryWriter w ) : void
w System.IO.BinaryWriter
Résultat void

ToString() public méthode

overriden ToString method
public ToString ( ) : string
Résultat string