WimArchive
Contents
[
Hide
]WimArchive class
This class represents a wim archive file.
The WimArchive type exposes the following members:
Constructors
Name | Description |
---|---|
WimArchive(source_stream, load_options) | Initializes a new instance of the WimArchive class and composes an entry list can be extracted from the archive. |
WimArchive(path, load_options) | Initializes a new instance of the WimArchive class and composes an entry list can be extracted from the archive. |
Properties
Name | Description |
---|---|
images | Gets entries of WimImage type constituting the archive. |
guid | Gets the identifying GUID for the archive. |
boot_image_index | Gets the (zero-based) index of the bootable image. |
file_format_version | Gets the version of the file format. |
manifest | Gets the embedded manifest describing the file and the contained images. |
file_entries | Gets entries of IArchiveFileEntry type constituting the archive. |
format | Gets the archive format. |
Methods
Name | Description |
---|---|
extract_to_directory(destination_directory) | Extracts the archive to the file by path. |
See Also
- namespace aspose.zip.wim
- assembly Aspose.Zip