CompilationJob

Struct in Yarn.Compiler

Inherits from System.ValueType

Summary

An object that contains Yarn source code to compile, and instructions on how to compile it.

public struct CompilationJob

Remarks

Instances of this struct are used with Compile(CompilationJob) to produce CompilationResult objects.

Enums

Name
Description

The type of compilation that the compiler will do.

Fields

Name
Description

The type of compilation to perform.

The declarations for variables.

Methods

Name
Description

Properties

Name
Description

Gets or sets the version of the Yarn language.

The collection of type declarations that should be imported and made available to the compiler, prior to compilation.

Structs

Name
Description

Represents the contents of a file to compile.

Last updated

Was this helpful?