Gets a value indicating whether the ZipArchive object is disposed.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

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

Return Value

True if this instance is disposed.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also