EntriesExtracted Property

DotNetZip

Ionic Zip Library v1.9.1.6 EntriesExtracted Property
ReferenceIonic.ZipExtractProgressEventArgsEntriesExtracted
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().
Declaration Syntax
C# Visual Basic Visual C++
public int EntriesExtracted { get; }
Public ReadOnly Property EntriesExtracted As Integer
	Get
public:
property int EntriesExtracted {
	int get ();
}

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)