ReferenceSetReleaseReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum ReferenceSetReleaseReason
type ReferenceSetReleaseReason =
Public Enum ReferenceSetReleaseReason
- Inheritance
-
ReferenceSetReleaseReason
Fields
Name | Value | Description |
---|---|---|
PageRelease | 0 | |
PageRangeRelease | 1 | |
RangeEnd | 2 | The end of a Heap, Image or Virtual Address range. |
PageFileMappedSectionDelete | 3 | |
PageCombine | 4 | |
VirtualAddressRangeDecommit | 5 | |
PoolFree | 6 | |
PoolAllocate | 7 | |
ProcessEnd | 8 | |
ThreadEnd | 9 | |
RemovedFromWorkingSet | 10 | |
Offer | 11 |