C# 클래스 ErlangEditor.CompilerProxy.SolutionCompiler

상속: System.Windows.Threading.DispatcherObject
파일 보기 프로젝트 열기: xdusongwei/ErlangEditor 1 사용 예제들

공개 메소드들

메소드 설명
Start ( IEnumerable aApps, Collection aExportReport, Action aFileComplete, Action aFinish ) : void
Start ( IEnumerable aApps, Collection aExportReport, Action aFileComplete, Action aFinish, bool aAsync ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Start() 공개 메소드

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

Start() 공개 메소드

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