Ionic Zip Library v1.9.1.6
ExtractProgressEventArgs Class
Provides information about the progress of the extract operation.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class ExtractProgressEventArgs : ZipProgressEventArgs
Public Class ExtractProgressEventArgs _ Inherits ZipProgressEventArgs
public ref class ExtractProgressEventArgs : public ZipProgressEventArgs
Members
All Members | Methods | Properties | |||
|
|
|
Icon | Member | Description |
---|---|---|
ArchiveName |
Returns the archive name associated to this event.
(Inherited from ZipProgressEventArgs.) |
|
BytesTransferred |
The number of bytes read or written so far for this entry.
(Inherited from ZipProgressEventArgs.) |
|
Cancel |
In an event handler, set this to cancel the save or extract
operation that is in progress.
(Inherited from ZipProgressEventArgs.) |
|
CurrentEntry |
The name of the last entry saved or extracted.
(Inherited from ZipProgressEventArgs.) |
|
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().
|
|
EntriesTotal |
The total number of entries to be saved or extracted.
(Inherited from ZipProgressEventArgs.) |
|
Equals(Object) | (Inherited from Object.) |
|
EventType |
The type of event being reported.
(Inherited from ZipProgressEventArgs.) |
|
ExtractLocation |
Returns the extraction target location, a filesystem path.
|
|
Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString()()()() | (Inherited from Object.) |
|
TotalBytesToTransfer |
Total number of bytes that will be read or written for this entry.
This number will be -1 if the value cannot be determined.
(Inherited from ZipProgressEventArgs.) |
Inheritance Hierarchy
Object | |||
EventArgs | |||
ZipProgressEventArgs | |||
ExtractProgressEventArgs |