ComponentOne Zip for .NET 2.0
ComponentOne Zip for .NET 2.0
C1.Zip Assembly
/
C1.Zip Namespace
/
C1ZipFile Class
/ Close Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: Visual Basic (Declaration)
Language Filter: C#
Visual Basic (Declaration)
C#
In This Topic
Close Method (C1ZipFile)
In This Topic
Resets all data members of the
C1ZipFile
object.
Syntax
Visual Basic (Declaration)
C#
Public Sub Close()
public void 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
Reference
C1ZipFile Class
C1ZipFile Members