C# Class ALFA.ScriptCompiler.CompilerResult

This structure describes the result of a compilation attempt.
Datei anzeigen Open project: ALandFarAway/ALFA-Base-Resources

Public Properties

Property Type Description
Compiled bool
Errors IList
Warnings IList

Property Details

Compiled public_oe property

True if the compilation succeeded.
public bool Compiled
return bool

Errors public_oe property

The list of error messages.
public IList Errors
return IList

Warnings public_oe property

The list of warning messages.
public IList Warnings
return IList