C# 클래스 JSTest.CScriptCommand

상속: ICScriptCommand
파일 보기 프로젝트 열기: cbaxter/JSTest.NET

공개 메소드들

메소드 설명
CScriptCommand ( ) : System
CScriptCommand ( System.TimeSpan timeout ) : System
Debug ( String fileName ) : String
Run ( String fileName ) : String

비공개 메소드들

메소드 설명
Run ( String fileName, Int16 timeoutInSeconds, System.Boolean enableDebugging ) : String

메소드 상세

CScriptCommand() 공개 메소드

public CScriptCommand ( ) : System
리턴 System

CScriptCommand() 공개 메소드

public CScriptCommand ( System.TimeSpan timeout ) : System
timeout System.TimeSpan
리턴 System

Debug() 공개 메소드

public Debug ( String fileName ) : String
fileName String
리턴 String

Run() 공개 메소드

public Run ( String fileName ) : String
fileName String
리턴 String