Class WimImage
WimImage class
Represents single image within wim archive.
public sealed class WimImage
Properties
Name | Description |
---|---|
AllEntries { get; } | Gets entries of WimEntry type constituting the image recursively. |
Parent { get; } | Gets the archive the image belongs to. |
RootDirectory { get; } | Gets the root directory entry of the image. |
Methods
Name | Description |
---|---|
ExtractToDirectory(string) | Extracts all the files in the image to the directory provided. |
GetEntry(string) | Gets the entry of WimEntry type for a given path. |
See Also
- namespace Aspose.Zip.Wim
- assembly Aspose.Zip