Table of Contents

Method Compile

Namespace
GrindFest
Assembly
GrindFest.dll

Compile(string, string, out byte[], string, bool, bool)

public (Assembly, ImmutableArray<Diagnostic>) Compile(string assemblyName, string sourceDirectory, out byte[] assemblyBytes, string outputPath = null, bool isolated = false, bool localHero = true)

Parameters

assemblyName string
sourceDirectory string
assemblyBytes byte[]
outputPath string
isolated bool
localHero bool

Returns

(Assembly, ImmutableArray<Diagnostic>)