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
|
Static Public Attributes | |
static readonly global::System.EventArgs | Empty |
Package Functions | |
AddProgressEventArgs () | |
Static Package Functions | |
static AddProgressEventArgs | AfterEntry (string archiveName, ZipEntry entry, int entriesTotal) |
static AddProgressEventArgs | Started (string archiveName) |
static AddProgressEventArgs | Completed (string archiveName) |
Properties | |
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 Member Functions | |
AddProgressEventArgs (string archiveName, ZipProgressEventType flavor) | |
Private Attributes | |
int | _entriesTotal |
bool | _cancel |
ZipEntry | _latestEntry |
ZipProgressEventType | _flavor |
string | _archiveName |
long | _bytesTransferred |
long | _totalBytesToTransfer |
Definition at line 8 of file AddProgressEventArgs.cs.