New to Telerik Report Server? Start a free 30-day trial
System.Reflection.MethodImplAttributes
Possible enumeration values:
| 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 | |
| NoInlining |
8 | |
| AggressiveInlining |
256 | |
| NoOptimization |
64 | |
| SecurityMitigations |
1024 | |
| MaxMethodImplVal |
65535 |