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