_MethodBase.GetMethodImplementationFlags メソッド
定義
COM オブジェクトに、 GetMethodImplementationFlags() メソッドへのバージョンに依存しないアクセスが用意されています。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
戻り値
MethodImplAttributes 値のいずれか。One of the MethodImplAttributes values.
注釈
このメソッドは、アンマネージコードからマネージクラスにアクセスするためのものであり、マネージコードからは呼び出さないでください。This method is for access to managed classes from unmanaged code and should not be called from managed code.
メンバー GetMethodImplementationFlagsは、 MethodImplAttributesフラグを返します。The GetMethodImplementationFlags member returns the MethodImplAttributes flags.