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.SaveProgressEventArgs Class Reference
+ Inheritance diagram for Ionic.Zip.SaveProgressEventArgs:
+ Collaboration diagram for Ionic.Zip.SaveProgressEventArgs:

Static Public Attributes

static readonly global::System.EventArgs Empty
 

Package Functions

 SaveProgressEventArgs (string archiveName, bool before, int entriesTotal, int entriesSaved, ZipEntry entry)
 
 SaveProgressEventArgs ()
 
 SaveProgressEventArgs (string archiveName, ZipProgressEventType flavor)
 

Static Package Functions

static SaveProgressEventArgs ByteUpdate (string archiveName, ZipEntry entry, long bytesXferred, long totalBytes)
 
static SaveProgressEventArgs Started (string archiveName)
 
static SaveProgressEventArgs Completed (string archiveName)
 

Properties

int EntriesSaved [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 _entriesSaved
 
int _entriesTotal
 
bool _cancel
 
ZipEntry _latestEntry
 
ZipProgressEventType _flavor
 
string _archiveName
 
long _bytesTransferred
 
long _totalBytesToTransfer
 

Detailed Description

Definition at line 8 of file SaveProgressEventArgs.cs.


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