Method Compile
Compile(bool, bool)
Compiles the script.
public RoslynScriptProvider.CompileResult Compile(bool syntaxCheckOnly, bool emitAssembly)
Parameters
syntaxCheckOnly
boolSpecifies if compilation performs syntax check only, without generating assemblies.
emitAssembly
bool
Returns
- RoslynScriptProvider.CompileResult
result of compilation.