C# Class RunJS.Core.JsPort

Inheritance: Jurassic.Library.ObjectInstance
Afficher le fichier Open project: Alxandr/RunJS Class Usage Examples

Protected Properties

Свойство Type Description
runner ScriptRunner

Private Properties

Свойство Type Description
AddEventListener void
PostMessage void
PostReceiveMessage void
RemoveEventListener void
Start void
Stop void

Méthodes publiques

Méthode Description
JsPort ( ScriptRunner runner ) : System.Collections.Generic
ReceiveMessage ( string message ) : void

Méthodes protégées

Méthode Description
Initialize ( ) : void

Private Methods

Méthode Description
AddEventListener ( string name, FunctionInstance callback, bool boubles ) : void
PostMessage ( string message ) : void
PostReceiveMessage ( string message ) : void
RemoveEventListener ( string name, FunctionInstance callback, bool boubles ) : void
Start ( ) : void
Stop ( ) : void

Method Details

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

JsPort() public méthode

public JsPort ( ScriptRunner runner ) : System.Collections.Generic
runner ScriptRunner
Résultat System.Collections.Generic

ReceiveMessage() public méthode

public ReceiveMessage ( string message ) : void
message string
Résultat void

Property Details

runner protected_oe property

protected ScriptRunner runner
Résultat ScriptRunner