Class WimArchive
WimArchive class
This class represents wim archive file.
public class WimArchive : IArchive
Constructors
Name | Description |
---|
WimArchive(Stream) | Initializes a new instance of the WimArchive class and composes entries list can be extracted from the archive. |
WimArchive(string) | Initializes a new instance of the WimArchive class and composes entries list can be extracted from the archive. |
Properties
Name | Description |
---|
BootImageIndex { get; } | Gets the (zero-based) index of the bootable image. |
FileFormatVersion { get; } | Gets the version of the file format. |
Guid { get; } | Gets the identifying GUID for the archive. |
Images { get; } | Gets entries of WimImage type constituting the archive. |
Manifest { get; } | Gets the embedded manifest describing the file and the contained images. |
Methods
Name | Description |
---|
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
ExtractToDirectory(string) | Extracts the archive to the file by path. |
See Also