Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
EventAttributes.cs
Go to the documentation of this file.
1
namespace
System.Reflection
;
2
3
[Flags]
4
public
enum
EventAttributes
5
{
6
None
= 0,
7
SpecialName
= 0x200,
8
RTSpecialName
= 0x400,
9
ReservedMask
= 0x400
10
}
System.Reflection.EventAttributes
EventAttributes
Definition
EventAttributes.cs:5
System.Reflection.EventAttributes.ReservedMask
@ ReservedMask
System.Reflection.EventAttributes.RTSpecialName
@ RTSpecialName
System.Reflection.EventAttributes.SpecialName
@ SpecialName
System.Reflection.AssemblyNameFlags.None
@ None
System.Reflection
Definition
ICustomTypeProvider.cs:1
source
System.Private.CoreLib
System.Reflection
EventAttributes.cs
Generated by
1.10.0