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 = 2
Indicates the maximum stack depth should be calculated upon built.
FullValidation = VerifyLabels | ComputeMaxStack
Indicates the body should be subject to full validation before building.
VerifyLabels = 1
Indicates labels should be verified for validity.