Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.PortableExecutable.DebugDirectoryEntry Struct Reference

Public Member Functions

 DebugDirectoryEntry (uint stamp, ushort majorVersion, ushort minorVersion, DebugDirectoryEntryType type, int dataSize, int dataRelativeVirtualAddress, int dataPointer)
 

Static Package Attributes

const int Size = 28
 

Properties

uint Stamp [get]
 
ushort MajorVersion [get]
 
ushort MinorVersion [get]
 
DebugDirectoryEntryType Type [get]
 
int DataSize [get]
 
int DataRelativeVirtualAddress [get]
 
int DataPointer [get]
 
bool IsPortableCodeView [get]
 

Detailed Description

Definition at line 3 of file DebugDirectoryEntry.cs.


The documentation for this struct was generated from the following file: