ArchiveInfo(String, String) Constructor
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 ArchiveInfo(
string sevenZipLibraryFilepath,
string archivePath
)
Public Sub New (
sevenZipLibraryFilepath As String,
archivePath As String
)
Dim sevenZipLibraryFilepath As String
Dim archivePath As String
Dim instance As New ArchiveInfo(sevenZipLibraryFilepath,
archivePath)
public:
ArchiveInfo(
String^ sevenZipLibraryFilepath,
String^ archivePath
)
new :
sevenZipLibraryFilepath : string *
archivePath : string -> ArchiveInfo
No code example is currently available or this language may not be supported.
Parameters
- sevenZipLibraryFilepath String
-
The full path to 7z.dll file.
- archivePath String
-
The full path of the compressed archive.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
Squid-Box.SevenZipSharp