ConstructorBuilder.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

メソッドの実装方法を指定する列挙値のビットごとの組み合わせ。

適用対象