C# 클래스 ScriptingPlugin.CSharpScriptCompiler

상속: IScriptCompiler
파일 보기 프로젝트 열기: BraveSirAndrew/DualityScripting

공개 메소드들

메소드 설명
AddReference ( string referenceAssembly ) : void
CSharpScriptCompiler ( ) : System
Compile ( IEnumerable scripts, string resultingAssemblyDirectory = null ) : IScriptCompilerResults
Compile ( string script, string sourceFilePath = null ) : IScriptCompilerResults

메소드 상세

AddReference() 공개 메소드

public AddReference ( string referenceAssembly ) : void
referenceAssembly string
리턴 void

CSharpScriptCompiler() 공개 메소드

public CSharpScriptCompiler ( ) : System
리턴 System

Compile() 공개 메소드

public Compile ( IEnumerable scripts, string resultingAssemblyDirectory = null ) : IScriptCompilerResults
scripts IEnumerable
resultingAssemblyDirectory string
리턴 IScriptCompilerResults

Compile() 공개 메소드

public Compile ( string script, string sourceFilePath = null ) : IScriptCompilerResults
script string
sourceFilePath string
리턴 IScriptCompilerResults