Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
DirectoryCopy ( string sourceDirName, string destDirName, bool copySubDirs ) : void | ||
Start ( |
public Executable ( string basePath, string exeName ) : System | ||
basePath | string | |
exeName | string | |
return | System |
public Wait ( System.TimeSpan maxWait ) : void | ||
maxWait | System.TimeSpan | |
return | void |