C# Class KellermanSoftware.CompareNetObjects.ProcessHelper

Helper methods for processes
Afficher le fichier Open project: GregFinzer/Compare-Net-Objects

Méthodes publiques

Méthode Description
Shell ( string executablePath, string arguments, ProcessWindowStyle windowStyle, bool waitUntilFinished ) : int

Execute an external program.

Method Details

Shell() public static méthode

Execute an external program.
public static Shell ( string executablePath, string arguments, ProcessWindowStyle windowStyle, bool waitUntilFinished ) : int
executablePath string Path and filename of the executable.
arguments string Arguments to pass to the executable.
windowStyle ProcessWindowStyle Window style for the process (hidden, minimized, maximized, etc).
waitUntilFinished bool Wait for the process to finish.
Résultat int