MethodImplAttributes Enumeration |
Namespace: Mono.Cecil
[FlagsAttribute] public enum MethodImplAttributes
Member name | Value | Description | |
---|---|---|---|
CodeTypeMask | 3 | ||
IL | 0 | ||
Native | 1 | ||
OPTIL | 2 | ||
Runtime | 3 | ||
ManagedMask | 4 | ||
Unmanaged | 4 | ||
Managed | 0 | ||
ForwardRef | 16 | ||
PreserveSig | 128 | ||
InternalCall | 4096 | ||
Synchronized | 32 | ||
NoOptimization | 64 | ||
NoInlining | 8 |
Copyright (C) 2011-2019, Inevitable Software, all rights reserved.