C# 클래스 ScriptingPlugin.ScriptCompilerResults

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

공개 메소드들

메소드 설명
ScriptCompilerResults ( bool success, IEnumerable errors, string assemblyPath ) : System.Collections.Generic

메소드 상세

ScriptCompilerResults() 공개 메소드

public ScriptCompilerResults ( bool success, IEnumerable errors, string assemblyPath ) : System.Collections.Generic
success bool
errors IEnumerable
assemblyPath string
리턴 System.Collections.Generic