Выполнить компиляцию на основе предоставляемого контекста
Пространство имён:
Tessa.Compilation
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public ICompilationResult Compile(
ICompilationContext context
)
Public Function Compile (
context As ICompilationContext
) As ICompilationResult
public:
virtual ICompilationResult^ Compile(
ICompilationContext^ context
) sealed
abstract Compile :
context : ICompilationContext -> ICompilationResult
override Compile :
context : ICompilationContext -> ICompilationResult
Параметры
- context
- Тип: Tessa.CompilationICompilationContext
Контекст компиляции
Возвращаемое значение
Тип:
ICompilationResultРезультат сборки(Assembly при удачной сборке, ошибки, предупреждения и вывод компилятора)
Реализации
ICompilerCompile(ICompilationContext)См. также