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

A ScriptContainer contains a script of a given language.
파일 보기 프로젝트 열기: hapm/IrcShark 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Compile ( string mainType, IScriptEngine engine ) : void
Execute ( ) : void
ScriptContainer ( string binPathes, string name ) : System
Unload ( ) : void

메소드 상세

Compile() 공개 메소드

public Compile ( string mainType, IScriptEngine engine ) : void
mainType string
engine IScriptEngine
리턴 void

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

ScriptContainer() 공개 메소드

public ScriptContainer ( string binPathes, string name ) : System
binPathes string
name string
리턴 System

Unload() 공개 메소드

public Unload ( ) : void
리턴 void