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