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