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
ValueTaskSourceStatus.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2ILInjected
;
3
4
namespace
System.Threading.Tasks.Sources
5
{
6
[global::Cpp2ILInjected.Token(Token =
"0x2000259"
)]
7
public
enum
ValueTaskSourceStatus
8
{
9
[global::Cpp2ILInjected.Token(Token =
"0x4000ADF"
)]
10
Pending
,
11
[global::Cpp2ILInjected.Token(Token =
"0x4000AE0"
)]
12
Succeeded
,
13
[global::Cpp2ILInjected.Token(Token =
"0x4000AE1"
)]
14
Faulted
,
15
[global::Cpp2ILInjected.Token(Token =
"0x4000AE2"
)]
16
Canceled
17
}
18
}
Cpp2ILInjected
Definition
AddressAttribute.cs:4
System.Threading.Tasks.Sources.ValueTaskSourceStatus
ValueTaskSourceStatus
Definition
ValueTaskSourceStatus.cs:8
System.Threading.Tasks.Sources.ValueTaskSourceStatus.Canceled
@ Canceled
System.Threading.Tasks.Sources.ValueTaskSourceStatus.Faulted
@ Faulted
System.Threading.Tasks.Sources.ValueTaskSourceStatus.Pending
@ Pending
System.Threading.Tasks.Sources.ValueTaskSourceStatus.Succeeded
@ Succeeded
System.Threading.Tasks.Sources
Definition
IValueTaskSource.2.cs:5
System
Definition
__Il2CppComDelegate.cs:6
source
mscorlib
System
Threading
Tasks
Sources
ValueTaskSourceStatus.cs
Generated by
1.10.0