Class CabArchive
CabArchive class
This class represents a cab archive file.
public class CabArchive : IArchive
Constructors
Name | Description |
---|
CabArchive(Stream, CabLoadOptions) | Initializes a new instance of the CabArchive class and composes an entry list can be extracted from the archive. |
CabArchive(string, CabLoadOptions) | Initializes a new instance of the CabArchive class and composes an entry 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