DynamicMethod::GetMethodImplementationFlags Method ()

 

Returns the implementation flags for the method.

Namespace:   System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual MethodImplAttributes GetMethodImplementationFlags() override

Return Value

Type: System.Reflection::MethodImplAttributes

A 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
Return to top
Show: