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
EventAttributes.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Reflection
4
{
5
// Token: 0x020004CF RID: 1231
6
[Flags]
7
public
enum
EventAttributes
8
{
9
// Token: 0x04001389 RID: 5001
10
None
= 0,
11
// Token: 0x0400138A RID: 5002
12
SpecialName
= 512,
13
// Token: 0x0400138B RID: 5003
14
RTSpecialName
= 1024,
15
// Token: 0x0400138C RID: 5004
16
ReservedMask
= 1024
17
}
18
}
System.Reflection.EventAttributes
EventAttributes
Definition
EventAttributes.cs:8
System.Reflection.EventAttributes.ReservedMask
@ ReservedMask
System.Reflection.EventAttributes.RTSpecialName
@ RTSpecialName
System.Reflection.EventAttributes.SpecialName
@ SpecialName
System.Reflection.AssemblyNameFlags.None
@ None
System.Reflection
Definition
AmbiguousMatchException.cs:5
System
Definition
__ComObject.cs:4
source
mscorlib
System
Reflection
EventAttributes.cs
Generated by
1.10.0