SevenZipSharp.Interop
18.5.0
See the version list below for details.
dotnet add package SevenZipSharp.Interop --version 18.5.0
NuGet\Install-Package SevenZipSharp.Interop -Version 18.5.0
<PackageReference Include="SevenZipSharp.Interop" Version="18.5.0" />
paket add SevenZipSharp.Interop --version 18.5.0
#r "nuget: SevenZipSharp.Interop, 18.5.0"
// Install SevenZipSharp.Interop as a Cake Addin #addin nuget:?package=SevenZipSharp.Interop&version=18.5.0 // Install SevenZipSharp.Interop as a Cake Tool #tool nuget:?package=SevenZipSharp.Interop&version=18.5.0
SevenZipSharp.Interop
This plugin installs the 7z interop dll's 9.38 into your project. This way you can use SevenZipSharp without installing 7zip.
Usage
// Toggle between the x86 and x64 bit dll
var path = Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location),Environment.Is64BitProcess ? "x64" : "x86", "7z.dll");
SevenZip.SevenZipBase.SetLibraryPath(path);
Learn more about Target Frameworks and .NET Standard.
-
- SevenZipSharp (>= 0.64.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on SevenZipSharp.Interop:
Package | Downloads |
---|---|
Zq.Utils
C# .NET Framework4.5版本工具类 |
|
Triarc.DocumentService
A long description of the package. This shows up in the right pane of the Add Package Dialog as well as in the Package Manager Console when listing packages using the Get-Package command. |
|
ZCC.Util
ZCC.Util |
|
CDynamic.AlgorithmLib
Package Description |
|
Bimangle.ForgeEngine.Gim
ForgeEngine can export your model to other formats, such as Autodesk Forge Viewer SVF/F2D, glTF/glb and Cesium 3D Tiles, etc. No need to rely on other online services, can be run offline. this package is available for *.gim (China Grid Information Model). |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on SevenZipSharp.Interop:
Repository | Stars |
---|---|
aelassas/wexflow
.NET Workflow Engine and Automation Platform
|
|
iXab3r/MicSwitch
MicSwitch is a tool which allows you to mute/unmute your microphone using a predefined hotkey
|
|
nstlaurent/DoomLauncher
Doom Launcher is a doom launching utility and database for custom wads and pk3s
|
|
gregstein/AoE2Tools
A lightweight program that lets you easily play your Steam version of Age of Empires 2 HD in Voobly format. In addition to Mega Utilities
|