Gets the channel exit status. Returns 0 if not available.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Overridable ReadOnly Property ExitCode As Integer
	Get
C#
public virtual int ExitCode { get; }

Field Value

Channel exit status.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also