Метод | Описание | |
---|---|---|
DefaultSourceManager ( bool combine, string compileExtension, string compilationDirectory, ISourceCompiler compiler ) : System | ||
Dispose ( ) : void | ||
FindDestinationPile ( ) : IPile | ||
SetPileAsSource ( IPile pile, CompilerConfiguration compilerManager ) : Task |
Метод | Описание | |
---|---|---|
AttemptWrite ( string path, string text ) : void | ||
CompileAndSetupWatchers ( ) : Task | ||
CompileFile ( string pile, |
||
CompilePile ( string pile, bool setupWatchers ) : Task | ||
PileOnFileUpdated ( object sender, FileChangedEvent fileChangedEvent ) : void |
public DefaultSourceManager ( bool combine, string compileExtension, string compilationDirectory, ISourceCompiler compiler ) : System | ||
combine | bool | |
compileExtension | string | |
compilationDirectory | string | |
compiler | ISourceCompiler | |
Результат | System |
public SetPileAsSource ( IPile pile, CompilerConfiguration compilerManager ) : Task | ||
pile | IPile | |
compilerManager | CompilerConfiguration | |
Результат | Task |