System.Reflection.MethodImplOptions
E697564
System.Reflection.MethodImplOptions is an enumeration in .NET that specifies flags to control the runtime behavior and implementation details of methods, such as inlining and optimization.
Statements (34)
| Predicate | Object |
|---|---|
| instanceOf |
System.Enum
ⓘ
enumeration ⓘ |
| appliesTo |
JIT compilation behavior
ⓘ
interop and unmanaged calls ⓘ method inlining ⓘ method optimization ⓘ synchronization semantics ⓘ |
| assembly |
System.Runtime
NERFINISHED
ⓘ
mscorlib NERFINISHED ⓘ |
| attributeTarget | methods ⓘ |
| definedIn |
System.Runtime.dll
NERFINISHED
ⓘ
mscorlib.dll NERFINISHED ⓘ |
| hasAttribute | System.FlagsAttribute NERFINISHED ⓘ |
| isCLSCompliant | true ⓘ |
| isFlagsEnum | true ⓘ |
| language | .NET NERFINISHED ⓘ |
| member |
AggressiveInlining
ⓘ
AggressiveOptimization ⓘ ForwardRef ⓘ InternalCall ⓘ NoInlining ⓘ NoOptimization ⓘ PreserveSig ⓘ SecurityMitigations NERFINISHED ⓘ Synchronized ⓘ Unmanaged ⓘ |
| namespace | System.Reflection NERFINISHED ⓘ |
| platform |
.NET 5+
NERFINISHED
ⓘ
.NET Core NERFINISHED ⓘ .NET Framework NERFINISHED ⓘ |
| usedFor |
controlling method implementation details
ⓘ
controlling runtime behavior of methods ⓘ |
| usedWith | System.Reflection.MethodImplAttribute NERFINISHED ⓘ |
| valueType | int ⓘ |
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.