C# Class ScriptingPlugin.ScriptCompilerResults

Inheritance: IScriptCompilerResults
Mostra file Open project: BraveSirAndrew/DualityScripting

Public Methods

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

Method Details

ScriptCompilerResults() public method

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