MethodBuilder.GetMethodImplementationFlags Method

Definition

Returns the implementation flags for the method.

public:
 override System::Reflection::MethodImplAttributes GetMethodImplementationFlags();
public override System.Reflection.MethodImplAttributes GetMethodImplementationFlags ();
override this.GetMethodImplementationFlags : unit -> System.Reflection.MethodImplAttributes
Public Overrides Function GetMethodImplementationFlags () As MethodImplAttributes

Returns

Returns the implementation flags for the method.

Applies to