Table of Contents

Enum CilMethodBodyAttributes

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

Provides all possible flags that can be set in the first (two) byte(s) of a CIL method body.

[Flags]
public enum CilMethodBodyAttributes : ushort

Fields

Fat = 3

Indicates the method body is using the fat format.

InitLocals = 16

Indicates all locals defined in the method body should be initialized to zero by the runtime.

MoreSections = 8

Indicates more sections follow after the raw code of the method body.

Tiny = 2

Indicates the method body is using the tiny format.