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

适用于