EventBuilder.SetAddOnMethodCore(MethodBuilder) メソッド

定義

派生クラスでオーバーライドされた場合は、このイベントのサブスクライブに使用するメソッドを設定します。

protected:
 abstract void SetAddOnMethodCore(System::Reflection::Emit::MethodBuilder ^ mdBuilder);
protected abstract void SetAddOnMethodCore (System.Reflection.Emit.MethodBuilder mdBuilder);
abstract member SetAddOnMethodCore : System.Reflection.Emit.MethodBuilder -> unit
Protected MustOverride Sub SetAddOnMethodCore (mdBuilder As MethodBuilder)

パラメーター

mdBuilder
MethodBuilder

このイベントをサブスクライブするメソッドを表す MethodBuilder オブジェクト。

適用対象