Show / Hide Table of Contents

Class AssemblyCompiler.OutputDetails

Contains the results of an assembly build process

Inheritance
object
AssemblyCompiler.OutputDetails
Namespace: WeaverCore.Editor.Compilation
Assembly: WeaverCore.Editor.dll
Syntax
public class AssemblyCompiler.OutputDetails

Fields

| Edit this page View Source

CompilerMessages

Any messages that were printed to the logs during the compilation process

Declaration
public CompilerMessage[] CompilerMessages
Field Value
Type Description
CompilerMessage[]
| Edit this page View Source

OutputPath

The output path of the DLL

Declaration
public string OutputPath
Field Value
Type Description
string
| Edit this page View Source

Success

Was the build a success

Declaration
public bool Success
Field Value
Type Description
bool

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾