Class IsoLoadOptions

IsoLoadOptions class

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

public class IsoLoadOptions

Constructors

NameDescription
IsoLoadOptions()The default constructor.

Properties

NameDescription
CancellationToken { get; set; }Gets or sets a cancellation token used to cancel the extraction operation.
EntryExtractionProgressed { get; set; }Gets or sets the delegate invoked when some bytes have been extracted.

See Also