C# Class ALFA.ScriptCompiler.CompilerResult

This structure describes the result of a compilation attempt.
Afficher le fichier Open project: ALandFarAway/ALFA-Base-Resources

Méthodes publiques

Свойство Type Description
Compiled bool
Errors IList
Warnings IList

Property Details

Compiled public_oe property

True if the compilation succeeded.
public bool Compiled
Résultat bool

Errors public_oe property

The list of error messages.
public IList Errors
Résultat IList

Warnings public_oe property

The list of warning messages.
public IList Warnings
Résultat IList