Resets all data members of the C1ZipFile object.

Namespace:  C1.C1Zip
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)

Syntax

C#
public void Close()
Visual Basic
Public Sub Close

Remarks

Disk files are automatically closed by C1Zip. You only need to use this method if you want to break the connection between a C1ZipFile class and a physical zip file.

See Also