DynamicMethod.GetMethodImplementationFlags メソッド

定義

このメソッドの実装フラグを返します。

public:
 override System::Reflection::MethodImplAttributes GetMethodImplementationFlags();
public override System.Reflection.MethodImplAttributes GetMethodImplementationFlags ();
override this.GetMethodImplementationFlags : unit -> System.Reflection.MethodImplAttributes
Public Overrides Function GetMethodImplementationFlags () As MethodImplAttributes

戻り値

メソッドの実装フラグを表す MethodImplAttributes 値のビットごとの組み合わせ。

注釈

現在、動的メソッドのメソッド実装属性は常に ILNoInliningです。

適用対象