C# Class KellermanSoftware.CompareNetObjects.ProcessHelper

Helper methods for processes
Mostra file Open project: GregFinzer/Compare-Net-Objects

Public Methods

Method Description
Shell ( string executablePath, string arguments, ProcessWindowStyle windowStyle, bool waitUntilFinished ) : int

Execute an external program.

Method Details

Shell() public static method

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.
return int