|
Terraria v1.4.4.9
Terraria source code documentation
|
Static Package Functions | |
| static uint | DebugDirectoryEntryVersion (ushort portablePdbVersion) |
| static uint | DebugDirectoryEmbeddedVersion (ushort portablePdbVersion) |
| static string | Format (ushort version) |
Static Package Attributes | |
| const string | DefaultMetadataVersion = "PDB v1.0" |
| const ushort | DefaultFormatVersion = 256 |
| const ushort | MinFormatVersion = 256 |
| const ushort | MinEmbeddedVersion = 256 |
| const ushort | DefaultEmbeddedVersion = 256 |
| const ushort | MinUnsupportedEmbeddedVersion = 512 |
| const uint | DebugDirectoryEmbeddedSignature = 1111773261u |
| const ushort | PortableCodeViewVersionMagic = 20557 |
Definition at line 3 of file PortablePdbVersions.cs.