C# 클래스 ZeroInstall.Store.Trust.GnuPG.CliControl

Manages the interaction with the command-line interface of the external process.
상속: NanoByte.Common.Cli.BundledCliAppControl
파일 보기 프로젝트 열기: 0install/0install-win

공개 메소드들

메소드 설명
CliControl ( [ homeDir = null, [ stdinBytes = null ) : System
Execute ( ) : string

보호된 메소드들

메소드 설명
GetStartInfo ( ) : ProcessStartInfo
HandleStderr ( string line ) : string
InitStdin ( StreamWriter writer ) : void

메소드 상세

CliControl() 공개 메소드

public CliControl ( [ homeDir = null, [ stdinBytes = null ) : System
homeDir [
stdinBytes [
리턴 System

Execute() 공개 메소드

public Execute ( ) : string
리턴 string

GetStartInfo() 보호된 메소드

protected GetStartInfo ( ) : ProcessStartInfo
리턴 System.Diagnostics.ProcessStartInfo

HandleStderr() 보호된 메소드

protected HandleStderr ( string line ) : string
line string
리턴 string

InitStdin() 보호된 메소드

protected InitStdin ( StreamWriter writer ) : void
writer System.IO.StreamWriter
리턴 void