Archiver(OutArchiveFormat, String) Constructor
Initializes a new instance of the
Archiver class.
Namespace: DevCase.ThirdParty.SevenZipSharpAssembly: 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 Archiver(
OutArchiveFormat archiveFormat,
string sevenZipLibraryFilepath
)
Public Sub New (
archiveFormat As OutArchiveFormat,
sevenZipLibraryFilepath As String
)
Dim archiveFormat As OutArchiveFormat
Dim sevenZipLibraryFilepath As String
Dim instance As New Archiver(archiveFormat,
sevenZipLibraryFilepath)
public:
Archiver(
OutArchiveFormat archiveFormat,
String^ sevenZipLibraryFilepath
)
new :
archiveFormat : OutArchiveFormat *
sevenZipLibraryFilepath : string -> Archiver
No code example is currently available or this language may not be supported.
Parameters
- archiveFormat OutArchiveFormat
-
The archive format (7zip, GZip, etc).
- sevenZipLibraryFilepath String
-
The full path to 7z.dll file.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
Squid-Box.SevenZipSharp