C# Класс ALFA.ScriptCompiler.CompilerResult

This structure describes the result of a compilation attempt.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Compiled bool
Errors IList
Warnings IList

Описание свойств

Compiled публичное свойство

True if the compilation succeeded.
public bool Compiled
Результат bool

Errors публичное свойство

The list of error messages.
public IList Errors
Результат IList

Warnings публичное свойство

The list of warning messages.
public IList Warnings
Результат IList