MethodBuilder.SetImplementationFlagsCore(MethodImplAttributes) 方法

定义

在派生类中重写时,设置此方法的实现标志。

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)

参数

attributes
MethodImplAttributes

指定实现的枚举值的按位组合。

适用于