C# Class JSTest.CScriptCommand

Inheritance: ICScriptCommand
Afficher le fichier Open project: cbaxter/JSTest.NET

Méthodes publiques

Méthode Description
CScriptCommand ( ) : System
CScriptCommand ( System.TimeSpan timeout ) : System
Debug ( String fileName ) : String
Run ( String fileName ) : String

Private Methods

Méthode Description
Run ( String fileName, Int16 timeoutInSeconds, System.Boolean enableDebugging ) : String

Method Details

CScriptCommand() public méthode

public CScriptCommand ( ) : System
Résultat System

CScriptCommand() public méthode

public CScriptCommand ( System.TimeSpan timeout ) : System
timeout System.TimeSpan
Résultat System

Debug() public méthode

public Debug ( String fileName ) : String
fileName String
Résultat String

Run() public méthode

public Run ( String fileName ) : String
fileName String
Résultat String