CorFileMapping 枚举
包含一些值,用于描述从 IMetaDataInfo::GetFileMapping 方法调用中返回的文件映射的类型。
语法
typedef enum CorFileMapping {
fmFlat = 0x0000,
fmExecutableImage = 0x0001
} CorFileMapping;
成员
成员 | 说明 |
---|---|
fmFlat |
该文件映射为数据文件。 也就是说,SEC_IMAGE 标志未传递到 Microsoft Win32 CreateFileMapping 函数。 |
fmExecutableImage |
通过使用 LoadLibrary 函数或带 SEC_IMAGE 标志的 CreateFileMapping 函数映射文件以便执行。 |
要求
平台:请参阅系统要求。
头:CorHdr.h
.NET Framework 版本:自 4 起可用