C# 클래스 _3PA.Lib.ProcessIo

파일 보기 프로젝트 열기: jcaillon/3P 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
DoWait ( bool hidden = false ) : bool

Start the process synchronously

Kill ( ) : void
ProcessIo ( string executable ) : System

Constructor

TryDoWait ( bool hidden = false ) : bool

Start the process synchronously, catch the exceptions

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

DoWait() 공개 메소드

Start the process synchronously
public DoWait ( bool hidden = false ) : bool
hidden bool
리턴 bool

Kill() 공개 메소드

public Kill ( ) : void
리턴 void

ProcessIo() 공개 메소드

Constructor
public ProcessIo ( string executable ) : System
executable string
리턴 System

TryDoWait() 공개 메소드

Start the process synchronously, catch the exceptions
public TryDoWait ( bool hidden = false ) : bool
hidden bool
리턴 bool