CabArchive.Entries

CabArchive.Entries property

Gets entries of CabEntry type constituting the archive.

public ReadOnlyCollection<CabEntry> Entries { get; }

Exceptions

exceptioncondition
ObjectDisposedExceptionArchive has been disposed and cannot be used.

See Also