C# Class RunJS.Core.JsPort

Inheritance: Jurassic.Library.ObjectInstance
显示文件 Open project: Alxandr/RunJS Class Usage Examples

Protected Properties

Property Type Description
runner ScriptRunner

Private Properties

Property Type Description
AddEventListener void
PostMessage void
PostReceiveMessage void
RemoveEventListener void
Start void
Stop void

Public Methods

Method Description
JsPort ( ScriptRunner runner ) : System.Collections.Generic
ReceiveMessage ( string message ) : void

Protected Methods

Method Description
Initialize ( ) : void

Private Methods

Method 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 method

protected Initialize ( ) : void
return void

JsPort() public method

public JsPort ( ScriptRunner runner ) : System.Collections.Generic
runner ScriptRunner
return System.Collections.Generic

ReceiveMessage() public method

public ReceiveMessage ( string message ) : void
message string
return void

Property Details

runner protected_oe property

protected ScriptRunner runner
return ScriptRunner