_MethodBase.GetMethodImplementationFlags メソッド

定義

GetMethodImplementationFlags() メソッドへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。

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

返品

MethodImplAttributes値の 1 つ。

注釈

このメソッドは、アンマネージ コードからマネージド クラスにアクセスするためのメソッドであり、マネージド コードから呼び出すべきではありません。

GetMethodImplementationFlags メンバーは、MethodImplAttributes フラグを返します。

適用対象