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

適用対象