ConstructorBuilder.SetImplementationFlagsCore(MethodImplAttributes) Metódus

Definíció

Ha egy származtatott osztályban felül van bírálva, beállítja a konstruktor metódus-implementálási jelzőit.

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)

Paraméterek

attributes
MethodImplAttributes

Az enumerálási értékek bitenkénti kombinációja, amely meghatározza a metódus implementálásának módját.

A következőre érvényes: