CSharpScriptExecution.CompileAssembly

public bool CompileAssembly(Stream codeInputStream, bool noLoad)

Parameters

codeInputStream
Stream that contains C# code

noLoad
If set won't load the assembly and just compiles it. Useful only if OutputAssembly is set so you can explicitly load the assembly later.

Overloads