Enum CilMethodBodyBuildFlags
- Namespace
- AsmResolver.DotNet.Code.Cil
- Assembly
- AsmResolver.DotNet.dll
Provides all possible flags that can be assigned to a CilMethodBody, which alters the behaviour of the underlying method body serializer.
[Flags]
public enum CilMethodBodyBuildFlags
Fields
ComputeMaxStack = 2Indicates the maximum stack depth should be calculated upon built.
FullValidation = VerifyLabels | ComputeMaxStack | SortExceptionHandlersIndicates the body should be subject to full validation before building.
SortExceptionHandlers = 4Indicates that exception handlers should be sorted as described by ECMA-335 I.12.4.2.5
VerifyLabels = 1Indicates labels should be verified for validity.