C# Class IrcShark.Extensions.Scripting.ScriptCompilerHelper

Description of ScriptCompilerHelper.
Inheritance: System.MarshalByRefObject
ファイルを表示 Open project: hapm/IrcShark Class Usage Examples

Public Methods

Method Description
Compile ( IScriptEngine engine ) : void
Execute ( string name, string parameters ) : void
ScriptCompilerHelper ( ) : System
Unload ( ) : void

Method Details

Compile() public method

public Compile ( IScriptEngine engine ) : void
engine IScriptEngine
return void

Execute() public method

public Execute ( string name, string parameters ) : void
name string
parameters string
return void

ScriptCompilerHelper() public method

public ScriptCompilerHelper ( ) : System
return System

Unload() public method

public Unload ( ) : void
return void