MethodBuilder.SetImplementationFlagsCore(MethodImplAttributes) Methode

Definition

Legt beim Überschreiben in einer abgeleiteten Klasse die Implementierungsflags für diese Methode fest.

protected:
 abstract void SetImplementationFlagsCore(System::Reflection::MethodImplAttributes attributes);
protected abstract void SetImplementationFlagsCore (System.Reflection.MethodImplAttributes attributes);
abstract member SetImplementationFlagsCore : System.Reflection.MethodImplAttributes -> unit
Protected MustOverride Sub SetImplementationFlagsCore (attributes As MethodImplAttributes)

Parameter

attributes
MethodImplAttributes

Eine bitweise Kombination der Enumerationswerte, die die Implementierung angibt.

Gilt für: