DynamicMethod.GetMethodImplementationFlags Methode

Definition

Gibt die Implementierungsflags für die Methode zurück.

public:
 override System::Reflection::MethodImplAttributes GetMethodImplementationFlags();
public override System.Reflection.MethodImplAttributes GetMethodImplementationFlags ();
override this.GetMethodImplementationFlags : unit -> System.Reflection.MethodImplAttributes
Public Overrides Function GetMethodImplementationFlags () As MethodImplAttributes

Gibt zurück

Eine bitweise Kombination von MethodImplAttributes-Werten, die die Implementierungsflags für die Methode darstellen.

Hinweise

Derzeit sind Methodenimplementierungsattribute für dynamische Methoden immer IL und NoInlining.

Gilt für: