TarArchive.Dispose Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

TarArchive.Dispose Method 

Releases the unmanaged resources used by the FileStream and optionally releases the managed resources.

protected virtual void Dispose(
   bool disposing
);

Parameters

disposing
true to release both managed and unmanaged resources; false to release only unmanaged resources.

See Also

TarArchive Class | ICSharpCode.SharpZipLib.Tar Namespace