class CompilerOutput

robot_2Generated
code_blocksInput

Description

The CompilerOutput class in the Sandbox namespace provides detailed information about the results of a compilation process. It includes properties that indicate the success of the build, the compiler used, the version of the assembly, and more. This class is essential for understanding the outcome of a build operation and diagnosing any issues that may have occurred.

Members

Instance Members

Member NameSummary
SuccessfulTrue if the build succeeded
CompilerThe compiler that has produced this build
VersionThe version of the assembly
AssemblyDataThe [assembly].dll contents for this build
ArchiveA code archive created during the compile
XmlDocumentationThe [assembly].xml contents for this build
DiagnosticsA list of diagnostics caused by the previous build
ExceptionIf an exception happened during the build, it'll be available here