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