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

◆ BindingFlags

Enumerator
Default 
IgnoreCase 
DeclaredOnly 
Instance 
Static 
Public 
NonPublic 
FlattenHierarchy 
InvokeMethod 
CreateInstance 
GetField 
SetField 
GetProperty 
SetProperty 
PutDispProperty 
PutRefDispProperty 
ExactBinding 
SuppressChangeType 
OptionalParamBinding 
IgnoreReturn 
DoNotWrapExceptions 

Definition at line 7 of file BindingFlags.cs.

8 {
9 // Token: 0x0400136A RID: 4970
10 Default = 0,
11 // Token: 0x0400136B RID: 4971
12 IgnoreCase = 1,
13 // Token: 0x0400136C RID: 4972
14 DeclaredOnly = 2,
15 // Token: 0x0400136D RID: 4973
16 Instance = 4,
17 // Token: 0x0400136E RID: 4974
18 Static = 8,
19 // Token: 0x0400136F RID: 4975
20 Public = 16,
21 // Token: 0x04001370 RID: 4976
22 NonPublic = 32,
23 // Token: 0x04001371 RID: 4977
25 // Token: 0x04001372 RID: 4978
26 InvokeMethod = 256,
27 // Token: 0x04001373 RID: 4979
28 CreateInstance = 512,
29 // Token: 0x04001374 RID: 4980
30 GetField = 1024,
31 // Token: 0x04001375 RID: 4981
32 SetField = 2048,
33 // Token: 0x04001376 RID: 4982
34 GetProperty = 4096,
35 // Token: 0x04001377 RID: 4983
36 SetProperty = 8192,
37 // Token: 0x04001378 RID: 4984
38 PutDispProperty = 16384,
39 // Token: 0x04001379 RID: 4985
40 PutRefDispProperty = 32768,
41 // Token: 0x0400137A RID: 4986
42 ExactBinding = 65536,
43 // Token: 0x0400137B RID: 4987
44 SuppressChangeType = 131072,
45 // Token: 0x0400137C RID: 4988
46 OptionalParamBinding = 262144,
47 // Token: 0x0400137D RID: 4989
48 IgnoreReturn = 16777216,
49 // Token: 0x0400137E RID: 4990
50 DoNotWrapExceptions = 33554432
51 }