CompilerOutputclass

objectCompilerOutput
Namespace
Sandbox
Assembly
Sandbox.Compiling
Declaration
public class Sandbox.CompilerOutput

Constructors1

Showing 1 constructors

Properties8

Showing 8 properties

public byte[] Sandbox.CompilerOutput.AssemblyData { get; set; }PUBLICGETSET

The [assembly].dll contents for this build

Returns:byte[]

public System.Collections.Generic.List`1<Microsoft.CodeAnalysis.Diagnostic> Sandbox.CompilerOutput.Diagnostics { get; set; }PUBLICGETSET

A list of diagnostics caused by the previous build

Returns:List<Diagnostic>

public System.Exception Sandbox.CompilerOutput.Exception { get; set; }PUBLICGETSET

If an exception happened during the build, it'll be available here

Returns:Exception

public bool Sandbox.CompilerOutput.Successful { get; set; }PUBLICGETSET

True if the build succeeded

Returns:bool

public System.Version Sandbox.CompilerOutput.Version { get; set; }PUBLICGETSET

The version of the assembly

Returns:Version

public string Sandbox.CompilerOutput.XmlDocumentation { get; set; }PUBLICGETSET

The [assembly].xml contents for this build

Returns:string

On this page