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

適用於