C# Class JSTest.CScriptCommand

Inheritance: ICScriptCommand
Mostrar archivo Open project: cbaxter/JSTest.NET

Public Methods

Method Description
CScriptCommand ( ) : System
CScriptCommand ( System.TimeSpan timeout ) : System
Debug ( String fileName ) : String
Run ( String fileName ) : String

Private Methods

Method Description
Run ( String fileName, Int16 timeoutInSeconds, System.Boolean enableDebugging ) : String

Method Details

CScriptCommand() public method

public CScriptCommand ( ) : System
return System

CScriptCommand() public method

public CScriptCommand ( System.TimeSpan timeout ) : System
timeout System.TimeSpan
return System

Debug() public method

public Debug ( String fileName ) : String
fileName String
return String

Run() public method

public Run ( String fileName ) : String
fileName String
return String