_MethodInfo.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 値のいずれか 1 つ。

注釈

このメソッドは、アンマネージ コードからマネージド クラスにアクセスするためのメソッドであり、マネージド コードから呼び出さないでください。

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

適用対象