Table of Contents

Method Build

Namespace
Alternet.Scripter
Assembly
Alternet.Scripter.v10.dll

Build(IScriptRun, string, TextWriter, IList<ScriptCompilationDiagnostic>)

public static bool Build(this IScriptRun scriptRun, string assemblyPath, TextWriter logger, IList<ScriptCompilationDiagnostic> errors)

Parameters

scriptRun IScriptRun
assemblyPath string
logger TextWriter
errors IList<ScriptCompilationDiagnostic>

Returns

bool