Class XarLoadOptions

XarLoadOptions class

Options with which archive is loaded from compressed file.

public class XarLoadOptions

Constructors

NameDescription
XarLoadOptions()The default constructor.

Properties

NameDescription
EntryExtractionProgressed { get; set; }Gets or sets the delegate invoked when some bytes have been extracted.

See Also