CompilationJob
Last updated
Was this helpful?
Struct in Yarn.Compiler
Inherits from System.ValueType
An object that contains Yarn source code to compile, and instructions on how to compile it.
public struct CompilationJobInstances of this struct are used with Compile(CompilationJob) to produce CompilationResult objects.
The type of compilation that the compiler will do.
The type of compilation to perform.
The declarations for variables and functions.
Creates a new CompilationJob using the contents of a collection of files.
Creates a new CompilationJob using the contents of a collection of files.
Creates a new CompilationJob using the contents of a string.
A cancellation token that can be used to signal that the compilation should be cancelled.
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.
The declarations for variables.
Represents the contents of a file to compile.
Last updated
Was this helpful?
Was this helpful?
