C# 클래스 AzureWebFarm.Services.Executable

상속: IDisposable
파일 보기 프로젝트 열기: MRCollective/AzureWebFarm 1 사용 예제들

공개 메소드들

메소드 설명
Copy ( string executionPath ) : void
Dispose ( ) : void
Executable ( string basePath, string exeName ) : System
Execute ( ) : void
Exists ( ) : bool
GetExecutionDirPath ( ) : string
GetExecutionExePath ( ) : string
GetOriginalDirPath ( ) : string
GetOriginalExePath ( ) : string
IsRunning ( ) : bool
Ping ( ) : void
Wait ( System.TimeSpan maxWait ) : void

비공개 메소드들

메소드 설명
DirectoryCopy ( string sourceDirName, string destDirName, bool copySubDirs ) : void
Start ( ProcessStartInfo startInfo ) : Process

메소드 상세

Copy() 공개 메소드

public Copy ( string executionPath ) : void
executionPath string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Executable() 공개 메소드

public Executable ( string basePath, string exeName ) : System
basePath string
exeName string
리턴 System

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

Exists() 공개 메소드

public Exists ( ) : bool
리턴 bool

GetExecutionDirPath() 공개 메소드

public GetExecutionDirPath ( ) : string
리턴 string

GetExecutionExePath() 공개 메소드

public GetExecutionExePath ( ) : string
리턴 string

GetOriginalDirPath() 공개 메소드

public GetOriginalDirPath ( ) : string
리턴 string

GetOriginalExePath() 공개 메소드

public GetOriginalExePath ( ) : string
리턴 string

IsRunning() 공개 메소드

public IsRunning ( ) : bool
리턴 bool

Ping() 공개 메소드

public Ping ( ) : void
리턴 void

Wait() 공개 메소드

public Wait ( System.TimeSpan maxWait ) : void
maxWait System.TimeSpan
리턴 void