Share via


_MethodBase.GetMethodImplementationFlags 方法

定義

為 COM 物件提供與版本無關的 GetMethodImplementationFlags() 方法之存取權。

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

傳回

其中一個 MethodImplAttributes 值。

備註

這個方法適用於從 Unmanaged 程式代碼存取 Managed 類別,不應從 Managed 程式代碼呼叫。

成員會 GetMethodImplementationFlagsMethodImplAttributes 回旗標。

適用於