PEDirectoriesBuilder 类
定义
生成 PE 目录。Builds PE directories.
public ref class PEDirectoriesBuilder sealed
public sealed class PEDirectoriesBuilder
type PEDirectoriesBuilder = class
Public NotInheritable Class PEDirectoriesBuilder
- 继承
-
PEDirectoriesBuilder
构造函数
| PEDirectoriesBuilder() |
初始化 PEDirectoriesBuilder 类的实例。Initializes an instance of the PEDirectoriesBuilder class. |
属性
| AddressOfEntryPoint |
PE 文件加载到内存中时相对于映像基的入口点地址。The address of the entry point relative to the image base when the PE file is loaded into memory. |
| BaseRelocationTable |
基重定位表映像目录项。The base relocation table image directory entry. |
| BoundImportTable |
绑定的导入映像目录项。The bound import image directory entry. |
| CopyrightTable |
版权/体系结构映像目录项。The copyright/architecture image directory entry. |
| CorHeaderTable |
COM 可描述的映像目录项。The COM descriptortable image directory entry. |
| DebugTable |
调试表映像目录项。The debug table image directory entry. |
| DelayImportTable |
延迟导入表映像目录项。The delay import table image directory entry. |
| ExceptionTable |
异常表映像目录项。The exception table image directory entry. |
| ExportTable |
导出表映像目录项。The export table image directory entry. |
| GlobalPointerTable |
全局指针表映像目录项。The global pointer table image directory entry. |
| ImportAddressTable |
导入地址表 (IAT) 映像目录项。The import address table (IAT) image directory entry. |
| ImportTable |
导入表映像目录项。The import table image directory entry. |
| LoadConfigTable |
加载配置表映像目录项。The load configuration table image directory entry. |
| ResourceTable |
资源表表映像目录项。The resource table image directory entry. |
| ThreadLocalStorageTable |
线程本地存储 (TLS) 表映像目录项。The thread local storage (TLS) table image directory entry. |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |