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有关详细信息,请参阅该方法。

适用于