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
◆
TaskContinuationOptions
enum
System.Threading.Tasks.TaskContinuationOptions
Enumerator
None
PreferFairness
LongRunning
AttachedToParent
DenyChildAttach
HideScheduler
LazyCancellation
RunContinuationsAsynchronously
NotOnRanToCompletion
NotOnFaulted
NotOnCanceled
OnlyOnRanToCompletion
OnlyOnFaulted
OnlyOnCanceled
ExecuteSynchronously
Definition at line
7
of file
TaskContinuationOptions.cs
.
8
{
9
// Token: 0x04000A90 RID: 2704
10
None
= 0,
11
// Token: 0x04000A91 RID: 2705
12
PreferFairness
= 1,
13
// Token: 0x04000A92 RID: 2706
14
LongRunning
= 2,
15
// Token: 0x04000A93 RID: 2707
16
AttachedToParent
= 4,
17
// Token: 0x04000A94 RID: 2708
18
DenyChildAttach
= 8,
19
// Token: 0x04000A95 RID: 2709
20
HideScheduler
= 16,
21
// Token: 0x04000A96 RID: 2710
22
LazyCancellation
= 32,
23
// Token: 0x04000A97 RID: 2711
24
RunContinuationsAsynchronously
= 64,
25
// Token: 0x04000A98 RID: 2712
26
NotOnRanToCompletion
= 65536,
27
// Token: 0x04000A99 RID: 2713
28
NotOnFaulted
= 131072,
29
// Token: 0x04000A9A RID: 2714
30
NotOnCanceled
= 262144,
31
// Token: 0x04000A9B RID: 2715
32
OnlyOnRanToCompletion
= 393216,
33
// Token: 0x04000A9C RID: 2716
34
OnlyOnFaulted
= 327680,
35
// Token: 0x04000A9D RID: 2717
36
OnlyOnCanceled
= 196608,
37
// Token: 0x04000A9E RID: 2718
38
ExecuteSynchronously
= 524288
39
}
System.Threading.Tasks.TaskContinuationOptions.PreferFairness
@ PreferFairness
System.Threading.Tasks.TaskContinuationOptions.RunContinuationsAsynchronously
@ RunContinuationsAsynchronously
System.Threading.Tasks.TaskContinuationOptions.ExecuteSynchronously
@ ExecuteSynchronously
System.Threading.Tasks.TaskContinuationOptions.OnlyOnCanceled
@ OnlyOnCanceled
System.Threading.Tasks.TaskContinuationOptions.NotOnFaulted
@ NotOnFaulted
System.Threading.Tasks.TaskContinuationOptions.LongRunning
@ LongRunning
System.Threading.Tasks.TaskContinuationOptions.OnlyOnFaulted
@ OnlyOnFaulted
System.Threading.Tasks.TaskContinuationOptions.OnlyOnRanToCompletion
@ OnlyOnRanToCompletion
System.Threading.Tasks.TaskContinuationOptions.DenyChildAttach
@ DenyChildAttach
System.Threading.Tasks.TaskContinuationOptions.NotOnRanToCompletion
@ NotOnRanToCompletion
System.Threading.Tasks.TaskContinuationOptions.HideScheduler
@ HideScheduler
System.Threading.Tasks.TaskContinuationOptions.AttachedToParent
@ AttachedToParent
System.Threading.Tasks.TaskContinuationOptions.NotOnCanceled
@ NotOnCanceled
System.Threading.Tasks.InternalTaskOptions.LazyCancellation
@ LazyCancellation
System.Base64FormattingOptions.None
@ None
System
Threading
Tasks
Generated by
1.10.0