ExecutionResult Class

Description

Encapsulates the results of a call to SystemFunctions.Execute.

Inheritance Hierarchy

Methods

Name Description
GetExitCode Returns the result of a call to Execute. 0 if no error occurred.
GetRawOutput Returns the contents of stdout and stderr.
GetOutput Returns the contents of stdout and stderr as a string.
ToString Returns the exit code as a string.