SectionCharacteristics 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 열거형은 멤버 값의 비트 조합을 지원합니다.
public enum class SectionCharacteristics
[System.Flags]
public enum SectionCharacteristics
[<System.Flags>]
type SectionCharacteristics =
Public Enum SectionCharacteristics
- 상속
- 특성
필드
| Name | 값 | Description |
|---|---|---|
| TypeReg | 0 | |
| TypeDSect | 1 | |
| TypeNoLoad | 2 | |
| TypeGroup | 4 | |
| TypeNoPad | 8 | |
| TypeCopy | 16 | |
| ContainsCode | 32 | |
| ContainsInitializedData | 64 | |
| ContainsUninitializedData | 128 | |
| LinkerOther | 256 | |
| LinkerInfo | 512 | |
| TypeOver | 1024 | |
| LinkerRemove | 2048 | |
| LinkerComdat | 4096 | |
| MemProtected | 16384 | |
| NoDeferSpecExc | 16384 | |
| GPRel | 32768 | |
| MemFardata | 32768 | |
| MemSysheap | 65536 | |
| Mem16Bit | 131072 | |
| MemPurgeable | 131072 | |
| MemLocked | 262144 | |
| MemPreload | 524288 | |
| Align1Bytes | 1048576 | |
| Align2Bytes | 2097152 | |
| Align4Bytes | 3145728 | |
| Align8Bytes | 4194304 | |
| Align16Bytes | 5242880 | |
| Align32Bytes | 6291456 | |
| Align64Bytes | 7340032 | |
| Align128Bytes | 8388608 | |
| Align256Bytes | 9437184 | |
| Align512Bytes | 10485760 | |
| Align1024Bytes | 11534336 | |
| Align2048Bytes | 12582912 | |
| Align4096Bytes | 13631488 | |
| Align8192Bytes | 14680064 | |
| AlignMask | 15728640 | |
| LinkerNRelocOvfl | 16777216 | |
| MemDiscardable | 33554432 | |
| MemNotCached | 67108864 | |
| MemNotPaged | 134217728 | |
| MemShared | 268435456 | |
| MemExecute | 536870912 | |
| MemRead | 1073741824 | |
| MemWrite | 2147483648 |