DebugDirectoryEntry 建構函式

定義

初始化 DebugDirectoryEntry 結構的新執行個體。

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)

參數

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

適用於