Class CabArchive
CabArchive class
This class represents cab archive file.
public class CabArchive : IArchive
Constructors
Name | Description |
---|
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
Name | Description |
---|
Entries { get; } | Gets entries of CabEntry type constituting the archive. |
Methods
Name | Description |
---|
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
ExtractToDirectory(string) | Extracts all the files in the archive to the directory provided. |
See Also