MethodBase.MethodImplementationFlags Eigenschap

Definitie

Hiermee haalt u de MethodImplAttributes vlaggen op die de kenmerken van een methode-implementatie opgeven.

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

Waarde van eigenschap

De implementatievlagken van de methode.

Opmerkingen

Zie de GetMethodImplementationFlags methode voor meer informatie.

Van toepassing op