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 = 1
Indicates the slots in the section have to be initialized at image load time.
None = 0
Indicates no special attributes were assigned.
PCode = 4
Indicates the slots contain pointers to code.