The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DynamicMethod::GetMethodImplementationFlags Method ()
.NET Framework (current version)
Returns the implementation flags for the method.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Reflection::MethodImplAttributesA bitwise combination of MethodImplAttributes values representing the implementation flags for the method.
Currently, method implementation attributes for dynamic methods are always IL and NoInlining.
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Show: