MethodBase.MethodImplementationFlags 屬性

定義

取得 MethodImplAttributes 指定方法實作屬性的旗標。

public:
 abstract property System::Reflection::MethodImplAttributes MethodImplementationFlags { System::Reflection::MethodImplAttributes get(); };
public:
 virtual property System::Reflection::MethodImplAttributes MethodImplementationFlags { System::Reflection::MethodImplAttributes get(); };
public abstract System.Reflection.MethodImplAttributes MethodImplementationFlags { get; }
public virtual System.Reflection.MethodImplAttributes MethodImplementationFlags { get; }
member this.MethodImplementationFlags : System.Reflection.MethodImplAttributes
Public MustOverride ReadOnly Property MethodImplementationFlags As MethodImplAttributes
Public Overridable ReadOnly Property MethodImplementationFlags As MethodImplAttributes

屬性值

方法實作標誌。

備註

詳情請參閱方法 GetMethodImplementationFlags

適用於