CabArchive

CabArchive class

This class represents cab archive file.

public class CabArchive : IArchive

Constructors

NameDescription
CabArchive(Stream)Initializes a new instance of the CabArchive class and composes entries list can be extracted from the archive.
CabArchive(string)Initializes a new instance of the CabArchive class and composes entries list can be extracted from the archive.

Properties

NameDescription
Entries { get; }Gets entries of CabEntry type constituting the archive.

Methods

NameDescription
Dispose()Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
ExtractToDirectory(string)

See Also