class
CompilerOutput
public class CompilerOutput Constructors
CompilerOutput(Compiler compiler) Properties
| Name | Type | Description |
|---|---|---|
Successful | Boolean | True if the build succeeded |
Compiler | Compiler | The compiler that has produced this build |
Version | Version | The version of the assembly |
AssemblyData | Byte[] | The [assembly].dll contents for this build |
Archive | CodeArchive | A code archive created during the compile |
XmlDocumentation | String | The [assembly].xml contents for this build |
Diagnostics | List<Diagnostic> | A list of diagnostics caused by the previous build |
Exception | Exception | If an exception happened during the build, it'll be available here |