Table of Contents

Method Compile

Namespace
GrindFest
Assembly
GrindFest.dll

Compile(string, string, string, bool)

public (Assembly, ImmutableArray<Diagnostic>) Compile(string assemblyName, string sourceDirectory, string outputPath = null, bool isolated = false)

Parameters

assemblyName string
sourceDirectory string
outputPath string
isolated bool

Returns

(Assembly, ImmutableArray<Diagnostic>)