메소드 |
설명 |
|
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 |
|
|