Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DebugDirectoryEntryType
enum
System.Reflection.PortableExecutable.DebugDirectoryEntryType
Enumerator
Unknown
Coff
CodeView
Reproducible
EmbeddedPortablePdb
PdbChecksum
Definition at line
3
of file
DebugDirectoryEntryType.cs
.
4
{
5
Unknown = 0,
6
Coff
= 1,
7
CodeView
= 2,
8
Reproducible
= 16,
9
EmbeddedPortablePdb
= 17,
10
PdbChecksum
= 19
11
}
System.Reflection.PortableExecutable.DebugDirectoryEntryType.CodeView
@ CodeView
System.Reflection.PortableExecutable.DebugDirectoryEntryType.PdbChecksum
@ PdbChecksum
System.Reflection.PortableExecutable.DebugDirectoryEntryType.Coff
@ Coff
System.Reflection.PortableExecutable.DebugDirectoryEntryType.Reproducible
@ Reproducible
System.Reflection.PortableExecutable.DebugDirectoryEntryType.EmbeddedPortablePdb
@ EmbeddedPortablePdb
System
Reflection
PortableExecutable
Generated by
1.10.0