CompilerCompile - метод
Выполнить компиляцию на основе предоставляемого контекста
Пространство имён: Tessa.CompilationСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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 ICompilationContext
- Контекст компиляции
ICompilationResultРезультат сборки(Assembly при удачной сборке, ошибки, предупреждения и вывод компилятора)
ICompilerCompile(ICompilationContext)