C# 클래스 NanoByte.Common.Cli.CliAppControl

Provides an interface to an external command-line application controlled via arguments and stdin and monitored via stdout and stderr.
파일 보기 프로젝트 열기: nano-byte/common

공개 메소드들

메소드 설명
StartInteractive ( ) : Process

Runs the external application interactivley instead of processing its output.

비공개 메소드들

메소드 설명
Execute ( ) : string
GetStartInfo ( ) : ProcessStartInfo
HandlePending ( [ stderr, [ stdin ) : void

Reads all currently pending stderr lines and sends responses to stdin.

HandleStderr ( [ line ) : string
InitStdin ( [ writer ) : void

메소드 상세

StartInteractive() 공개 메소드

Runs the external application interactivley instead of processing its output.
The external application could not be launched.
public StartInteractive ( ) : Process
리턴 System.Diagnostics.Process