MethodBase.MethodImplementationFlags Vlastnost

Definice

Získá MethodImplAttributes příznaky, které určují atributy implementace metody.

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

Hodnota vlastnosti

MethodImplAttributes

Příznaky implementace metody.

Poznámky

Další informace GetMethodImplementationFlags najdete v metodě .

Platí pro