CorFileMapping Enumeration
Contains values that describe the type of file mapping that is returned from a call to the IMetaDataInfo::GetFileMapping method.
Syntax
typedef enum CorFileMapping {
fmFlat = 0x0000,
fmExecutableImage = 0x0001
} CorFileMapping;
Members
Member | Description |
---|---|
fmFlat |
The file is mapped as a data file. That is, the SEC_IMAGE flag was not passed to the Microsoft Win32 CreateFileMapping function. |
fmExecutableImage |
The file is mapped for execution, by using either the LoadLibrary function or the CreateFileMapping function with the SEC_IMAGE flag. |
Requirements
Platforms: See System Requirements.
Header: CorHdr.h
.NET Framework Versions: Available since 4
See also
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.