WimArchive.Images

WimArchive.Images property

Gets entries of WimImage type constituting the archive.

public ReadOnlyCollection<WimImage> Images { get; }

Exceptions

exceptioncondition
ObjectDisposedExceptionArchive has been disposed and cannot be used.

See Also