C# Class ZeroInstall.Store.Trust.GnuPG.CliControl

Manages the interaction with the command-line interface of the external process.
Inheritance: NanoByte.Common.Cli.BundledCliAppControl
Afficher le fichier Open project: 0install/0install-win

Méthodes publiques

Méthode Description
CliControl ( [ homeDir = null, [ stdinBytes = null ) : System
Execute ( ) : string

Méthodes protégées

Méthode Description
GetStartInfo ( ) : ProcessStartInfo
HandleStderr ( string line ) : string
InitStdin ( StreamWriter writer ) : void

Method Details

CliControl() public méthode

public CliControl ( [ homeDir = null, [ stdinBytes = null ) : System
homeDir [
stdinBytes [
Résultat System

Execute() public méthode

public Execute ( ) : string
Résultat string

GetStartInfo() protected méthode

protected GetStartInfo ( ) : ProcessStartInfo
Résultat System.Diagnostics.ProcessStartInfo

HandleStderr() protected méthode

protected HandleStderr ( string line ) : string
line string
Résultat string

InitStdin() protected méthode

protected InitStdin ( StreamWriter writer ) : void
writer System.IO.StreamWriter
Résultat void