C# 클래스 Crisis.Ionic.Zip.ExtractProgressEventArgs

Provides information about the progress of the extract operation.
상속: ZipProgressEventArgs
파일 보기 프로젝트 열기: teeknofil/Crisis-Wordlist-Generator 1 사용 예제들

비공개 메소드들

메소드 설명
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.