Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 828 Bytes

yarn.compiler.compilationresult.program.md

File metadata and controls

23 lines (14 loc) · 828 Bytes

CompilationResult.Program

Property in CompilationResult

Summary

Gets the compiled Yarn program that the Compiler produced.

public Program Program { get; internal set; }

Remarks

This value will be null if there were errors in the compilation. If this is the case, Diagnostics will contain information describing the errors.

It will also be null if the CompilationJob object's CompilationType value was not FullCompilation.