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 | |
UploadProgressChangedEventArgs (int progressPercentage, object userToken, long bytesSent, long totalBytesToSend, long bytesReceived, long totalBytesToReceive) | |
UploadProgressChangedEventArgs () | |
Properties | |
long | BytesReceived [get, set] |
long | TotalBytesToReceive [get, set] |
long | BytesSent [get, set] |
long | TotalBytesToSend [get, set] |
int | ProgressPercentage [get, set] |
object | UserState [get, set] |
Private Attributes | |
readonly long< BytesReceived > | k__BackingField |
readonly long< TotalBytesToReceive > | k__BackingField |
readonly long< BytesSent > | k__BackingField |
readonly long< TotalBytesToSend > | k__BackingField |
readonly int | progressPercentage |
readonly object | userState |
Definition at line 10 of file UploadProgressChangedEventArgs.cs.