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
AsyncCausalityStatus.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
using
Cpp2ILInjected
;
4
5
namespace
System.Threading.Tasks
6
{
7
[global::System.Runtime.CompilerServices.FriendAccessAllowed]
8
[global::Cpp2ILInjected.Token(Token =
"0x2000254"
)]
9
internal
enum
AsyncCausalityStatus
10
{
11
[global::Cpp2ILInjected.Token(Token =
"0x4000ACC"
)]
12
Started
,
13
[global::Cpp2ILInjected.Token(Token =
"0x4000ACD"
)]
14
Completed
,
15
[global::Cpp2ILInjected.Token(Token =
"0x4000ACE"
)]
16
Canceled
,
17
[global::Cpp2ILInjected.Token(Token =
"0x4000ACF"
)]
18
Error
19
}
20
}
Cpp2ILInjected
Definition
AddressAttribute.cs:4
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:6
System.Threading.Tasks.AsyncCausalityStatus
AsyncCausalityStatus
Definition
AsyncCausalityStatus.cs:10
System.Threading.Tasks.AsyncCausalityStatus.Completed
@ Completed
System.Threading.Tasks.AsyncCausalityStatus.Canceled
@ Canceled
System.Threading.Tasks.AsyncCausalityStatus.Started
@ Started
System.Threading.Tasks.AsyncCausalityStatus.Error
@ Error
System.Threading.Tasks
Definition
AsyncCausalityStatus.cs:6
System
Definition
__Il2CppComDelegate.cs:6
source
mscorlib
System
Threading
Tasks
AsyncCausalityStatus.cs
Generated by
1.10.0