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 | ComputeMaxStackIndicates the body should be subject to full validation before building.
VerifyLabels = 1Indicates labels should be verified for validity.