CompilationJob
Inherits from
System.ValueType
An object that contains Yarn source code to compile, and instructions on how to compile it.
public struct CompilationJob
Instances of this struct are used with Compile(CompilationJob) to produce CompilationResult objects.
Name | Description |
---|---|
The type of compilation that the compiler will do. |
Name | Description |
---|---|
The type of compilation to perform. | |
The declarations for variables. |
Name | Description |
---|---|
Name | Description |
---|---|
Represents the contents of a file to compile. |
Last modified 1yr ago