C# Class NanoByte.Common.Cli.BundledCliAppControl

Provides an interface to a bundled external command-line application controlled via arguments and stdin and monitored via stdout and stderr.
Inheritance: CliAppControl
ファイルを表示 Open project: nano-byte/common

Protected Methods

Method Description
GetStartInfo ( ) : ProcessStartInfo

Private Methods

Method Description
GetBundledDirectory ( string name ) : string

Method Details

GetStartInfo() protected method

protected GetStartInfo ( ) : ProcessStartInfo
return System.Diagnostics.ProcessStartInfo