ConstructorBuilder.SetImplementationFlagsCore(MethodImplAttributes) Methode

Definitie

Wanneer deze wordt overschreven in een afgeleide klasse, stelt u de implementatievlagken voor de methode voor deze constructor in.

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)

Parameters

attributes
MethodImplAttributes

Een bitsgewijze combinatie van de opsommingswaarden die aangeeft hoe de methode wordt geïmplementeerd.

Van toepassing op