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.

All labels observed (1)

Label Occurrences
System.Reflection.MethodImplOptions canonical 1

How this entity was disambiguated

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
linked to: System.Runtime.dll

mscorlib
linked to: mscorlib.dll
attributeTarget methods
definedIn System.Runtime.dll
mscorlib.dll
hasAttribute System.FlagsAttribute
isCLSCompliant true
isFlagsEnum true
language .NET
member AggressiveInlining
AggressiveOptimization
ForwardRef
InternalCall
NoInlining
NoOptimization
PreserveSig
SecurityMitigations
Synchronized
Unmanaged
namespace System.Reflection
platform .NET 5+
linked to: .NET (5 and later)

.NET Core
.NET Framework
usedFor controlling method implementation details
controlling runtime behavior of methods
usedWith System.Reflection.MethodImplAttribute
valueType int

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

System.Reflection containsType System.Reflection.MethodImplOptions