C# 클래스 TAP.Core.TAPRunner

상속: Taps.TaskMgrClient
파일 보기 프로젝트 열기: tnwinc/TAP.Net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CompileAndRun void
CopyMe bool
Expand IEnumerable
GetByWildcard IEnumerable
GetMyImagePath string
GetScriptsInPath IEnumerable
ShowTotals void

공개 메소드들

메소드 설명
ErrorReceived ( string s, bool force ) : void
OutputReceived ( string s, bool force ) : void
TAPRunner ( ) : System

비공개 메소드들

메소드 설명
CompileAndRun ( IEnumerable srcs ) : void
CopyMe ( string targetpath ) : bool
Expand ( ICollection paths ) : IEnumerable
GetByWildcard ( string pw ) : IEnumerable
GetMyImagePath ( ) : string
GetScriptsInPath ( string path ) : IEnumerable
ShowTotals ( ) : void

메소드 상세

ErrorReceived() 공개 메소드

public ErrorReceived ( string s, bool force ) : void
s string
force bool
리턴 void

OutputReceived() 공개 메소드

public OutputReceived ( string s, bool force ) : void
s string
force bool
리턴 void

TAPRunner() 공개 메소드

public TAPRunner ( ) : System
리턴 System