Méthode | 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 |
Méthode | Description | |
---|---|---|
DirectoryCopy ( string sourceDirName, string destDirName, bool copySubDirs ) : void | ||
Start ( |
public Copy ( string executionPath ) : void | ||
executionPath | string | |
Résultat | void |
public Executable ( string basePath, string exeName ) : System | ||
basePath | string | |
exeName | string | |
Résultat | System |
public Wait ( System.TimeSpan maxWait ) : void | ||
maxWait | System.TimeSpan | |
Résultat | void |