C# 클래스 IrcShark.Extensions.Scripting.Script

Represents a loaded script.
상속: System.MarshalByRefObject
파일 보기 프로젝트 열기: hapm/IrcShark

공개 메소드들

메소드 설명
Execute ( string name, object parameters ) : object

Executes a method that is defined in the script.

Script ( IScriptEngine engine ) : System

Initializes a new instance of the Script class.

메소드 상세

Execute() 공개 메소드

Executes a method that is defined in the script.
public Execute ( string name, object parameters ) : object
name string The name of the method.
parameters object The parameters for the method.
리턴 object

Script() 공개 메소드

Initializes a new instance of the Script class.
public Script ( IScriptEngine engine ) : System
engine IScriptEngine The engine, this script was compiled with.
리턴 System