ZipCracker(FileInfo) Constructor
Initializes a new instance of the
ZipCracker class.
Namespace: DevCase.ThirdParty.DotNetZipAssembly: 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
)
Public Sub New (
file As FileInfo
)
Dim file As FileInfo
Dim instance As New ZipCracker(file)
public:
ZipCracker(
FileInfo^ file
)
new :
file : FileInfo -> ZipCracker
No code example is currently available or this language may not be supported.
Parameters
- file FileInfo
-
The encrypted .zip archive.
FileNotFoundException
|
|
ZipException
|
|
IOException
|
|