Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 558 Bytes

ii.25.4.4-flags-for-method-headers.md

File metadata and controls

10 lines (8 loc) · 558 Bytes

II.25.4.4 Flags for method headers

The first byte of a method header can also contain the following flags, valid only for the Fat format, that indicate how the method is to be executed:

Flag Value Description
CorILMethod_FatFormat 0x3 Method header is fat.
CorILMethod_TinyFormat 0x2 Method header is tiny.
CorILMethod_MoreSects 0x8 More sections follow after this header (§II.25.4.5).
CorILMethod_InitLocals 0x10 Call default constructor on all local variables.