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