Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TypeDefTreatment.cs
Go to the documentation of this file.
1
namespace
System.Reflection.Metadata.Ecma335
;
2
3
[Flags]
4
internal
enum
TypeDefTreatment
:
byte
5
{
6
None
= 0,
7
KindMask
= 0xF,
8
NormalNonAttribute
= 1,
9
NormalAttribute
= 2,
10
UnmangleWinRTName
= 3,
11
PrefixWinRTName
= 4,
12
RedirectedToClrType
= 5,
13
RedirectedToClrAttribute
= 6,
14
MarkAbstractFlag
= 0x10,
15
MarkInternalFlag
= 0x20
16
}
System.Reflection.Metadata.Ecma335.TypeDefTreatment
TypeDefTreatment
Definition
TypeDefTreatment.cs:5
System.Reflection.Metadata.Ecma335.TypeDefTreatment.MarkInternalFlag
@ MarkInternalFlag
System.Reflection.Metadata.Ecma335.TypeDefTreatment.UnmangleWinRTName
@ UnmangleWinRTName
System.Reflection.Metadata.Ecma335.TypeDefTreatment.NormalAttribute
@ NormalAttribute
System.Reflection.Metadata.Ecma335.TypeDefTreatment.NormalNonAttribute
@ NormalNonAttribute
System.Reflection.Metadata.Ecma335.TypeDefTreatment.PrefixWinRTName
@ PrefixWinRTName
System.Reflection.Metadata.Ecma335.TypeDefTreatment.RedirectedToClrType
@ RedirectedToClrType
System.Reflection.Metadata.Ecma335.TypeDefTreatment.RedirectedToClrAttribute
@ RedirectedToClrAttribute
System.Reflection.Metadata.Ecma335.CustomAttributeTreatment.None
@ None
System.Reflection.Metadata.Ecma335.MethodDefTreatment.MarkAbstractFlag
@ MarkAbstractFlag
System.Reflection.Metadata.Ecma335.MethodDefTreatment.KindMask
@ KindMask
System.Reflection.Metadata.Ecma335
Definition
ArrayShapeEncoder.cs:3
source
System.Reflection.Metadata
System.Reflection.Metadata.Ecma335
TypeDefTreatment.cs
Generated by
1.10.0