C# Class Crisis.Ionic.Zip.ExtractProgressEventArgs

Provides information about the progress of the extract operation.
Inheritance: ZipProgressEventArgs
Mostrar archivo Open project: teeknofil/Crisis-Wordlist-Generator Class Usage Examples

Private Methods

Method Description
AfterExtractEntry ( string archiveName, ZipEntry entry, string extractLocation ) : ExtractProgressEventArgs
BeforeExtractEntry ( string archiveName, ZipEntry entry, string extractLocation ) : ExtractProgressEventArgs
ByteUpdate ( string archiveName, ZipEntry entry, System.Int64 bytesWritten, System.Int64 totalBytes ) : ExtractProgressEventArgs
ExtractAllCompleted ( string archiveName, string extractLocation ) : ExtractProgressEventArgs
ExtractAllStarted ( string archiveName, string extractLocation ) : ExtractProgressEventArgs
ExtractExisting ( string archiveName, ZipEntry entry, string extractLocation ) : ExtractProgressEventArgs
ExtractProgressEventArgs ( ) : System
ExtractProgressEventArgs ( string archiveName, ZipProgressEventType flavor ) : System
ExtractProgressEventArgs ( string archiveName, bool before, int entriesTotal, int entriesExtracted, ZipEntry entry, string extractLocation ) : System

Constructor for the ExtractProgressEventArgs.