C# 클래스 KellermanSoftware.CompareNetObjects.ProcessHelper

Helper methods for processes
파일 보기 프로젝트 열기: GregFinzer/Compare-Net-Objects

공개 메소드들

메소드 설명
Shell ( string executablePath, string arguments, ProcessWindowStyle windowStyle, bool waitUntilFinished ) : int

Execute an external program.

메소드 상세

Shell() 공개 정적인 메소드

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.
리턴 int