terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Static Public Attributes | |
static readonly EventArgs | Empty |
Package Functions | |
ReadProgressEventArgs () | |
Static Package Functions | |
static ReadProgressEventArgs | Before (string archiveName, int entriesTotal) |
static ReadProgressEventArgs | After (string archiveName, ZipEntry entry, int entriesTotal) |
static ReadProgressEventArgs | Started (string archiveName) |
static ReadProgressEventArgs | ByteUpdate (string archiveName, ZipEntry entry, long bytesXferred, long totalBytes) |
static ReadProgressEventArgs | 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 | |
ReadProgressEventArgs (string archiveName, ZipProgressEventType flavor) | |
Private Attributes | |
int | _entriesTotal |
bool | _cancel |
ZipEntry | _latestEntry |
ZipProgressEventType | _flavor |
string | _archiveName |
long | _bytesTransferred |
long | _totalBytesToTransfer |
Definition at line 7 of file ReadProgressEventArgs.cs.