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

列舉值的位元組合,指定實作。

適用於