_MethodBase.GetMethodImplementationFlags Method

Definition

Provides COM objects with version-independent access to the GetMethodImplementationFlags() method.

public:
 System::Reflection::MethodImplAttributes GetMethodImplementationFlags();
public System.Reflection.MethodImplAttributes GetMethodImplementationFlags ();
abstract member GetMethodImplementationFlags : unit -> System.Reflection.MethodImplAttributes
Public Function GetMethodImplementationFlags () As MethodImplAttributes

Returns

One of the MethodImplAttributes values.

Remarks

This method is for access to managed classes from unmanaged code and should not be called from managed code.

The GetMethodImplementationFlags member returns the MethodImplAttributes flags.

Applies to