MethodBase.MethodImplementationFlags Eigenschaft

Definition

Ruft die MethodImplAttributes-Flags ab, die die Attribute einer Methodenimplementierung angeben.

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

Eigenschaftswert

MethodImplAttributes

Die Methodenimplementierungsflags.

Hinweise

Weitere Informationen finden Sie unter der GetMethodImplementationFlags -Methode.

Gilt für