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