System.Reflection.Emit.DynamicMethod.GetMethodImplementationFlags Method

Returns the implementation flags for the method.

Syntax

public override System.Reflection.MethodImplAttributes GetMethodImplementationFlags ()

Returns

A bitwise combination of System.Reflection.MethodImplAttributes values representing the implementation flags for the method.

Remarks

Currently, method implementation attributes for dynamic methods are always System.Reflection.MethodImplAttributes.IL and System.Reflection.MethodImplAttributes.NoInlining.

Requirements

Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0