ZipCracker(FileInfo) Constructor

Initializes a new instance of the ZipCracker class.

Definition

Namespace: DevCase.ThirdParty.DotNetZip
Assembly: DevCase.net48.ThirdParty.DotNetZip (in DevCase.net48.ThirdParty.DotNetZip.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public ZipCracker(
	FileInfo file
)

Parameters

file  FileInfo
The encrypted .zip archive.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

DotNetZip by Henrik/Dino Chiesa

Exceptions

FileNotFoundException
ZipException
IOException

See Also