s&box docs

public class Sandbox.CompilerOutput

Constructors

Showing 1 constructors

Properties

Showing 8 properties

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

The [assembly].dll contents for this build

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

A list of diagnostics caused by the previous build

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

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

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

True if the build succeeded

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

The version of the assembly

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

The [assembly].xml contents for this build

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Compiling
Doc IDT:Sandbox.CompilerOutput

On this page