terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Ionic.Zip.ExtractProgressEventArgs Class Reference
+ Inheritance diagram for Ionic.Zip.ExtractProgressEventArgs:
+ Collaboration diagram for Ionic.Zip.ExtractProgressEventArgs:

Static Public Attributes

static readonly global::System.EventArgs Empty
 

Package Functions

 ExtractProgressEventArgs (string archiveName, bool before, int entriesTotal, int entriesExtracted, ZipEntry entry, string extractLocation)
 
 ExtractProgressEventArgs (string archiveName, ZipProgressEventType flavor)
 
 ExtractProgressEventArgs ()
 

Static Package Functions

static ExtractProgressEventArgs BeforeExtractEntry (string archiveName, ZipEntry entry, string extractLocation)
 
static ExtractProgressEventArgs ExtractExisting (string archiveName, ZipEntry entry, string extractLocation)
 
static ExtractProgressEventArgs AfterExtractEntry (string archiveName, ZipEntry entry, string extractLocation)
 
static ExtractProgressEventArgs ExtractAllStarted (string archiveName, string extractLocation)
 
static ExtractProgressEventArgs ExtractAllCompleted (string archiveName, string extractLocation)
 
static ExtractProgressEventArgs ByteUpdate (string archiveName, ZipEntry entry, long bytesWritten, long totalBytes)
 

Properties

int EntriesExtracted [get, set]
 
string ExtractLocation [get, set]
 
int EntriesTotal [get, set]
 
ZipEntry CurrentEntry [get, set]
 
bool Cancel [get, set]
 
ZipProgressEventType EventType [get, set]
 
string ArchiveName [get, set]
 
long BytesTransferred [get, set]
 
long TotalBytesToTransfer [get, set]
 

Private Attributes

int _entriesExtracted
 
string _target
 
int _entriesTotal
 
bool _cancel
 
ZipEntry _latestEntry
 
ZipProgressEventType _flavor
 
string _archiveName
 
long _bytesTransferred
 
long _totalBytesToTransfer
 

Detailed Description

Definition at line 8 of file ExtractProgressEventArgs.cs.


The documentation for this class was generated from the following file: