C# Class TAP.Core.TAPRunner

Inheritance: Taps.TaskMgrClient
ファイルを表示 Open project: tnwinc/TAP.Net Class Usage Examples

Private Properties

Property Type Description
CompileAndRun void
CopyMe bool
Expand IEnumerable
GetByWildcard IEnumerable
GetMyImagePath string
GetScriptsInPath IEnumerable
ShowTotals void

Public Methods

Method Description
ErrorReceived ( string s, bool force ) : void
OutputReceived ( string s, bool force ) : void
TAPRunner ( ) : System

Private Methods

Method Description
CompileAndRun ( IEnumerable srcs ) : void
CopyMe ( string targetpath ) : bool
Expand ( ICollection paths ) : IEnumerable
GetByWildcard ( string pw ) : IEnumerable
GetMyImagePath ( ) : string
GetScriptsInPath ( string path ) : IEnumerable
ShowTotals ( ) : void

Method Details

ErrorReceived() public method

public ErrorReceived ( string s, bool force ) : void
s string
force bool
return void

OutputReceived() public method

public OutputReceived ( string s, bool force ) : void
s string
force bool
return void

TAPRunner() public method

public TAPRunner ( ) : System
return System