C# Class ExecuteProcess.Result, chronojump

显示文件 Open project: GNOME/chronojump Class Usage Examples

Public Properties

Property Type Description
allOutput string
errorMessage string
exitCode int
stderr string
stdout string
success bool

Public Methods

Method Description
Result ( string stdout, string stderr, int exitCode, string errorMessage = "" ) : System

Method Details

Result() public method

public Result ( string stdout, string stderr, int exitCode, string errorMessage = "" ) : System
stdout string
stderr string
exitCode int
errorMessage string
return System

Property Details

allOutput public_oe property

public string allOutput
return string

errorMessage public_oe property

public string errorMessage
return string

exitCode public_oe property

public int exitCode
return int

stderr public_oe property

public string stderr
return string

stdout public_oe property

public string stdout
return string

success public_oe property

public bool success
return bool