C# Class ScriptingPlugin.CSharpScriptCompilerResults

Inheritance: IScriptCompilerResults
ファイルを表示 Open project: BraveSirAndrew/DualityScripting

Public Methods

Method Description
CSharpScriptCompilerResults ( bool success, IEnumerable errors, string assemblyPath ) : System.Collections.Generic

Method Details

CSharpScriptCompilerResults() public method

public CSharpScriptCompilerResults ( bool success, IEnumerable errors, string assemblyPath ) : System.Collections.Generic
success bool
errors IEnumerable
assemblyPath string
return System.Collections.Generic