Enum ImportSectionAttributes
- Namespace
- AsmResolver.PE.DotNet.ReadyToRun
- Assembly
- AsmResolver.PE.dll
Provides members describing all possible attributes that can be attached to a ImportSection.
[Flags]
public enum ImportSectionAttributes : ushort
Fields
Eager = 1Indicates the slots in the section have to be initialized at image load time.
None = 0Indicates no special attributes were assigned.
PCode = 4Indicates the slots contain pointers to code.