Class ZArchiveLoadOptions

ZArchiveLoadOptions class

Options with which ZArchive is loaded from a compressed file. Contains event raised on extraction.

public class ZArchiveLoadOptions

Constructors

NameDescription
ZArchiveLoadOptions()The default constructor.

Properties

NameDescription
CancellationToken { get; set; }Gets or sets a cancellation token used to cancel the extraction operation.

Events

NameDescription
event ExtractionProgressedGets or sets the delegate invoked when some bytes have been extracted.

See Also