Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
HeapSizeFlag.cs
Go to the documentation of this file.
1
namespace
System.Reflection.Metadata.Ecma335
;
2
3
internal
enum
HeapSizeFlag
:
byte
4
{
5
StringHeapLarge
= 1,
6
GuidHeapLarge
= 2,
7
BlobHeapLarge
= 4,
8
EncDeltas
= 0x20,
9
DeletedMarks
= 0x80
10
}
System.Reflection.Metadata.Ecma335.HeapSizeFlag
HeapSizeFlag
Definition
HeapSizeFlag.cs:4
System.Reflection.Metadata.Ecma335.HeapSizeFlag.EncDeltas
@ EncDeltas
System.Reflection.Metadata.Ecma335.HeapSizeFlag.DeletedMarks
@ DeletedMarks
System.Reflection.Metadata.Ecma335.HeapSizeFlag.GuidHeapLarge
@ GuidHeapLarge
System.Reflection.Metadata.Ecma335.HeapSizeFlag.BlobHeapLarge
@ BlobHeapLarge
System.Reflection.Metadata.Ecma335.HeapSizeFlag.StringHeapLarge
@ StringHeapLarge
System.Reflection.Metadata.Ecma335
Definition
ArrayShapeEncoder.cs:3
source
System.Reflection.Metadata
System.Reflection.Metadata.Ecma335
HeapSizeFlag.cs
Generated by
1.10.0