MethodBuilder.SetImplementationFlagsCore(MethodImplAttributes) Method

Definition

When overridden in a derived class, sets the implementation flags for this method.

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

A bitwise combination of the enumeration values that specifies the implementation.

Applies to