net8.0
namespace System.IO.Compression
{
public static class ZipFile
{
public static void ExtractToDirectory(Stream! source, string! destinationDirectoryName, Encoding? entryNameEncoding, bool overwriteFiles);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 8.09.0 |
Information specific to net8.0 | |
Assembly | System.IO.Compression.ZipFile , Version=8.0.0.0, PublicKeyToken=b77a5c561934e089 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is supported on all platforms. |