IArchive

IArchive interface

This interface represents an archive.

public interface IArchive : IDisposable

Properties

NameDescription
FileEntries { get; }Gets entries of IArchiveFileEntry type constituting the archive.

Methods

NameDescription
ExtractToDirectory(string)Extracts all the files in the archive to the directory provided.

See Also