net10.0
namespace System.IO.Compression
{
    public static class ZipFile
    {
        public static Task! ExtractToDirectoryAsync(Stream! source, string! destinationDirectoryName, Encoding? entryNameEncoding, CancellationToken cancellationToken = default);
    }
}
nuget.org
0.0 %
Reference this API
.NET
10.0
Information specific to net10.0
Assembly

System.IO.Compression.ZipFile , Version=10.0.0.0, PublicKeyToken=b77a5c561934e089

Referencing

The API is automatically referenced.

Preview The API is contained in a preview framework.
Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API