DirectoryEntry 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示可移植可执行文件(PE)映像中的目录项。
public value class DirectoryEntry
public struct DirectoryEntry
public readonly struct DirectoryEntry
type DirectoryEntry = struct
Public Structure DirectoryEntry
- 继承
构造函数
| 名称 | 说明 |
|---|---|
| DirectoryEntry(Int32, Int32) |
实例化结构的新实例 DirectoryEntry 。 |
字段
| 名称 | 说明 |
|---|---|
| RelativeVirtualAddress |
指定相对于图像基址的条目的地址。 |
| Size |
指定条目的大小(以字节为单位)。 |