Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Indicates the type of memory region associated with a module.
Syntax
typedef enum CLRDataModuleExtentType {
CLRDATA_MODULE_PE_FILE,
CLRDATA_MODULE_PREJIT_FILE,
CLRDATA_MODULE_MEMORY_STREAM,
CLRDATA_MODULE_OTHER
} CLRDataModuleExtentType;
Members
| Member | Description |
|---|---|
CLRDATA_MODULE_PE_FILE |
The memory region is associated with a PE file. |
CLRDATA_MODULE_PREJIT_FILE |
The memory region is associated with a PREJIT file. |
CLRDATA_MODULE_MEMORY_STREAM |
The memory region is associated with a memory stream. |
CLRDATA_MODULE_OTHER |
The memory region is something other than what is described by one of the other enumeration values. |
Remarks
This enumeration lives inside the runtime and is not exposed through any headers or library files. To use it, define the enumeration as specified above.
Requirements
Platforms: See System Requirements. Header: None Library: None .NET Framework Versions: Available since 4.7
See also
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.