DirectoryEntry(Int32, Int32) コンストラクター

定義

構造体の新しいインスタンスをインスタンス化します DirectoryEntry

public:
 DirectoryEntry(int relativeVirtualAddress, int size);
public DirectoryEntry (int relativeVirtualAddress, int size);
new System.Reflection.PortableExecutable.DirectoryEntry : int * int -> System.Reflection.PortableExecutable.DirectoryEntry
Public Sub New (relativeVirtualAddress As Integer, size As Integer)

パラメーター

relativeVirtualAddress
Int32

エントリの相対仮想アドレス。

size
Int32

エントリのサイズ (バイト単位)。

適用対象