C# 클래스 ParallelTestRunner.Process2.Process2

상속: System.ComponentModel.Component
파일 보기 프로젝트 열기: sscobici/ParallelTestRunner 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BeginOutputReadLine void
BuildCommandLine StringBuilder
CompletionCallback void
CreatePipe void
CreatePipeWithSecurityAttributes void
EnsureState void
EnsureWatchingForExit void
GetProcessHandle SafeProcessHandle
OutputReadNotifyUser void
RaiseOnExited void
ReleaseProcessHandle void
SetProcessHandle void
SetProcessId void
StartWithCreateProcess bool
StopWatchingForExit void

공개 메소드들

메소드 설명
Start ( ) : bool

Starts (or reuses) the process resource that is specified by the P:System.Diagnostics.Process.StartInfo property of this T:System.Diagnostics.Process component and associates it with the component.

WaitForExit ( int milliseconds ) : bool
WaitForExit ( ) : void

보호된 메소드들

메소드 설명
OnExited ( ) : void

비공개 메소드들

메소드 설명
BeginOutputReadLine ( ) : void
BuildCommandLine ( string executableFileName, string arguments ) : StringBuilder
CompletionCallback ( object context, bool wasSignaled ) : void
CreatePipe ( SafeFileHandle &parentHandle, SafeFileHandle &childHandle, bool parentInputs ) : void
CreatePipeWithSecurityAttributes ( SafeFileHandle &hReadPipe, SafeFileHandle &hWritePipe, NativeMethods lpPipeAttributes, int nSize ) : void
EnsureState ( Process2 state ) : void
EnsureWatchingForExit ( ) : void
GetProcessHandle ( int access, bool throwIfExited ) : SafeProcessHandle
OutputReadNotifyUser ( string data ) : void
RaiseOnExited ( ) : void
ReleaseProcessHandle ( SafeProcessHandle handle ) : void
SetProcessHandle ( SafeProcessHandle processHandle ) : void
SetProcessId ( int processId ) : void
StartWithCreateProcess ( ProcessStartInfo startInfo ) : bool
StopWatchingForExit ( ) : void

메소드 상세

OnExited() 보호된 메소드

protected OnExited ( ) : void
리턴 void

Start() 공개 메소드

Starts (or reuses) the process resource that is specified by the P:System.Diagnostics.Process.StartInfo property of this T:System.Diagnostics.Process component and associates it with the component.
No file name was specified in the component's .-or- The member of the property is true while , , or is true. There was an error in opening the associated file. The process object has already been disposed.
public Start ( ) : bool
리턴 bool

WaitForExit() 공개 메소드

public WaitForExit ( int milliseconds ) : bool
milliseconds int
리턴 bool

WaitForExit() 공개 메소드

public WaitForExit ( ) : void
리턴 void