The SshChannelExitStatus type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCoreDumped
Gets a value indicating whether the process failed with a core dump.
Public propertySupported by the .NET Compact FrameworkErrorMessage
Gets the process error message if available; or null.
Public propertySupported by the .NET Compact FrameworkExitCode
Gets the process exit code.
Public propertySupported by the .NET Compact FrameworkSignalName
Gets the process signal name if available; or null.

See Also