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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.