C# Class TAP.Core.TAPRunner

Inheritance: Taps.TaskMgrClient
Afficher le fichier Open project: tnwinc/TAP.Net Class Usage Examples

Private Properties

Свойство Type Description
CompileAndRun void
CopyMe bool
Expand IEnumerable
GetByWildcard IEnumerable
GetMyImagePath string
GetScriptsInPath IEnumerable
ShowTotals void

Méthodes publiques

Méthode Description
ErrorReceived ( string s, bool force ) : void
OutputReceived ( string s, bool force ) : void
TAPRunner ( ) : System

Private Methods

Méthode 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 méthode

public ErrorReceived ( string s, bool force ) : void
s string
force bool
Résultat void

OutputReceived() public méthode

public OutputReceived ( string s, bool force ) : void
s string
force bool
Résultat void

TAPRunner() public méthode

public TAPRunner ( ) : System
Résultat System