Class AssemblyCompiler.OutputDetails
Contains the results of an assembly build process
Namespace: WeaverCore.Editor.Compilation
Assembly: WeaverCore.Editor.dll
Syntax
public class AssemblyCompiler.OutputDetails
Fields
| Edit this page View SourceCompilerMessages
Any messages that were printed to the logs during the compilation process
Declaration
public CompilerMessage[] CompilerMessages
Field Value
Type | Description |
---|---|
CompilerMessage[] |
OutputPath
The output path of the DLL
Declaration
public string OutputPath
Field Value
Type | Description |
---|---|
string |
Success
Was the build a success
Declaration
public bool Success
Field Value
Type | Description |
---|---|
bool |