WimArchive

WimArchive class

This class represents a wim archive file.

The WimArchive type exposes the following members:

Constructors

NameDescription
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

NameDescription
imagesGets entries of WimImage type constituting the archive.
guidGets the identifying GUID for the archive.
boot_image_indexGets the (zero-based) index of the bootable image.
file_format_versionGets the version of the file format.
manifestGets the embedded manifest describing the file and the contained images.
file_entriesGets entries of IArchiveFileEntry type constituting the archive.
formatGets the archive format.

Methods

NameDescription
extract_to_directory(destination_directory)Extracts the archive to the file by path.

See Also