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
AttributeTargets.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System
4
{
5
// Token: 0x0200008D RID: 141
6
[Flags]
7
public
enum
AttributeTargets
8
{
9
// Token: 0x040001E7 RID: 487
10
Assembly
= 1,
11
// Token: 0x040001E8 RID: 488
12
Module
= 2,
13
// Token: 0x040001E9 RID: 489
14
Class
= 4,
15
// Token: 0x040001EA RID: 490
16
Struct
= 8,
17
// Token: 0x040001EB RID: 491
18
Enum
= 16,
19
// Token: 0x040001EC RID: 492
20
Constructor
= 32,
21
// Token: 0x040001ED RID: 493
22
Method
= 64,
23
// Token: 0x040001EE RID: 494
24
Property
= 128,
25
// Token: 0x040001EF RID: 495
26
Field
= 256,
27
// Token: 0x040001F0 RID: 496
28
Event
= 512,
29
// Token: 0x040001F1 RID: 497
30
Interface = 1024,
31
// Token: 0x040001F2 RID: 498
32
Parameter
= 2048,
33
// Token: 0x040001F3 RID: 499
34
Delegate
= 4096,
35
// Token: 0x040001F4 RID: 500
36
ReturnValue
= 8192,
37
// Token: 0x040001F5 RID: 501
38
GenericParameter
= 16384,
39
// Token: 0x040001F6 RID: 502
40
All
= 32767
41
}
42
}
System.Delegate
Definition
Delegate.cs:14
System.Enum
Definition
Enum.cs:12
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System.AttributeTargets.GenericParameter
@ GenericParameter
System.AttributeTargets.Method
@ Method
System.AttributeTargets.Property
@ Property
System.AttributeTargets.Constructor
@ Constructor
System.AttributeTargets.Field
@ Field
System.AttributeTargets.Parameter
@ Parameter
System.AttributeTargets.Struct
@ Struct
System.AttributeTargets.Class
@ Class
System.AttributeTargets.Event
@ Event
System.AttributeTargets.All
@ All
System.AttributeTargets.Assembly
@ Assembly
System.AttributeTargets.Module
@ Module
System.AttributeTargets.ReturnValue
@ ReturnValue
System
Definition
__ComObject.cs:4
source
mscorlib
System
AttributeTargets.cs
Generated by
1.10.0