Table of Contents

Enum CilExtraSectionAttributes

Namespace
AsmResolver.PE.DotNet.Cil
Assembly
AsmResolver.PE.dll

Defines all possible flags that an extra section in a method body can set.

[Flags]
public enum CilExtraSectionAttributes : byte

Fields

EHTable = 1

Indicates the extra section contains an exception handler table.

FatFormat = 64

Indicates the extra section uses the fat format to store its data.

MoreSections = 128

Indicates at least one more section follows this extra section.

OptILTable = 2

Indicates the extra section contains an OptIL table (not supported anymore by the CLR).