DebugDirectoryEntry Constructor

Definition

Initializes a new instance of the DebugDirectoryEntry structure.

public:
 DebugDirectoryEntry(System::UInt32 stamp, System::UInt16 majorVersion, System::UInt16 minorVersion, System::Reflection::PortableExecutable::DebugDirectoryEntryType type, int dataSize, int dataRelativeVirtualAddress, int dataPointer);
public DebugDirectoryEntry (uint stamp, ushort majorVersion, ushort minorVersion, System.Reflection.PortableExecutable.DebugDirectoryEntryType type, int dataSize, int dataRelativeVirtualAddress, int dataPointer);
new System.Reflection.PortableExecutable.DebugDirectoryEntry : uint32 * uint16 * uint16 * System.Reflection.PortableExecutable.DebugDirectoryEntryType * int * int * int -> System.Reflection.PortableExecutable.DebugDirectoryEntry
Public Sub New (stamp As UInteger, majorVersion As UShort, minorVersion As UShort, type As DebugDirectoryEntryType, dataSize As Integer, dataRelativeVirtualAddress As Integer, dataPointer As Integer)

Parameters

stamp
UInt32
majorVersion
UInt16
minorVersion
UInt16
dataSize
Int32
dataRelativeVirtualAddress
Int32
dataPointer
Int32

Applies to