ArchiveInfo(FileInfo, FileInfo) Constructor

Initializes a new instance of the ArchiveInfo class.

Definition

Namespace: DevCase.ThirdParty.SevenZipSharp
Assembly: DevCase.net48.ThirdParty.SevenZipsharp (in DevCase.net48.ThirdParty.SevenZipsharp.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public ArchiveInfo(
	FileInfo sevenZipLibraryFile,
	FileInfo archive
)

Parameters

sevenZipLibraryFile  FileInfo
The 7z.dll file.
archive  FileInfo
The compressed archive.

Remarks

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

Squid-Box.SevenZipSharp

See Also