Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DebugDirectoryEntryType.cs
Go to the documentation of this file.
1
namespace
System.Reflection.PortableExecutable
;
2
3
public
enum
DebugDirectoryEntryType
4
{
5
Unknown
= 0,
6
Coff
= 1,
7
CodeView
= 2,
8
Reproducible
= 16,
9
EmbeddedPortablePdb
= 17,
10
PdbChecksum
= 19
11
}
System.Reflection.PortableExecutable.DebugDirectoryEntryType
DebugDirectoryEntryType
Definition
DebugDirectoryEntryType.cs:4
System.Reflection.PortableExecutable.DebugDirectoryEntryType.CodeView
@ CodeView
System.Reflection.PortableExecutable.DebugDirectoryEntryType.PdbChecksum
@ PdbChecksum
System.Reflection.PortableExecutable.DebugDirectoryEntryType.Unknown
@ Unknown
System.Reflection.PortableExecutable.DebugDirectoryEntryType.Coff
@ Coff
System.Reflection.PortableExecutable.DebugDirectoryEntryType.Reproducible
@ Reproducible
System.Reflection.PortableExecutable.DebugDirectoryEntryType.EmbeddedPortablePdb
@ EmbeddedPortablePdb
System.Reflection.PortableExecutable
Definition
Characteristics.cs:1
source
System.Reflection.Metadata
System.Reflection.PortableExecutable
DebugDirectoryEntryType.cs
Generated by
1.10.0