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 |
指定条目的大小(以字节为单位)。 |