DynamicMethod.GetMethodImplementationFlags Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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.
Show: