ZipFile Constructor


Initializes a new instance of the ZipFile class.

[Visual Basic]
Public Sub New( _
)
[C#]
public ZipFile( 
);
[C++]
public: ZipFile(
);
[JScript]
public function ZipFile( 
);

Remarks

The constructor is internal, you can not use it in your code directly.