terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
InternalTaskOptions.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Threading.Tasks
4
{
5
// Token: 0x0200023A RID: 570
6
[Flags]
7
internal
enum
InternalTaskOptions
8
{
9
// Token: 0x04000A88 RID: 2696
10
None
= 0,
11
// Token: 0x04000A89 RID: 2697
12
InternalOptionsMask
= 65280,
13
// Token: 0x04000A8A RID: 2698
14
ContinuationTask
= 512,
15
// Token: 0x04000A8B RID: 2699
16
PromiseTask
= 1024,
17
// Token: 0x04000A8C RID: 2700
18
LazyCancellation
= 4096,
19
// Token: 0x04000A8D RID: 2701
20
QueuedByRuntime
= 8192,
21
// Token: 0x04000A8E RID: 2702
22
DoNotDispose
= 16384
23
}
24
}
System.Threading.Tasks.InternalTaskOptions
InternalTaskOptions
Definition
InternalTaskOptions.cs:8
System.Threading.Tasks.InternalTaskOptions.InternalOptionsMask
@ InternalOptionsMask
System.Threading.Tasks.InternalTaskOptions.ContinuationTask
@ ContinuationTask
System.Threading.Tasks.InternalTaskOptions.DoNotDispose
@ DoNotDispose
System.Threading.Tasks.InternalTaskOptions.LazyCancellation
@ LazyCancellation
System.Threading.Tasks.InternalTaskOptions.QueuedByRuntime
@ QueuedByRuntime
System.Threading.Tasks.InternalTaskOptions.None
@ None
System.Threading.Tasks.InternalTaskOptions.PromiseTask
@ PromiseTask
System.Threading.Tasks
Definition
AsyncCausalityStatus.cs:5
System
Definition
__ComObject.cs:4
source
mscorlib
System
Threading
Tasks
InternalTaskOptions.cs
Generated by
1.10.0