Class ExtractProgressEventArgs
Provides information about the progress of the extract operation.
public class ExtractProgressEventArgs : ZipProgressEventArgs
- Inheritance
-
ExtractProgressEventArgs
- Inherited Members
- Extension Methods
Properties
EntriesExtracted
Number of entries extracted so far. This is set only if the EventType is Extracting_BeforeExtractEntry or Extracting_AfterExtractEntry, and the Extract() is occurring witin the scope of a call to ExtractAll().
public int EntriesExtracted { get; }
Property Value
ExtractLocation
Returns the extraction target location, a filesystem path.
public string ExtractLocation { get; }