C# Класс ZeroInstall.Store.Trust.GnuPG.CliControl

Manages the interaction with the command-line interface of the external process.
Наследование: NanoByte.Common.Cli.BundledCliAppControl
Показать файл Открыть проект

Открытые методы

Метод Описание
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