Table of Contents

Method CreateCompilation

Namespace
Alternet.Scripter.Roslyn
Assembly
Alternet.Scripter.v9.dll

CreateCompilation(string, bool, bool)

protected Compilation CreateCompilation(string tempObjectPath, bool isDotNetCore, bool emitAssembly)

Parameters

tempObjectPath string
isDotNetCore bool
emitAssembly bool

Returns

Compilation