Gets a value indicating whether the object is disposed.

Namespace:  Rebex.Net
Assembly:  Rebex.SshShell (in Rebex.SshShell.dll)

Syntax

Visual Basic
Public ReadOnly Property IsDisposed As Boolean
	Get
C#
public bool IsDisposed { get; }

Field Value

True if disposed; false if not disposed.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also