# Sandbox.CompilerOutput

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Compiling`

## Constructors

- [`CompilerOutput`](/api/Sandbox.CompilerOutput/.ctor)

## Properties

- [`Archive`](/api/Sandbox.CompilerOutput/Archive): A code archive created during the compile
- [`AssemblyData`](/api/Sandbox.CompilerOutput/AssemblyData): The [assembly].dll contents for this build
- [`Compiler`](/api/Sandbox.CompilerOutput/Compiler): The compiler that has produced this build
- [`Diagnostics`](/api/Sandbox.CompilerOutput/Diagnostics): A list of diagnostics caused by the previous build
- [`Exception`](/api/Sandbox.CompilerOutput/Exception): If an exception happened during the build, it'll be available here
- [`Successful`](/api/Sandbox.CompilerOutput/Successful): True if the build succeeded
- [`Version`](/api/Sandbox.CompilerOutput/Version): The version of the assembly
- [`XmlDocumentation`](/api/Sandbox.CompilerOutput/XmlDocumentation): The [assembly].xml contents for this build
