TypeBuilder.DefineDefaultConstructorCore(MethodAttributes) メソッド

定義

派生クラスでオーバーライドされた場合、パラメーターなしのコンストラクターを定義します。 ここで定義されているコンストラクターは、親のパラメーターなしのコンストラクターを呼び出します。

protected:
 abstract System::Reflection::Emit::ConstructorBuilder ^ DefineDefaultConstructorCore(System::Reflection::MethodAttributes attributes);
protected abstract System.Reflection.Emit.ConstructorBuilder DefineDefaultConstructorCore (System.Reflection.MethodAttributes attributes);
abstract member DefineDefaultConstructorCore : System.Reflection.MethodAttributes -> System.Reflection.Emit.ConstructorBuilder
Protected MustOverride Function DefineDefaultConstructorCore (attributes As MethodAttributes) As ConstructorBuilder

パラメーター

attributes
MethodAttributes

コンストラクターに適用する属性を指定する列挙値のビットごとの組み合わせ。

戻り値

コンストラクターです。

適用対象