C# Class ErlangEditor.CompilerProxy.SolutionCompiler

Inheritance: System.Windows.Threading.DispatcherObject
ファイルを表示 Open project: xdusongwei/ErlangEditor Class Usage Examples

Public Methods

Method Description
Start ( IEnumerable aApps, Collection aExportReport, Action aFileComplete, Action aFinish ) : void
Start ( IEnumerable aApps, Collection aExportReport, Action aFileComplete, Action aFinish, bool aAsync ) : void

Private Methods

Method Description
ExecuteProc ( IEnumerable aApps, Collection aExportReport, Action aFileComplete, Action aFinish ) : void
PrintBegin ( Collection aExportReport ) : void
PrintEnd ( Collection aExportReport, int aSuccess, int aWarning, int aFailed ) : void
PrintLine ( string aLog, Collection aExportReport ) : void

Method Details

Start() public method

public Start ( IEnumerable aApps, Collection aExportReport, Action aFileComplete, Action aFinish ) : void
aApps IEnumerable
aExportReport Collection
aFileComplete Action
aFinish Action
return void

Start() public method

public Start ( IEnumerable aApps, Collection aExportReport, Action aFileComplete, Action aFinish, bool aAsync ) : void
aApps IEnumerable
aExportReport Collection
aFileComplete Action
aFinish Action
aAsync bool
return void